trouble building openvibe on linux

Come here to discuss about OpenViBE in general!
jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: trouble building openvibe on linux

Post by jlegeny »

OpenViBE uses Ogre version 1.7.1, as the Ogre API changes very frequently, even for minor revisions it is quite possible that it will not work with ulterior versions.

Can you post the output of your linux-build to know where it fails, also, does the linux-install-dependencies script output any error?

nicolasbruneau
Posts: 13
Joined: Fri Jul 22, 2011 2:32 pm

Re: trouble building openvibe on linux

Post by nicolasbruneau »

there is one line that indicate a failure

FAILED to find BLiFF++

is it necessary or is IT++ ok

nicolasbruneau
Posts: 13
Joined: Fri Jul 22, 2011 2:32 pm

Re: trouble building openvibe on linux

Post by nicolasbruneau »

ok so i looked at the cmakelist.txt in openvibe-plugin/classification-gpl/trunc

there is INCLUDE("FindThirdPartyBLiFF")

so i looked at the FindThirdPartyBLiFF.cmake to see where they would be looking for BLiFF++.

according to what i have seen in it the script is looking for a Trial.h file.

can I put in static the path to BLiFF ?

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: trouble building openvibe on linux

Post by jlegeny »

Hello,

it is normal that the BLiFF dependency is not found. It is not necessary for OpenViBE and it is NOT supported by our team.

As for your problem, can you please check the log file in scripts/software/log/native-packages.log ? I am currently installing openvibe in ubuntu 10.10 to see where could be the problem.

nicolasbruneau
Posts: 13
Joined: Fri Jul 22, 2011 2:32 pm

Re: trouble building openvibe on linux

Post by nicolasbruneau »

actually i don't have this log

i have

boost.log cegui.log lua.log ogre.log ois.log vrpn.log

I work on 10.04 LTS

nicolasbruneau
Posts: 13
Joined: Fri Jul 22, 2011 2:32 pm

Re: trouble building openvibe on linux

Post by nicolasbruneau »

ok so i cleaned and i rebuilt and it works.

It must have been files that didn't compile correctly.

so thank you for your help and sorry for the inconvenience.

Post Reply