boost library

Making & changing box plugins and external apps
Post Reply
ddvlamin
Posts: 160
Joined: Thu Aug 13, 2009 8:39 am
Location: Ghent University
Contact:

boost library

Post by ddvlamin »

Hi,

I wanted to start a thread in a box (just to experiment with some things) and of course wanted to use the boost library for this. I had to change the cmake file that finds the thread library a bit so that it chose the right boost dependency that comes with openvibe and not the one that comes with matlab. However when I run openvibe with the box the whole thing crashes. The issue is that the gdb debugger still points to the boost library that comes with matlab (which is probably the reason of the crash) although I linked to another one. I also added the correct library path to the LD_LIBRARY_PATH variable before launching OpenViBE. Anyone that knows what else I have to do so that it does not point to that matlab version of boost? I had a similar issue when the lua stimulator crashed all the time, but this seems to be miraculously solved.

Dieter

(using fedora 14)

Post Reply