Page 1 of 1

building the openvibe using source

Posted: Sat Mar 13, 2010 6:53 am
by tomjoe
hi
thanks for the great software.
I like to build the software from source.
i have downloaded the latest source from
http://openvibe.inria.fr/pub/src/openvi ... 27-src.zip
i went through the procedure thats given in the install file.
i will tell the procedure that i went through
1.downloaded the source from the above link
2.i clicked win32-install_dependencies and everything went fine.everything is been installed correctly.
3.after i click win32-build the cmd windows just vanishes so fast.its not building anything

i went through each and every topic in your forum i cant find a solution
can someone help me out.

i am using windows xp SP2,VS2008 installed.

Re: building the openvibe using source

Posted: Sun Mar 14, 2010 9:50 pm
by nbaron
Hello !
Take a look at this : viewtopic.php?f=14&t=253
Hope it can help you.

Re: building the openvibe using source

Posted: Tue Mar 16, 2010 6:24 am
by tomjoe
thanks for your reply.....
i have build most of the sections in openvibe successfully using win32_build.cmd
but wen i build openvibe application its showing errors.like lnk 2019.
also it says that it can't find the glade i.e findthirdpartyglade is not working.
but all dependencies are installed correctly.i ll show the win32_dependencies script after installation

@echo off

SET OV_DEP_MSSDK=C:\Program Files\Microsoft SDKs\Windows\v6.0A\
SET OV_DEP_GLADE=C:\Openvibe\trunk\scripts\..\dependencies\gtk
SET OV_DEP_OGRE=C:\Openvibe\trunk\scripts\..\dependencies\ogre-vc2005
SET OGRE_HOME=C:\Openvibe\trunk\scripts\..\dependencies\ogre-vc2005
SET OV_DEP_CMAKE=C:\Openvibe\trunk\scripts\..\dependencies\cmake\cmake-2.6.2-win32-x86
SET OV_DEP_EXPAT=C:\Openvibe\trunk\scripts\..\dependencies\expat
SET OV_DEP_BOOST=C:\Openvibe\trunk\scripts\..\dependencies\boost\boost_1_34_0
SET OV_DEP_ITPP=C:\Openvibe\trunk\scripts\..\dependencies\itpp
SET OV_DEP_OBT=C:\Openvibe\trunk\scripts\..\dependencies\obt
SET OV_DEP_OPENMASK=C:\Openvibe\trunk\scripts\..\dependencies\openmask
SET OV_DEP_DSI=C:\Openvibe\trunk\scripts\..\dependencies\openmask
SET OMK_HOME=C:\Openvibe\trunk\scripts\..\dependencies\openmask
SET OMK_BIN=C:\Openvibe\trunk\scripts\..\dependencies\openmask

if anything is wrong please do help me.

Re: building the openvibe using source

Posted: Thu Mar 18, 2010 10:52 am
by yrenard
Dear tomjoe, try clearing CMake's cache.

Just run win32-clean.cmd and then run win32-build.cmd again... Please send us the console output so we can check what happens if needed.

Best regards,
Yann