orocos
"angelobrugaletta" <[email protected]> Wed, 23 Mar 2005 11:48:01 +0100
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Message-ID | <000001c52f95$cc65bfa0$a4a10b3e@Desktop> |
Hello are Angelo, I would like to install OROCOS but I have some problems. I am using the distribution Linux fedora core 3 on base AMD Athlon(TM) XP1800+. I have installed RTAI 3.1 in /usr/realtime with kernel 2.6.8.1 with patch hal7-2.6.8.1.patch; makes a will it and it works. I have installed the in demand softwares for OROCOS on my base. After that write the followings commands: tar - xvzf orocos-0.18.0.i386linux.tar.bz2 cd orocos-0.18.0 export PATH=$PATH:$(pwd)/tools/bin export ECOS_REPOSITORY=$(pwd)/packages mkdir build cd build .. / configure-- with-lxrt=/usr/realtime make new_packages make configure_packages make all And until here everything well, then write make check and at the end I get this: g++ - I/usr/local/include - g - or parser-test test-runner.o state_test.o dispatch_test.o function_test.o types_test.o program_test.o - L/usr/local/lib - lcppunit - ldl.. / packages/install/lib/libtarget.a - lboost_signals - lpthread - L/usr/realtime/lib - llxrt make[3]: Leaving directory ` / home/elettronica/orocos-0.18.2/build/tests' make check-TESTS make[3]: Entering directory ` / home/elettronica/orocos-0.18.2/build/tests' . / core-test: error while loading shared libraries: liblxrt.so.1: cannot open shared object file: No such file or directory FAIL: core-test . / parser-test: error while loading shared libraries: liblxrt.so.1: cannot open shared object file: No such file or directory FAIL: parser-test == == == == == == == == == = 2 of 2 testses failed == == == == == == == == == = make[3]: * * * [check-TESTS] Error 1 make[3]: Leaving directory ` / home/elettronica/orocos-0.18.2/build/tests' make[2]: * * * [check-am] Error 2 make[2]: Leaving directory ` / home/elettronica/orocos-0.18.2/build/tests' make[1]: * * * [check-recursive] Error 1 make[1]: Leaving directory ` / home/elettronica/orocos-0.18.2/build/tests' make: * * * [check-recursive] Error 1 [root@localhost build] # I have tried to do the .. / configure--with-gnulinux and the make check goes to good end. Another effected test has been done using the Mandrake 10.0 but I always has problems with the make check with a library of the boost. How can I resolve this problem? Is there a distribution linux and of RTAI that allows me to install OROCOS without problems? Thanks