Version information:
$ ls -lrt ois-1.0RC1.tar.gz
-rw-r--r-- 1 occ occ 137061 2007-03-24 12:58 ois-1.0RC1.tar.gz
$ md5sum ois-1.0RC1.tar.gz
05cbd131fb0477e1cbd4b115ccef2c90 ois-1.0RC1.tar.gz
$ date
Sun Mar 25 12:36:29 CST 2007
$ uname -a
Linux bounce 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 GNU/Linux
According to the ReadMe.txt:
/configure --disable-ogre --- Disables CEGUIOgre ActionMapping Demo
When configured with with this switch, the makefile still contains:
SUBDIRS = src includes demosWhich causes a failure on 'make'. I'm not building the demos, so I changed the line in the generated Makefile to:
SUBDIRS = src includesIt then built fine and I was able to create a debian package with checkinstall. This solution is just a workaround but I hope it helps someone. I am still a config / m4 / automake newbie, so I do not have a full solution to this issue. I just run configure and then edit the makefile by hand.
I've put more notes on my short (a couple of hours) journey to install Ogre3D + OIS on Ubuntu 6.10
here, in case it helps anyone.