Jump to content

Having problem with blackshades - and ideas?


lets-eat-gary
 Share

Recommended Posts

Hi people.

 

I have just downloaded what looks like quite an interesting game from cvs - http://www.icculus.org/blackshades/.

 

But i'm have a problem when i go to 'make' it.

 

Here are the error messages i am getting

 

[morgan@mog blackshades]$ make

make bindir

make[1]: Entering directory `/home/morgan/blackshades'

mkdir -p ./objs

make[1]: Leaving directory `/home/morgan/blackshades'

g++ -c -o objs/Camera.o Source/Camera.cpp -O2 -Wall -g -I/usr/include/SDL -D_REENTRANT -I./Source -include Source/Support.h

g++ -c -o objs/Decals.o Source/Decals.cpp -O2 -Wall -g -I/usr/include/SDL -D_REENTRANT -I./Source -include Source/Support.h

In file included from Source/Decals.cpp:1:

Source/Decals.h:10:21: GL/glut.h: No such file or directory

In file included from Source/Decals.h:12,

from Source/Decals.cpp:1:

Source/Files.h:19:20: GL/glu.h: No such file or directory

In file included from Source/Decals.h:16,

from Source/Decals.cpp:1:

Source/Models.h:14:20: GL/glu.h: No such file or directory

Source/Decals.cpp: In member function `void Decals::LoadBulletHoleTexture(char*)':

Source/Decals.cpp:301: `gluBuild2DMipmaps' undeclared (first use this function)

Source/Decals.cpp:301: (Each undeclared identifier is reported only once for each function it appears in.)

make: *** [objs/Decals.o] Error 1

 

Any ideas what i'm doing wrong?

 

I'm running mandrake 9.1 . Cheers

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...