Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: ois v1.0 rc1 Makefile bug in Linux [Solved]  (Read 820 times)

Occulis

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 1
    • View Profile
ois v1.0 rc1 Makefile bug in Linux [Solved]
« on: March 25, 2007, 09:38:47 AM »

Version information:

Code: [Select]

$ 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:
Quote
/configure --disable-ogre   --- Disables CEGUIOgre ActionMapping Demo


When configured with with this switch, the makefile still contains:

Code: [Select]
SUBDIRS = src includes demos

Which causes a failure on 'make'. I'm not building the demos, so I changed the line in the generated Makefile to:

Code: [Select]
SUBDIRS = src includes

It 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.
Logged