Matthew Grivich
Matthew Grivich
I was using the command line to generate the Visual Studio project. Using these new instructions, the result is even less Visual Studio. It looks and feels like some other...
See readme.txt at https://github.com/sccn/labstreaminglayer/tree/master/LSL/liblsl-Matlab Especially note "The bin/ directory needs to contain an up-to-date build of the library file for your MATLAB version (e.g. liblsl64.dll for 64-bit MATLAB on Windows)."
It is difficult to tell from here. Almost certainly it is a problem with files/functions not being in the path that you think are available. Here is a post that...
I googled "not finding functions in the mex folder".
I'll leave fixing the CMAKE issues to someone else, but if you'd like to build it in visual studio, the stand-alone visual studio projects at https://github.com/sccn/labstreaminglayer/tree/master/LSL/liblsl/project/vs2013 (and vs2008) work fine....
Okay, so CMAKE is probably fine. This is likely the real error: LINK : fatal error LNK1104: cannot open file '..\external\Debug\boost.lib' Where are you seeing it? In Matlab? On 5/11/2016...
Scientific software such as LSL often has different goals than Linux distros. Specifically, we can't have code changing and producing unexpected effects, like can happen when an OS package manager...
In your personal builds, you can do whatever you want. But I doubt that we will change our policy for the repository. This is not the right thread to discuss...
Try the example SendStringMarkers app (with ReceiveStringMarkers) instead and see if you can reproduce the problem. If yes, the problem is probably low network quality. I assume you are on...
Since none of us have access to SCCN's ftp anymore, it is time to move away from that. Github releases looks like it will work to me: https://help.github.com/articles/distributing-large-binaries/ https://help.github.com/articles/about-releases/ If...