Re: Still have another problem
Peter Soetens <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.devel,gmane.science.robotics.orocos.user |
|---|---|
| Organization | KU Leuven |
| Message-ID | <[email protected]> |
On Thursday 04 March 2004 02:28, you wrote:
> Dear Peter.
>
> I tried to install libboost-*.i386.rpm(in use RedHat). I have another
> problem.... Do i need to install another package ? pls...
That should be it. If you want to use XML processing, you'll also need the
(lib)xercesc-devel 2.1 package. I'll try to find a way to put this
information more clearly on the home page (it is hidden in the docs but...).
It must be 2.1 and not 1.x .
After you have installed that, you might also run in orocos-0.12.0 dir
the ./bootstrap.sh script, so that the installed software is properly
detected.
Assuming you got through the orocos-install.tcl process, you should do the
following, each time you want to compile or configure orocos :
. /opt/orocos/orocosenv.sh
which will set the path correctly so that the ecosconfig program can be found
(it is in orocos-0.12.0/tools/bin ). It also sets ECOS_REPOSITORY.
Hope this helps,
Peter
>
> [root@RobotWiki build]# make new_packages
> mkdir -p packages-gnulinux
> cd packages-gnulinux &&\
> export ECOS_REPOSITORY=/opt/orocos/orocos-0.12.0/build/../packages;\
> ecosconfig new gnulinux minimal ;\
> for i in $(find /opt/orocos/orocos-0.12.0/build/../packages/support -name
> "*.cdl"); do
> \
> ecosconfig add support_$(basename $i .cdl); done ;\
> { ecosconfig template allpackages || ecosconfig template corelib-os; };\
> echo -e "\n This is now your new configuration :\n" ;\
> ecosconfig check
> /bin/sh: line 1: ecosconfig: command not found
> /bin/sh: line 1: ecosconfig: command not found
> /bin/sh: line 1: ecosconfig: command not found
> /bin/sh: line 1: ecosconfig: command not found
> /bin/sh: line 1: ecosconfig: command not found
> Â
> Â This is now your new configuration :
> Â
> /bin/sh: line 1: ecosconfig: command not found
> make: *** [new_packages] Error 127
> [root@RobotWiki build]#
--
------------------------------------------------------------------------
Peter Soetens http://www.orocos.org
Katholieke Universiteit Leuven
Division Production Engineering, tel. +32 16 322773
Machine Design and Automation fax. +32 16 322987
Celestijnenlaan 300B [email protected]
B-3001 Leuven Belgium http://www.mech.kuleuven.ac.be/pma
------------------------------------------------------------------------