Billy
unread,Jul 24, 2009, 12:45:08 AM7/24/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python Ogre Developers
My system is a Ubuntu Jaunty box.
In LinuxBuildV2, Step 4
I get error such as:
PythonOgre.BuildModule DEBUG ../../libtool: line 855: X--tag=CXX:
command not found
../../libtool: line 888: libtool: ignoring unknown tag : command not
found
../../libtool: line 855: X--mode=compile: command not found
../../libtool: line 1022: *** Warning: inferring the mode of operation
is deprecated.: command not found
../../libtool: line 1023: *** Future versions of Libtool will require
--mode=MODE be specified.: command not found
../../libtool: line 1166: Xg++: command not found
../../libtool: line 1166: X-DHAVE_CONFIG_H: command not found
...
..etc
I was stuck for quite a while until I replaced the libtool provided
(version 1.5.26) in each of the directories with a symbolic link to my
system's own libtool (version 2.2.6), then run `make' and `make
install' separately, instead of using the BuildModule.py script
(because it seems to replace libtool everytime it's run)
Just posting it here just in case there are people that runs into the
same problem