Hello, I am trying to compile the latest OIS on Ubuntu 8.10
I believe that i have all dependencies met, but I keep getting this error
Making all in demos
make[1]: Entering directory `/home/djuniah/Desktop/Ogre test/ois/demos'
/bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -L../src -o ConsoleApp OISConsole.o -lOIS
libtool: link: cannot find the library `' or unhandled argument `test/ois/src'
make[1]: *** [ConsoleApp] Error 1
make[1]: Leaving directory `/home/djuniah/Desktop/Ogre test/ois/demos'
make: *** [all-recursive] Error 1
The strange part about it is libtool's error doesent actually state where or what the library is.
I've seen this error before and it usually lists something.
I have all the dependencies listed on this site installed:
http://www.ogre3d.org/wiki/index.php/Building_From_Source#Ubuntu_.2F_KubuntuThat guide is for 8.04, not 8.10, but only one of the required packages didnt install. It was available but under a slightly different name (and the point at which it is called to compile with OIS has already passed, so i doubt its that)
Does anyone have any experience with 8.10 and ois? or maybe has anyone seen this error before?
I tried searching google and these forums, but could not find anything useful.
Thanks in advance