tuxkart-users Mailing List for Tux Kart (Page 2)
Status: Alpha
Brought to you by:
sjbaker
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
(1) |
Jul
(43) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(13) |
Oct
|
Nov
|
Dec
|
| 2002 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
|
Nov
(2) |
Dec
|
| 2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2015 |
Jan
(2) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Steve B. <sjb...@ai...> - 2004-03-20 15:13:50
|
ANNOUNCING TUXKART Version 0.4.0 This version fixes a couple of minor bugs and updates to support PLIB 1.8.0. To simplify installation, TuxKart no longer requires GLUT. Removed 'mouse-trap' mode - it was convenient for ancient Voodoo graphics cards - but very inconvenient for more modern graphics. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |
|
From: Andreas S. <an...@ds...> - 2004-01-04 17:12:05
|
Hi! TuxKart is a nice game, I enjoy it! Really cool would be a multiplayer mode so that you can play TuxKart against other players. A happy new year Andreas |
|
From: Frank B. <Cu...@gm...> - 2003-08-20 14:20:18
|
Hello there, you have to install plib and glut ( or freeglut ),
see the tuxkart readme file for more informations :)
- Frank
> Hi, I am trying to install TuxKart on Mandrake 9.1 Configure goes fine,
> but I get this on make:
>
> ke[1]: Entering directory `/home/mugs/Desktop/tuxkart-0.2.0/src'
> c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.2.0\" -DHAVE_LIBGL=1
> -DHAVE_GL_GL_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1
> -DTUXKART_DATADIR=\"/usr/local/share/games/tuxkart\" -I. -I. -g
> -O2 -O6 -Wall -c start_tuxkart.cxx
> In file included from start_tuxkart.cxx:2:
> start_tuxkart.h:20:21: GL/glut.h: No such file or directory
> start_tuxkart.h:22:22: plib/ssg.h: No such file or directory
> start_tuxkart.h:23:21: plib/sl.h: No such file or directory
> start_tuxkart.h:24:21: plib/js.h: No such file or directory
> start_tuxkart.h:25:22: plib/fnt.h: No such file or directory
> start_tuxkart.h:26:21: plib/pu.h: No such file or directory
> start_tuxkart.cxx:18: syntax error before `*' token
> start_tuxkart.cxx:19: syntax error before `*' token
> start_tuxkart.cxx:20: syntax error before `*' token
> start_tuxkart.cxx:21: syntax error before `*' token
> start_tuxkart.cxx:22: syntax error before `*' token
> start_tuxkart.cxx:23: syntax error before `*' token
> start_tuxkart.cxx:24: syntax error before `*' token
> start_tuxkart.cxx:26: syntax error before `*' token
> start_tuxkart.cxx:30: syntax error before `*' token
> start_tuxkart.cxx: In function `void switch_to_game()':
> start_tuxkart.cxx:43: `trackButtons' undeclared (first use this
> function)
> start_tuxkart.cxx:43: (Each undeclared identifier is reported only once
> for each function it appears in.)
> start_tuxkart.cxx:44: `numLapsText' undeclared (first use this function)
> start_tuxkart.cxx:46: `glutWarpPointer' undeclared (first use this
> function)
> start_tuxkart.cxx:48: `pleaseWaitButton' undeclared (first use this
> function)
> start_tuxkart.cxx:48: `puDeleteObject' undeclared (first use this
> function)
> start_tuxkart.cxx:49: `numLapsSlider' undeclared (first use this
> function)
> start_tuxkart.cxx:51: `playButton' undeclared (first use this function)
> start_tuxkart.cxx:52: `exitButton' undeclared (first use this function)
> start_tuxkart.cxx:54: `intro_gst' undeclared (first use this function)
> start_tuxkart.cxx:55: `sorority' undeclared (first use this function)
> start_tuxkart.cxx:56: `fnt' undeclared (first use this function)
> start_tuxkart.cxx: In function `void specialfn(int, int, int)':
> start_tuxkart.cxx:71: `PU_KEY_GLUT_SPECIAL_OFFSET' undeclared (first use
> this function)
> start_tuxkart.cxx:71: `PU_DOWN' undeclared (first use this function)
> start_tuxkart.cxx:71: `puKeyboard' undeclared (first use this function)
> start_tuxkart.cxx:72: `glutPostRedisplay' undeclared (first use this
> function)
> start_tuxkart.cxx: In function `void motionfn(int, int)':
> start_tuxkart.cxx:83: `puMouse' undeclared (first use this function)
> start_tuxkart.cxx: In function `void displayfn()':
> start_tuxkart.cxx:106: `GL_PROJECTION' undeclared (first use this
> function)
> start_tuxkart.cxx:106: `glMatrixMode' undeclared (first use this
> function)
> start_tuxkart.cxx:107: `glLoadIdentity' undeclared (first use this
> function)
> start_tuxkart.cxx:108: `GL_MODELVIEW' undeclared (first use this
> function)
> start_tuxkart.cxx:110: `GL_DEPTH_TEST' undeclared (first use this
> function)
> start_tuxkart.cxx:110: `glDisable' undeclared (first use this function)
> start_tuxkart.cxx:111: `GL_LIGHTING' undeclared (first use this
> function)
> start_tuxkart.cxx:112: `GL_FOG' undeclared (first use this function)
> start_tuxkart.cxx:113: `GL_CULL_FACE' undeclared (first use this
> function)
> start_tuxkart.cxx:114: `GL_ALPHA_TEST' undeclared (first use this
> function)
> start_tuxkart.cxx:115: `glOrtho' undeclared (first use this function)
> start_tuxkart.cxx:119: `GL_QUADS' undeclared (first use this function)
> start_tuxkart.cxx:119: `glBegin' undeclared (first use this function)
> start_tuxkart.cxx:120: `glColor3f' undeclared (first use this function)
> start_tuxkart.cxx:121: `glTexCoord2f' undeclared (first use this
> function)
> start_tuxkart.cxx:121: `glVertex2i' undeclared (first use this function)
> start_tuxkart.cxx:125: `glEnd' undeclared (first use this function)
> start_tuxkart.cxx:129: `GL_BLEND' undeclared (first use this function)
> start_tuxkart.cxx:129: `glEnable' undeclared (first use this function)
> start_tuxkart.cxx:130: `puDisplay' undeclared (first use this function)
> start_tuxkart.cxx:134: `glutSwapBuffers' undeclared (first use this
> function)
> start_tuxkart.cxx: At global scope:
> start_tuxkart.cxx:152: `puObject' was not declared in this scope
> start_tuxkart.cxx:152: parse error before `)' token
> start_tuxkart.cxx: In function `void play_cb(...)':
> start_tuxkart.cxx:154: `puSetDefaultColourScheme' undeclared (first use
> this function)
> start_tuxkart.cxx:155: parse error before `(' token
> start_tuxkart.cxx: At global scope:
> start_tuxkart.cxx:162: `puObject' was not declared in this scope
> start_tuxkart.cxx:162: parse error before `)' token
> start_tuxkart.cxx:170: `puObject' was not declared in this scope
> start_tuxkart.cxx:170: parse error before `)' token
> start_tuxkart.cxx: In function `void install_material()':
> start_tuxkart.cxx:187: parse error before `;' token
> start_tuxkart.cxx:190: `TRUE' undeclared (first use this function)
> start_tuxkart.cxx:194: `GL_TEXTURE_2D' undeclared (first use this
> function)
> start_tuxkart.cxx:199: `GL_SMOOTH' undeclared (first use this function)
> start_tuxkart.cxx:200: `GL_COLOR_MATERIAL' undeclared (first use this
> function)
> start_tuxkart.cxx:202: `GL_EMISSION' undeclared (first use this
> function)
> start_tuxkart.cxx:203: `GL_SPECULAR' undeclared (first use this
> function)
> start_tuxkart.cxx:204: `GL_DIFFUSE' undeclared (first use this function)
> start_tuxkart.cxx:205: `GL_AMBIENT' undeclared (first use this function)
> start_tuxkart.cxx: In function `int main(int, char**)':
> start_tuxkart.cxx:316: `glutInitWindowPosition' undeclared (first use
> this function)
> start_tuxkart.cxx:317: `glutInitWindowSize' undeclared (first use this
> function)
> start_tuxkart.cxx:318: `glutInit' undeclared (first use this function)
> start_tuxkart.cxx:319: `GLUT_RGB' undeclared (first use this function)
> start_tuxkart.cxx:319: `GLUT_DOUBLE' undeclared (first use this
> function)
> start_tuxkart.cxx:319: `GLUT_DEPTH' undeclared (first use this function)
> start_tuxkart.cxx:319: `glutInitDisplayMode' undeclared (first use this
> function)
> start_tuxkart.cxx:321: `glutCreateWindow' undeclared (first use this
> function)
> start_tuxkart.cxx:329: `glutDisplayFunc' undeclared (first use this
> function)
> start_tuxkart.cxx:330: `glutKeyboardFunc' undeclared (first use this
> function)
> start_tuxkart.cxx:331: `glutSpecialFunc' undeclared (first use this
> function)
> start_tuxkart.cxx:332: `glutMouseFunc' undeclared (first use this
> function)
> start_tuxkart.cxx:333: `glutMotionFunc' undeclared (first use this
> function)
> start_tuxkart.cxx:334: `glutPassiveMotionFunc' undeclared (first use
> this function)
> start_tuxkart.cxx:335: `glutIdleFunc' undeclared (first use this
> function)
> start_tuxkart.cxx:337: `puInit' undeclared (first use this function)
> start_tuxkart.cxx:338: `ssgInit' undeclared (first use this function)
> start_tuxkart.cxx:341: `puShowCursor' undeclared (first use this
> function)
> start_tuxkart.cxx:345: parse error before `;' token
> start_tuxkart.cxx:347: parse error before `(' token
> start_tuxkart.cxx:349: `puSetDefaultFonts' undeclared (first use this
> function)
> start_tuxkart.cxx:350: `PUSTYLE_SMALL_SHADED' undeclared (first use this
> function)
> start_tuxkart.cxx:350: `puSetDefaultStyle' undeclared (first use this
> function)
> start_tuxkart.cxx:353: parse error before `(' token
> start_tuxkart.cxx:358: parse error before `(' token
> start_tuxkart.cxx:362: parse error before `(' token
> start_tuxkart.cxx:363: `PUPLACE_ABOVE' undeclared (first use this
> function)
> start_tuxkart.cxx:366: `PUSLIDER_ALWAYS' undeclared (first use this
> function)
> start_tuxkart.cxx:370: parse error before `(' token
> start_tuxkart.cxx:371: `PUSTYLE_BOXED' undeclared (first use this
> function)
> start_tuxkart.cxx:373: parse error before `(' token
> start_tuxkart.cxx:383: `glutFullScreen' undeclared (first use this
> function)
> start_tuxkart.cxx:384: `glutMainLoop' undeclared (first use this
> function)
> make[1]: *** [start_tuxkart.o] Error 1
> make[1]: Leaving directory `/home/mugs/Desktop/tuxkart-0.2.0/src'
> make: *** [all-recursive] Error 1
> [mugs@dhcppc2 tuxkart-0.2.0]$
>
>
> If anybody can help, I would appreciate it. Thanks.
> --
> Yossi 4Ever
>
>
--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post
|
|
From: Michael P. <mug...@mi...> - 2003-08-20 13:13:28
|
Hi, I am trying to install TuxKart on Mandrake 9.1 Configure goes fine,
but I get this on make:
ke[1]: Entering directory `/home/mugs/Desktop/tuxkart-0.2.0/src'
c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.2.0\" -DHAVE_LIBGL=1
-DHAVE_GL_GL_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1
-DTUXKART_DATADIR=\"/usr/local/share/games/tuxkart\" -I. -I. -g
-O2 -O6 -Wall -c start_tuxkart.cxx
In file included from start_tuxkart.cxx:2:
start_tuxkart.h:20:21: GL/glut.h: No such file or directory
start_tuxkart.h:22:22: plib/ssg.h: No such file or directory
start_tuxkart.h:23:21: plib/sl.h: No such file or directory
start_tuxkart.h:24:21: plib/js.h: No such file or directory
start_tuxkart.h:25:22: plib/fnt.h: No such file or directory
start_tuxkart.h:26:21: plib/pu.h: No such file or directory
start_tuxkart.cxx:18: syntax error before `*' token
start_tuxkart.cxx:19: syntax error before `*' token
start_tuxkart.cxx:20: syntax error before `*' token
start_tuxkart.cxx:21: syntax error before `*' token
start_tuxkart.cxx:22: syntax error before `*' token
start_tuxkart.cxx:23: syntax error before `*' token
start_tuxkart.cxx:24: syntax error before `*' token
start_tuxkart.cxx:26: syntax error before `*' token
start_tuxkart.cxx:30: syntax error before `*' token
start_tuxkart.cxx: In function `void switch_to_game()':
start_tuxkart.cxx:43: `trackButtons' undeclared (first use this
function)
start_tuxkart.cxx:43: (Each undeclared identifier is reported only once
for each function it appears in.)
start_tuxkart.cxx:44: `numLapsText' undeclared (first use this function)
start_tuxkart.cxx:46: `glutWarpPointer' undeclared (first use this
function)
start_tuxkart.cxx:48: `pleaseWaitButton' undeclared (first use this
function)
start_tuxkart.cxx:48: `puDeleteObject' undeclared (first use this
function)
start_tuxkart.cxx:49: `numLapsSlider' undeclared (first use this
function)
start_tuxkart.cxx:51: `playButton' undeclared (first use this function)
start_tuxkart.cxx:52: `exitButton' undeclared (first use this function)
start_tuxkart.cxx:54: `intro_gst' undeclared (first use this function)
start_tuxkart.cxx:55: `sorority' undeclared (first use this function)
start_tuxkart.cxx:56: `fnt' undeclared (first use this function)
start_tuxkart.cxx: In function `void specialfn(int, int, int)':
start_tuxkart.cxx:71: `PU_KEY_GLUT_SPECIAL_OFFSET' undeclared (first use
this function)
start_tuxkart.cxx:71: `PU_DOWN' undeclared (first use this function)
start_tuxkart.cxx:71: `puKeyboard' undeclared (first use this function)
start_tuxkart.cxx:72: `glutPostRedisplay' undeclared (first use this
function)
start_tuxkart.cxx: In function `void motionfn(int, int)':
start_tuxkart.cxx:83: `puMouse' undeclared (first use this function)
start_tuxkart.cxx: In function `void displayfn()':
start_tuxkart.cxx:106: `GL_PROJECTION' undeclared (first use this
function)
start_tuxkart.cxx:106: `glMatrixMode' undeclared (first use this
function)
start_tuxkart.cxx:107: `glLoadIdentity' undeclared (first use this
function)
start_tuxkart.cxx:108: `GL_MODELVIEW' undeclared (first use this
function)
start_tuxkart.cxx:110: `GL_DEPTH_TEST' undeclared (first use this
function)
start_tuxkart.cxx:110: `glDisable' undeclared (first use this function)
start_tuxkart.cxx:111: `GL_LIGHTING' undeclared (first use this
function)
start_tuxkart.cxx:112: `GL_FOG' undeclared (first use this function)
start_tuxkart.cxx:113: `GL_CULL_FACE' undeclared (first use this
function)
start_tuxkart.cxx:114: `GL_ALPHA_TEST' undeclared (first use this
function)
start_tuxkart.cxx:115: `glOrtho' undeclared (first use this function)
start_tuxkart.cxx:119: `GL_QUADS' undeclared (first use this function)
start_tuxkart.cxx:119: `glBegin' undeclared (first use this function)
start_tuxkart.cxx:120: `glColor3f' undeclared (first use this function)
start_tuxkart.cxx:121: `glTexCoord2f' undeclared (first use this
function)
start_tuxkart.cxx:121: `glVertex2i' undeclared (first use this function)
start_tuxkart.cxx:125: `glEnd' undeclared (first use this function)
start_tuxkart.cxx:129: `GL_BLEND' undeclared (first use this function)
start_tuxkart.cxx:129: `glEnable' undeclared (first use this function)
start_tuxkart.cxx:130: `puDisplay' undeclared (first use this function)
start_tuxkart.cxx:134: `glutSwapBuffers' undeclared (first use this
function)
start_tuxkart.cxx: At global scope:
start_tuxkart.cxx:152: `puObject' was not declared in this scope
start_tuxkart.cxx:152: parse error before `)' token
start_tuxkart.cxx: In function `void play_cb(...)':
start_tuxkart.cxx:154: `puSetDefaultColourScheme' undeclared (first use
this function)
start_tuxkart.cxx:155: parse error before `(' token
start_tuxkart.cxx: At global scope:
start_tuxkart.cxx:162: `puObject' was not declared in this scope
start_tuxkart.cxx:162: parse error before `)' token
start_tuxkart.cxx:170: `puObject' was not declared in this scope
start_tuxkart.cxx:170: parse error before `)' token
start_tuxkart.cxx: In function `void install_material()':
start_tuxkart.cxx:187: parse error before `;' token
start_tuxkart.cxx:190: `TRUE' undeclared (first use this function)
start_tuxkart.cxx:194: `GL_TEXTURE_2D' undeclared (first use this
function)
start_tuxkart.cxx:199: `GL_SMOOTH' undeclared (first use this function)
start_tuxkart.cxx:200: `GL_COLOR_MATERIAL' undeclared (first use this
function)
start_tuxkart.cxx:202: `GL_EMISSION' undeclared (first use this
function)
start_tuxkart.cxx:203: `GL_SPECULAR' undeclared (first use this
function)
start_tuxkart.cxx:204: `GL_DIFFUSE' undeclared (first use this function)
start_tuxkart.cxx:205: `GL_AMBIENT' undeclared (first use this function)
start_tuxkart.cxx: In function `int main(int, char**)':
start_tuxkart.cxx:316: `glutInitWindowPosition' undeclared (first use
this function)
start_tuxkart.cxx:317: `glutInitWindowSize' undeclared (first use this
function)
start_tuxkart.cxx:318: `glutInit' undeclared (first use this function)
start_tuxkart.cxx:319: `GLUT_RGB' undeclared (first use this function)
start_tuxkart.cxx:319: `GLUT_DOUBLE' undeclared (first use this
function)
start_tuxkart.cxx:319: `GLUT_DEPTH' undeclared (first use this function)
start_tuxkart.cxx:319: `glutInitDisplayMode' undeclared (first use this
function)
start_tuxkart.cxx:321: `glutCreateWindow' undeclared (first use this
function)
start_tuxkart.cxx:329: `glutDisplayFunc' undeclared (first use this
function)
start_tuxkart.cxx:330: `glutKeyboardFunc' undeclared (first use this
function)
start_tuxkart.cxx:331: `glutSpecialFunc' undeclared (first use this
function)
start_tuxkart.cxx:332: `glutMouseFunc' undeclared (first use this
function)
start_tuxkart.cxx:333: `glutMotionFunc' undeclared (first use this
function)
start_tuxkart.cxx:334: `glutPassiveMotionFunc' undeclared (first use
this function)
start_tuxkart.cxx:335: `glutIdleFunc' undeclared (first use this
function)
start_tuxkart.cxx:337: `puInit' undeclared (first use this function)
start_tuxkart.cxx:338: `ssgInit' undeclared (first use this function)
start_tuxkart.cxx:341: `puShowCursor' undeclared (first use this
function)
start_tuxkart.cxx:345: parse error before `;' token
start_tuxkart.cxx:347: parse error before `(' token
start_tuxkart.cxx:349: `puSetDefaultFonts' undeclared (first use this
function)
start_tuxkart.cxx:350: `PUSTYLE_SMALL_SHADED' undeclared (first use this
function)
start_tuxkart.cxx:350: `puSetDefaultStyle' undeclared (first use this
function)
start_tuxkart.cxx:353: parse error before `(' token
start_tuxkart.cxx:358: parse error before `(' token
start_tuxkart.cxx:362: parse error before `(' token
start_tuxkart.cxx:363: `PUPLACE_ABOVE' undeclared (first use this
function)
start_tuxkart.cxx:366: `PUSLIDER_ALWAYS' undeclared (first use this
function)
start_tuxkart.cxx:370: parse error before `(' token
start_tuxkart.cxx:371: `PUSTYLE_BOXED' undeclared (first use this
function)
start_tuxkart.cxx:373: parse error before `(' token
start_tuxkart.cxx:383: `glutFullScreen' undeclared (first use this
function)
start_tuxkart.cxx:384: `glutMainLoop' undeclared (first use this
function)
make[1]: *** [start_tuxkart.o] Error 1
make[1]: Leaving directory `/home/mugs/Desktop/tuxkart-0.2.0/src'
make: *** [all-recursive] Error 1
[mugs@dhcppc2 tuxkart-0.2.0]$
If anybody can help, I would appreciate it. Thanks.
--
Yossi 4Ever
|
|
From: Frank B. <Cu...@gm...> - 2003-08-15 17:10:54
|
You have to install a fresh build of freeglut ( the glut version shipped
with redhat 9.0 seems to be corrupted )
- Uninstall all glut stuff using rpm
- make a fresh build of freeglut
- update this package/library database ...
Afterwards delete all files of tuxkart and extract the whole thing a second
time,
run configure and make ...
Had the same problem :D
>
> I have trouble installing tuxkart on my redhat 9.
>
> Do anybody have a solution?
>
> [root@localhost clalar]# cd tuxkart-0.2.0
> [root@localhost tuxkart-0.2.0]# ./configure
> loading cache ./config.cache
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc ) works... yes
> checking whether the C compiler (gcc ) is a cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking how to run the C preprocessor... (cached) gcc -E
> checking for c++... (cached) c++
> checking whether the C++ compiler (c++ ) works... yes
> checking whether the C++ compiler (c++ ) is a cross-compiler... no
> checking whether we are using GNU C++... (cached) yes
> checking whether c++ accepts -g... (cached) yes
> checking how to run the C++ preprocessor... (cached) c++ -E
> checking for a BSD compatible install... /usr/bin/install -c
> checking for ranlib... (cached) ranlib
> checking for windows.h... (cached) no
> checking for X... (cached) libraries /usr/X11R6/lib, headers
> /usr/X11R6/include
> checking for dnet_ntoa in -ldnet... (cached) no
> checking for dnet_ntoa in -ldnet_stub... (cached) no
> checking for gethostbyname... (cached) yes
> checking for connect... (cached) yes
> checking for remove... (cached) yes
> checking for shmat... (cached) yes
> checking for IceConnectionNumber in -lICE... (cached) yes
> checking for glNewList in -lGL... (cached) yes
> checking for gluLookAt in -lGLU... (cached) yes
> checking for glutGetModifiers in -lglut... (cached) no
> checking for glutGetModifiers in -lfreeglut... (cached) no
> checking for ALopenport in -laudio... (cached) no
> checking for ANSI C header files... (cached) no
> checking for GL/gl.h... (cached) yes
> checking for GL/glu.h... (cached) yes
> checking for GL/glut.h... (cached) no
> checking for windows.h... (cached) no
> checking for joystick.h... (cached) no
> checking for linux/joystick.h... (cached) yes
> creating ./config.status
> creating Makefile
> creating contrib/Makefile
> creating data/Makefile
> creating doc/Makefile
> creating fonts/Makefile
> creating images/Makefile
> creating models/Makefile
> creating mods/Makefile
> creating src/Makefile
> creating wavs/Makefile
> [root@localhost tuxkart-0.2.0]#
>
> >
> >
> > [root@localhost tuxkart-0.2.0]# make
> > Making all in src
> > make[1]: Entering directory `/home/clalar/tuxkart-0.2.0/src'
> > c++ -g -O2 -O6 -Wall -o tuxkart start_tuxkart.o tuxkart.o gfx.o
> material.o gu i.o status.o sound.o utils.o isect.o guNet.o loader.o
Track.o
> Driver.o Herring.o Explosion.o KartDriver.o Traffic.o PlayerDriver.o
> AutoDriver.o Projectile.o -l plibsl -lplibssg -lplibpu -lplibfnt -lplibsg
-lplibul
> -lGLU -lGL -L/usr/X11R6/ lib -lSM -lICE -lpthread -lX11 -lXi -lXext
> -lXmu -lm
> > start_tuxkart.o(.text+0x6f): In function `main':
> > /home/clalar/tuxkart-0.2.0/src/start_tuxkart.cxx:316: udefineret
> reference til " glutInitWindowPosition"
> >
>
start_tuxkart.o(.text+0x82):/home/clalar/tuxkart-0.2.0/src/start_tuxkart.cxx:317 : udefineret reference til "glutInitWindowSize"
>
> and so ( a lot ) on.
>
> Regards Claus
>
> _____________________________________________________________
> Get your spam-free, Linux email now --> http://www.LinuxWaves.com
> Join Linux discussions --> http://Community.LinuxWaves.com
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Tuxkart-users mailing list
> Tux...@li...
> https://lists.sourceforge.net/lists/listinfo/tuxkart-users
>
--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post
|
|
From: Steve B. <sjb...@ai...> - 2003-08-15 14:47:34
|
c c wrote: > I have trouble installing tuxkart on my redhat 9. > checking for glutGetModifiers in -lglut... (cached) no > checking for glutGetModifiers in -lfreeglut... (cached) no Looks like you need to install GLUT...or perhaps you installed it - but not the 'development' version. RedHat have an annoying habit of installing libraries - but not the header files that go with them. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |
|
From: c c <br...@li...> - 2003-08-15 13:48:47
|
I have trouble installing tuxkart on my redhat 9.
Do anybody have a solution?
[root@localhost clalar]# cd tuxkart-0.2.0
[root@localhost tuxkart-0.2.0]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for windows.h... (cached) no
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for glNewList in -lGL... (cached) yes
checking for gluLookAt in -lGLU... (cached) yes
checking for glutGetModifiers in -lglut... (cached) no
checking for glutGetModifiers in -lfreeglut... (cached) no
checking for ALopenport in -laudio... (cached) no
checking for ANSI C header files... (cached) no
checking for GL/gl.h... (cached) yes
checking for GL/glu.h... (cached) yes
checking for GL/glut.h... (cached) no
checking for windows.h... (cached) no
checking for joystick.h... (cached) no
checking for linux/joystick.h... (cached) yes
creating ./config.status
creating Makefile
creating contrib/Makefile
creating data/Makefile
creating doc/Makefile
creating fonts/Makefile
creating images/Makefile
creating models/Makefile
creating mods/Makefile
creating src/Makefile
creating wavs/Makefile
[root@localhost tuxkart-0.2.0]#
>
>
> [root@localhost tuxkart-0.2.0]# make
> Making all in src
> make[1]: Entering directory `/home/clalar/tuxkart-0.2.0/src'
> c++ -g -O2 -O6 -Wall -o tuxkart start_tuxkart.o tuxkart.o gfx.o material.o gu i.o status.o sound.o utils.o isect.o guNet.o loader.o Track.o Driver.o Herring.o Explosion.o KartDriver.o Traffic.o PlayerDriver.o AutoDriver.o Projectile.o -l plibsl -lplibssg -lplibpu -lplibfnt -lplibsg -lplibul -lGLU -lGL -L/usr/X11R6/ lib -lSM -lICE -lpthread -lX11 -lXi -lXext -lXmu -lm
> start_tuxkart.o(.text+0x6f): In function `main':
> /home/clalar/tuxkart-0.2.0/src/start_tuxkart.cxx:316: udefineret reference til " glutInitWindowPosition"
> start_tuxkart.o(.text+0x82):/home/clalar/tuxkart-0.2.0/src/start_tuxkart.cxx:317 : udefineret reference til "glutInitWindowSize"
and so ( a lot ) on.
Regards Claus
_____________________________________________________________
Get your spam-free, Linux email now --> http://www.LinuxWaves.com
Join Linux discussions --> http://Community.LinuxWaves.com
|
|
From: Steve B. <sjb...@ai...> - 2003-04-04 11:06:22
|
Gabriele Betti wrote: > Hi, > > I'm having problems installing tuxkart. > > I have the glut files ( glut.h; glut.def; glut32.dll;glut32.lib ). > > Where do I put those ? I don't use Windows - so I only know where they'd go under Linux...and that won't help you. > And the plib ? Same problem. Does anyone else know the answer? > Anyway I would like to make some 3d work for tux racer , I have a kart > model here: > > http://www.gabdab.altervista.org/immagini/kartet.jpg > http://www.gabdab.altervista.org/immagini/kartbunny.gif These are very cute (although they look like they are a lot of polygons). The version of TuxKart that is in CVS (not the standard released version) allows you to load your own kart models. In the 'data' directory, you'll see a file called 'players.dat' which contains the filenames of the four carts. You can change any of those to be whatever you like. You can also change the models on a level-by-level basis. In the ".loc" file for each level, you can add: PLAYERS "filename" ...and that file will be used instead of 'players.dat' for that level only. This would allow you (for example) to have them ride snowmobiles in an ice/snow level. Right now, there is no way to replace the icons used at the bottom of the screen though - I havn't had time to work on that... which is why this feature isn't in the main release of TuxKart yet. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |
|
From: Gabriele B. <g....@em...> - 2003-04-04 06:58:28
|
Hi, I'm having problems installing tuxkart. I have the glut files ( glut.h; glut.def; glut32.dll;glut32.lib ). Where do I put those ? And the plib ? Anyway I would like to make some 3d work for tux racer , I have a kart = model here: http://www.gabdab.altervista.org/immagini/kartet.jpg http://www.gabdab.altervista.org/immagini/kartbunny.gif Thanks , Gab- |
|
From: unknown m. <unk...@ho...> - 2003-02-16 18:02:18
|
I'm having some trouble with installing this on cygwin... i've included a
log. I can't find this missing direct.h anywhere. the only direct.h in my
cygwin dir is in the mingw dir is this what I use? and if so how do i add
the mingw dir to the include path list?
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for windows.h... (cached) yes
checking for ALopenport in -laudio... (cached) no
checking for ANSI C header files... (cached) yes
checking for GL/gl.h... (cached) yes
checking for GL/glu.h... (cached) yes
checking for GL/glut.h... (cached) yes
checking for windows.h... (cached) yes
checking for joystick.h... (cached) no
checking for linux/joystick.h... (cached) no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating contrib/Makefile
creating data/Makefile
creating doc/Makefile
creating fonts/Makefile
creating images/Makefile
creating models/Makefile
creating mods/Makefile
creating src/Makefile
creating wavs/Makefile
Making all in src
make[1]: Entering directory `/tuxkart-0.2.0/src'
c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.2.0\" -DWIN32=1 -DSTDC_HEADERS=1
-DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DWIN32=1
-DTUXKART_DATADIR=\"/usr/local/share/games/tuxkart\" -I. -I. -g -O2
-O6 -Wall -malign-double -I/usr/local/include -L/usr/local/lib -c
tuxkart.cxx
In file included from tuxkart.cxx:2:
tuxkart.h:12:20: direct.h: No such file or directory
make[1]: *** [tuxkart.o] Error 1
make[1]: Leaving directory `/tuxkart-0.2.0/src'
make: *** [all-recursive] Error 1
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
|
|
From: Steve B. <sjb...@ai...> - 2002-11-18 23:30:53
|
Luiz Siqueira Neto wrote: > I can´t find documentation about this, some one can help me? Several people have succeeded at installing PLIB on OS-X - but I'm a Linux user - so I don't know what they did. I suggest asking on the PLIB developer list. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net |
|
From: Luiz S. N. <cyb...@ma...> - 2002-11-18 12:35:55
|
I can=B4t find documentation about this, some one can help me? Cyber Samurai Tecnologia sem fronteiras Luiz Siqueira Neto 27-3347-4070 27-9961-4155 |
|
From: Steve B. <sjb...@ai...> - 2002-09-04 01:01:03
|
La Temperanza wrote: > I fell into the big canyon and tried to get rescued, and the (very > screwed up) butterfly dropped me into blue oblivion. You might wanna > check for a leak down there. Yes - the butterfly is a little 'broken'. It was a last minute hack and it needs more thought! ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |
|
From: La T. <tem...@so...> - 2002-09-03 22:13:19
|
I fell into the big canyon and tried to get rescued, and the (very screwed up) butterfly dropped me into blue oblivion. You might wanna check for a leak down there. |
|
From: La T. <tem...@so...> - 2002-09-02 21:47:26
|
Hmm... yeah, that is a pretty tricky bug. I don't know much about programming, but perhaps a "real-world" checker would help- if paths ahead are ambiguous, have the CPU run a quick simulation of driving down each, and take the one that doesn't hit any obstacles. Although it's expensive compared to some other hacks, it will cause the least problems in the centerline setup. |
|
From: Steve B. <sjb...@ai...> - 2002-09-02 03:32:03
|
La Temperanza wrote:
> Anyway, I've been wondering why the CPU, quite frequently, goes
> careening from wall to wall with rather suspicious precision at speeds
> in excess of 90MPH- I can never go faster then about 65 unless using a
> magnet on one of them. This behavior is easy to observe in Geeko Peak.
There is a bug (which is annoyingly hard to fix) relating to what happens
when one part of the track crosses another. Sometimes, the computer
controlled players start crossing a bridge and suddenly come to believe
that they are in fact on the part of the course running under the bridge.
At this point they try to follow the centerline of the road beneath the
bridge - generally resulting in a violent crash against the sides of the
track. Having crashed, they may then decide they are back on the bridge
section again...this activity can repeat over and over until they sometimes
hit the wall with enough speed to actually pop through it and end up
beneath the track or something.
This is hard to fix because the track centerline data that tells the other
karts where to go - and which has some other functions too - is only two-dimensional
so a kart close to the intersection of two segments *can* get confused.
As for the excessive speed, there is a dirty secret going on in TuxKart
(as with many computer racing games) which is that to make the game a
little more exciting, the cars in front of you slow down a little - so
you stand a chance of catching them - and the cars behind you speed
up a little to give them a chance of catching you.
This may sound bad - but without it, car driving games are BORING because
one teeny tiny mistake on your part puts you behind the pack with no
way to catch up again - and if you were just 1% better at driving a
GoKart than the computer, you'd never see another computer player in
front of you. Keeping lots of other cars bunched up around you
keeps the game interesting.
When the computer-controlled karts get confused because of the 'bridge'
problem, they suddenly think they are *WAY* behind you and speed up
accordingly. Of course ordinarily, you wouldn't see them do this and
it wouldn't be noticable - but when they do it in plain sight - it's a
bit obvious! So, if the centerline thing was fixed, this wouldn't be
a problem.
I have not been working on TuxKart for almost two years now - but I am
working on a Water-Skiing game ("TuxWave") that requires the same trick
for figuring out where the boat goes. I fully intend to come up with a
better scheme for that game - and when I have it working, I'll put it back
into TuxKart.
----------------------------- Steve Baker -------------------------------
Mail : <sjb...@ai...> WorkMail: <sj...@li...>
URLs : http://www.sjbaker.org
http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net
http://prettypoly.sf.net http://freeglut.sf.net
http://toobular.sf.net http://lodestone.sf.net
|
|
From: La T. <tem...@so...> - 2002-09-02 02:04:32
|
Hi, great game so far. ^_^ Anyway, I've been wondering why the CPU, quite frequently, goes careening from wall to wall with rather suspicious precision at speeds in excess of 90MPH- I can never go faster then about 65 unless using a magnet on one of them. This behavior is easy to observe in Geeko Peak. |
|
From: Steve B. <sjb...@ai...> - 2002-07-19 20:52:44
|
r w wrote: > ./ configure works fine but when I > make > I get this: > Making all in src > make[1]: Entering directory `/usr/tuxkart-0.1.0/src' > c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.1.0\" > -DWIN32=1 -DSTDC_HEADERS=1 -DHAVE_ > GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 > -DWIN32=1 -DTUXKART_DATADIR=\"/us > r/local/share/games/tuxkart\" -I. -I. -g -O2 -O6 > -Wall -malign-double -I/ > usr/local/include -L/usr/local/lib -c > start_tuxkart.cxx > start_tuxkart.cxx: In function `int main(int, char > **)': > start_tuxkart.cxx:325: implicit declaration of > function `int glutEnterGameMode(. > ..)' > make[1]: *** [start_tuxkart.o] Error 1 > make[1]: Leaving directory `/usr/tuxkart-0.1.0/src' > make: *** [all-recursive] Error 1 > > What's going on? Sounds like either you don't have GLUT installed - or you have a version prior to 3.7 and therefore don't have the glutEnterGameMode feature. I suspect the latter. Upgrade GLUT and all should be OK. If that's what it is, then I'm suprised you still have such an old version. GLUT has been at 3.7 for many years now. ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |
|
From: r w <the...@ya...> - 2002-07-19 11:36:40
|
./ configure works fine but when I make I get this: Making all in src make[1]: Entering directory `/usr/tuxkart-0.1.0/src' c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.1.0\" -DWIN32=1 -DSTDC_HEADERS=1 -DHAVE_ GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DWIN32=1 -DTUXKART_DATADIR=\"/us r/local/share/games/tuxkart\" -I. -I. -g -O2 -O6 -Wall -malign-double -I/ usr/local/include -L/usr/local/lib -c start_tuxkart.cxx start_tuxkart.cxx: In function `int main(int, char **)': start_tuxkart.cxx:325: implicit declaration of function `int glutEnterGameMode(. ..)' make[1]: *** [start_tuxkart.o] Error 1 make[1]: Leaving directory `/usr/tuxkart-0.1.0/src' make: *** [all-recursive] Error 1 What's going on? __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com |
|
From: Mads B. D. <ma...@ch...> - 2002-06-24 19:39:40
|
On Mon, 24 Jun 2002, Paley, Michael D. (CAP, GEFA) wrote:
> I have Tuxkart that came with my Suse 8.0 install. How do I get the sound
> to work? Thanks.
It should just work - are you by any chance running kde (with arts) or
gnome (with esd)? Try disabling any of these, if that is the case (arts or
esd).
Mads
--
Mads Bondo Dydensborg. ma...@ch...
If you aim the gun at your foot and pull the trigger, it's UNIX's job to
ensure reliable delivery of the bullet to where you aimed the gun (in
this case, Mr. Foot).
- Terry Lambert, FreeBSD-Hackers mailing list.
|
|
From: Steve B. <sjb...@ai...> - 2002-06-24 17:54:37
|
Paley, Michael D. (CAP, GEFA) wrote: > I have Tuxkart that came with my Suse 8.0 install. How do I get the sound > to work? Thanks. Well, it should "just work" - do you hear sounds from other games? ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |
|
From: Paley, M. D. (C. GEFA) <Mic...@ge...> - 2002-06-24 13:24:31
|
I have Tuxkart that came with my Suse 8.0 install. How do I get the sound to work? Thanks. GE Financial Assurance Michael D. Paley MCP, FLMI WIM IT |
|
From: Steve B. <sjb...@ai...> - 2002-05-31 05:38:17
|
Jason Hughes wrote: > > I see that I need freeglut to run tuxkart, but I don't have and don't > know how to correctly install it. Please help. :-\ Head over to freeglut.sf.net - you can download it from there and there are installation instructions on that site. ------------------------------------------------------------------------- WARNING: I am now filtering out ALL incoming mail that uses Korean or Japanese character sets because 80% of SPAM and almost all pornographic SPAM that I receive uses those character sets. Since I can't read either Korean or Japanese, this is no loss. ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |
|
From: Jason H. <jas...@co...> - 2002-05-31 02:31:53
|
I see that I need freeglut to run tuxkart, but I don't have and don't know how to correctly install it. Please help. :-\ |
|
From: Steve B. <sjb...@ai...> - 2002-03-21 13:36:12
|
Anthony wrote: > > Hello, > > Explain me pleaze > > Why tuxkart return > FATAL: puInit called without a valid OpenGL context. > > I have video card Matrox G550 with Mesa support drivers. > All software: RedHat 7.2, XFree86 4.2, PLIB, development tools for > compiling, etc. > What must I do? RedHat shipped 7.2 with a broken version of Mesa. Upgrade to the latest version and it'll work just fine. If that's too much trouble - you could grab the sources of the PLIB library (URL below) and comment out the error messages in plib/src/pu/pu.cxx and plib/src/ssg/ssg.cxx - then recompile/reinstall PLIB and then recompile/reinstall TuxKart. However the error is RedHat's fault (they picked a version of the Mesa library that had not yet been released). ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |