Game Development Community

MDK10.1 PP -official - Can

by Chris Jones-Gill · in Torque Game Engine · 11/24/2004 (7:33 am) · 1 replies

Problem the Build of SDKor RTS Pack - just die copy of output below
Running the demo, or .bin or .sh files in the SDK, RTS Pack screen goes black like its starting then it just dies, command line says segment fault

Ddownloaded the DVD edition of MDK10.1 PowerPack and decided to install it,
eveything installed fine, no problems.
booted up, got the famous NVidia splash screen,
glxinfo says direct rendering enabled,
misc info - Transgamings Point2Play passed all the Graphics test, TuxRacer works, played Return to Castel Wofenstien (Linux Version)
glxgears starts at 7355 frames in 5.0 seconds = 1471.000 FPS
Hardware -
Nvidia GeForce440-8x 128MBG AGP
AMD Duron 3.6 XP
756mb Ram
160GB HardDrive

contents of /etc/ld.conf
include ld.so.conf.d/*.conf
/usr/X11R6/lib
/usr/lib/qt3/lib
/usr/i486-linux-libc5/lib
/usr/lib
-- end contents
debug build on SDK snipit of output
--> Compiling lungif/gif_err.c
'-mcpu=' is deprecated. Use '-mtune=' or '-march=' instead.
--> Compiling lungif/gifalloc.c
'-mcpu=' is deprecated. Use '-mtune=' or '-march=' instead.
Creating library out.GCC3.DEBUG/lungif_DEBUG.a
--> Compiling audio/audio.cc
'-mcpu=' is deprecated. Use '-mtune=' or '-march=' instead.
In file included from ./audio/audioBuffer.h:16,
                 from ./audio/audioDataBlock.h:13,
                 from audio/audio.cc:7:
./core/resManager.h: In member function 'void Resource<T>::unlock()':
./core/resManager.h:255: error: invalid use of undefined type 'struct ResManager'
./core/resManager.h:38: error: forward declaration of 'struct ResManager'
./core/resManager.h: In member function 'void Resource<T>::purge()':
./core/resManager.h:263: error: invalid use of undefined type 'struct ResManager'
./core/resManager.h:38: error: forward declaration of 'struct ResManager'
./core/resManager.h:278: error: invalid use of undefined type 'struct ResManager'
./core/resManager.h:38: error: forward declaration of 'struct ResManager'
In file included from ./sim/netConnection.h:19,
                 from ./game/gameConnection.h:16,
                 from audio/audio.cc:11:
./platform/event.h: At global scope:
./platform/event.h:137: error: a casts to a type other than an integral or enumeration type cannot appear in a constant-expression
./platform/event.h:137: error: '->' cannot appear in a constant-expression
./platform/event.h:137: error: '&' cannot appear in a constant-expression
./platform/event.h:137: error: enumerator value for 'PacketReceiveEventHeaderSize' not integer constant
./platform/event.h:140: error: a casts to a type other than an integral or enumeration type cannot appear in a constant-expression
./platform/event.h:140: error: '->' cannot appear in a constant-expression
./platform/event.h:140: error: '&' cannot appear in a constant-expression
./platform/event.h:140: error: enumerator value for 'ConnectedReceiveEventHeaderSize' not integer constant
./platform/event.h:143: error: '&' cannot appear in a constant-expression
./platform/event.h:145: error: enumerator value for 'ConsoleEventHeaderSize' not integer constant
audio/audio.cc: In function 'int loopingImageSort(const void*, const void*)':
audio/audio.cc:161: warning: converting to 'int' from 'float'
audio/audio.cc: In function 'AUDIOHANDLE alxCreateSource(const Audio::Description*, const char*, const MatrixF*, AudioSampleEnvironment*)':
audio/audio.cc:707: warning: converting to non-pointer type 'ALuint' from NULL
audio/audio.cc: In function 'ALuint alxGetWaveLen(ALuint)':
audio/audio.cc:2092: warning: converting to 'ALuint' from 'F64'
make[1]: *** [out.GCC3.DEBUG/audio/audio.obj] Error 1
make: *** [default] Error 2
Thanx