Chadwick Boulay
Chadwick Boulay
That terminal output is the cmake log which looks fine. I need to see the output from ‘make’ and ‘make install’.
What version of MacOS? What version of Xcode? What version of Qt? What is your system boost version? Did you install Qt and boost using homebrew? There were some important...
Even though the first one runs, it probably won't actually do anything because it can't load the dylib file. I just realized that my local LSL repo has a DLL...
@tstenner I am having another look at this today because someone was asking about Biosemi on Mac. Including the labview files is certainly appealing, but then we are missing `bsif_libusb`....
Ah, that was easy enough. It turns out my DLL folder had a copy of the 32-bit dylib instead of the 64-bit. @nbara , I've pushed a new attempt at...
It seems like the mex files on the ftp are not compatible with something. For Windows, I created a new set of Matlab mex files and [attached it on the...
Those errors are very specific to OpenBCI's implementation and aren't coming from LSL code. You'll have to ask them.
I've been asked a couple times to update vis_stream, I just haven't found time yet. Sorry. If you're comfortable with Python, you can also try [ReceiveAndPlot.py](https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl-Python/examples/ReceiveAndPlot.py). This has much less...
Hi David, I think @tstenner 'installed' (I'll come back to that) the libs where he did so as to not stomp on the current structure. If we're fine with replacing...
@tstenner , I agree that we don't want to build in source, and we should still be able to build in labstreaminglayer/build and install lsl libraries into labstreaminglayer/LSL/liblsl . Is...