| commentid | objectid | typeid | userid | subject | comment | timestamp | parentid |
|---|---|---|---|---|---|---|---|
| 6000 | Flying | games | -1 | How to run flying | If you can't run flying, the chances are its because you aren't in 8bit mode. To get round this without restarting x, use this command: xinit <flying+arguments including path> -- :1 -depth 8 This will work if XF86Config has a definition for 8bit color (it should) | 2002-07-11 07:46:35 | 0 |
| 6001 | MirrorMagic II | games | -1 | Great! | I played this a couple of years ago; it's great that it's being maintained again. It's a very fun little puzzle game and I can only recommend it warmly. | 2002-07-11 11:56:48 | 0 |
| 6002 | Neverwinter Nights Dedicated Server | games | -1 | Re: point? | and you can't spell. "you're" is "you are" - "your" means that something belongs to you. | 2002-07-11 13:36:02 | 5982 |
| 6003 | OpenGL Racing Game | games | -1 | doesn't compile, package problem? | I have a mdk8.1 system with nvidia openGL and Mesa, Mesa-common, Mesa-common-devel installed.<br> Altough I have libGLUT.so.1 correctly installed in /usr/X11R6/lib, and ldconfig have found it, "make" gives me this message:<br><br> gcc -Wall -ansi main.o timing.o vector.o fifo.o ortho.o audio.o font.o \ init.o textures.o terrain.o menu.o game.o hud.o messages.o \ camera.o \ -o race -lGL -lGLU -lSDL_image -lSDL_mixer -lm `sdl-config --libs` <br> /usr/bin/ld: cannot find -lGLU<br> collect2: ld returned 1 exit status<br><br> any ideas?<br> thanks. | 2002-07-11 14:38:50 | 0 |
| 6004 | 2650 | news | 6124 | Re: 3d Libraries | <p> Thanks to both of you! </p> <p> (I just registered; I am the AC who unfortunately lead this discussion astray) </p> | 2002-07-11 17:39:55 | 5996 |
| 6005 | OpenGL Racing Game | games | -1 | Re: doesn't compile, package problem? | ldconfig just tells the dynamic linker where to find libraries. It does not tell gcc and ld where to find them. If there is a configure script, try running ./configure --help to see if there is an option to specify the location of libGLU. An export LDFLAGS=-L/usr/X11R6/lib before running configure should make it. | 2002-07-12 01:39:53 | 6003 |
| 6006 | OpenGL Racing Game | games | -1 | Very Nice | A great example of how much can be done with SDL with very little code. Great work. | 2002-07-12 05:23:57 | 0 |
| 6007 | Quake | games | -1 | THE COOLEST GAME OF THE WORLD IS QUAKE1! | QUAKE LIVED, LIVES, AND WILL LIVE! | 2002-07-12 06:10:55 | 0 |
| 6008 | OpenGL Racing Game | games | -1 | Re: doesn't compile, package problem? | there isn't a configure script. just the Makefile, that contains the same gcc invocation I reported. How can I tell to ld where GLU is? <br> thanks a lot. | 2002-07-12 06:22:09 | 6005 |
| 6009 | OpenGL Racing Game | games | -1 | Re: doesn't compile, package problem? | this is always me...<br> maybe replacing -lGLU with /usr/X11R6/lib/libGLU.so ? :)<br> thanks. | 2002-07-12 06:40:36 | 6008 |