Jump to content
XCOMUFO & Xenocide

Planetscape Ui Task Force


centurion

Recommended Posts

Sourceforge CVS repository seems down, and with the last version I've got I get errors while compiling (see end of post). What I don't understand already: with "using namespace Ogre;" why can't the compiler recognize Ogre's classes (String, ConfigFile, etc)?

 

Oh, and I have access to VC6 only :Blush:

 

Compiling...

Command line warning D4024 : unrecognized source file type 'c:\xenocide\ogre\ogrenew\OgreMain\include', object file assumed

Command line warning D4024 : unrecognized source file type 'c:\xenocide\ogre\ogrenew\PlugIns\GuiElements\include', object file assumed

Command line warning D4024 : unrecognized source file type 'c:\xenocide\xenocvs\utility\src" "', object file assumed

Command line warning D4024 : unrecognized source file type 'c:\xenocide\xenocvs\devpack.net2003\include" "', object file assumed

Command line warning D4024 : unrecognized source file type 'c:\xenocide\xenocvs\xenocide\src" PRECOMP_VC7_TOBEREMOVED /c ', object file assumed

movieplayerui.cpp

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(135) : error C2061: syntax error : identifier 'Root'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'ConfigFile' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2146: syntax error : missing ';' before identifier 'cf'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'cf' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(139) : error C2228: left of '.load' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'String' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2146: syntax error : missing ';' before identifier 'typeName'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'typeName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'archName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2653: 'ConfigFile' : is not a class or namespace name

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'SettingsIterator' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2146: syntax error : missing ';' before identifier 'i'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'i' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2228: left of '.getSettingsIterator' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : error C2228: left of '.hasMoreElements' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : fatal error C1903: unable to recover from previous error(s); stopping compilation

planetviewui.cpp

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(135) : error C2061: syntax error : identifier 'Root'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'ConfigFile' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2146: syntax error : missing ';' before identifier 'cf'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'cf' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(139) : error C2228: left of '.load' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'String' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2146: syntax error : missing ';' before identifier 'typeName'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'typeName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'archName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2653: 'ConfigFile' : is not a class or namespace name

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'SettingsIterator' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2146: syntax error : missing ';' before identifier 'i'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'i' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2228: left of '.getSettingsIterator' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : error C2228: left of '.hasMoreElements' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : fatal error C1903: unable to recover from previous error(s); stopping compilation

startscreenui.cpp

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(135) : error C2061: syntax error : identifier 'Root'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'ConfigFile' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2146: syntax error : missing ';' before identifier 'cf'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'cf' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(139) : error C2228: left of '.load' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'String' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2146: syntax error : missing ';' before identifier 'typeName'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'typeName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'archName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2653: 'ConfigFile' : is not a class or namespace name

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'SettingsIterator' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2146: syntax error : missing ';' before identifier 'i'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'i' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2228: left of '.getSettingsIterator' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : error C2228: left of '.hasMoreElements' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : fatal error C1903: unable to recover from previous error(s); stopping compilation

xenocidemain.cpp

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(135) : error C2061: syntax error : identifier 'Root'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'ConfigFile' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2146: syntax error : missing ';' before identifier 'cf'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(138) : error C2065: 'cf' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(139) : error C2228: left of '.load' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'String' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2146: syntax error : missing ';' before identifier 'typeName'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'typeName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(142) : error C2065: 'archName' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2653: 'ConfigFile' : is not a class or namespace name

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'SettingsIterator' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2146: syntax error : missing ';' before identifier 'i'

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2065: 'i' : undeclared identifier

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(143) : error C2228: left of '.getSettingsIterator' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : error C2228: left of '.hasMoreElements' must have class/struct/union type

c:\xenocide\xenocvs\xenocide\src\client\xenocideapp.h(144) : fatal error C1903: unable to recover from previous error(s); stopping compilation

Generating Code...

Compiling...

uidatareader.cpp

Generating Code...

Compiling...

uimanager.cpp

Generating Code...

Error executing cl.exe.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreString.h(42): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(148): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(151): Could not find the file SDL/SDL_main.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(27): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(28): Could not find the file ext/hash_set.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(69): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(70): Could not find the file dlfcn.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(77): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(78): Could not find the file sys/param.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(79): Could not find the file CoreFoundation/CoreFoundation.h.

C:\VC98\INCLUDE\boost\config\posix_features.hpp(18): Could not find the file unistd.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(26): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(16): Could not find the file sgidefs.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(17): Could not find the file mutex.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(18): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(21): Could not find the file sched.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreConfig.h(85): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(284): Could not find the file features.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(850): Could not find the file isynonym.hpp.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\pthread.h(24): Could not find the file /usr/include/pthread.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stlcomp.h(108): Could not find the file config/stl_is.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_confix.h(38): Could not find the file mcompile.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(35): Could not find the file type_traits.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(52): Could not find the file msl_utility.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_kai.h(56): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_sgi.h(44): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(141): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(147): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(187): Could not find the file stdexcept.stdh.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(15): Could not find the file CoreSwitches_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(16): Could not find the file ConditionalMacros_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(17): Could not find the file Types_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(21): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(25): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(5): Could not find the file mslGlobals.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(6): Could not find the file ansi_parms.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_solaris.h(3): Could not find the file sys/feature_tests.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(61): Could not find the file mutex.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(219): Could not find the file machine/builtins.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(233): Could not find the file synch.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(237): Could not find the file OS.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(244): Could not find the file os2.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.c(42): Could not find the file sys/time.h.

C:\xenocide\xenocvs\xenocide\src\client\ui\test\testui.h(28): Could not find the file client/uirequisites.h.

C:\xenocide\xenocvs\xenocide\src\client\ui\startscreen\startscreenui.h(28): Could not find the file ../../client/uirequisites.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreString.h(42): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(148): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(151): Could not find the file SDL/SDL_main.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(27): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(28): Could not find the file ext/hash_set.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(69): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(70): Could not find the file dlfcn.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(77): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(78): Could not find the file sys/param.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(79): Could not find the file CoreFoundation/CoreFoundation.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreConfig.h(85): Could not find the file config.h.

C:\VC98\INCLUDE\boost\config\posix_features.hpp(18): Could not find the file unistd.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(26): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(16): Could not find the file sgidefs.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(17): Could not find the file mutex.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(18): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(21): Could not find the file sched.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(284): Could not find the file features.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(850): Could not find the file isynonym.hpp.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\pthread.h(24): Could not find the file /usr/include/pthread.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stlcomp.h(108): Could not find the file config/stl_is.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_confix.h(38): Could not find the file mcompile.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(35): Could not find the file type_traits.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(52): Could not find the file msl_utility.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_kai.h(56): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_sgi.h(44): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(141): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(147): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(187): Could not find the file stdexcept.stdh.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(15): Could not find the file CoreSwitches_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(16): Could not find the file ConditionalMacros_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(17): Could not find the file Types_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(21): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(25): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(5): Could not find the file mslGlobals.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(6): Could not find the file ansi_parms.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_solaris.h(3): Could not find the file sys/feature_tests.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(61): Could not find the file mutex.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(219): Could not find the file machine/builtins.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(233): Could not find the file synch.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(237): Could not find the file OS.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(244): Could not find the file os2.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.c(42): Could not find the file sys/time.h.

C:\xenocide\xenocvs\xenocide\src\client\ui\startscreen\startscreenui.h(28): Could not find the file ../../client/uirequisites.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreString.h(42): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(148): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(151): Could not find the file SDL/SDL_main.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(27): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(28): Could not find the file ext/hash_set.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(69): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(70): Could not find the file dlfcn.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(77): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(78): Could not find the file sys/param.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(79): Could not find the file CoreFoundation/CoreFoundation.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreConfig.h(85): Could not find the file config.h.

C:\VC98\INCLUDE\boost\config\posix_features.hpp(18): Could not find the file unistd.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(26): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(16): Could not find the file sgidefs.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(17): Could not find the file mutex.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(18): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(21): Could not find the file sched.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(284): Could not find the file features.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(850): Could not find the file isynonym.hpp.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\pthread.h(24): Could not find the file /usr/include/pthread.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stlcomp.h(108): Could not find the file config/stl_is.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_confix.h(38): Could not find the file mcompile.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(35): Could not find the file type_traits.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(52): Could not find the file msl_utility.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_kai.h(56): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_sgi.h(44): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(141): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(147): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(187): Could not find the file stdexcept.stdh.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(15): Could not find the file CoreSwitches_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(16): Could not find the file ConditionalMacros_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(17): Could not find the file Types_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(21): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(25): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(5): Could not find the file mslGlobals.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(6): Could not find the file ansi_parms.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_solaris.h(3): Could not find the file sys/feature_tests.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(61): Could not find the file mutex.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(219): Could not find the file machine/builtins.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(233): Could not find the file synch.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(237): Could not find the file OS.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(244): Could not find the file os2.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.c(42): Could not find the file sys/time.h.

C:\xenocide\xenocvs\xenocide\src\client\ui\movieplayer\movieplayerui.h(28): Could not find the file ../../client/uirequisites.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreString.h(42): Could not find the file ext/hash_map.

C:\VC98\INCLUDE\boost\config\posix_features.hpp(18): Could not find the file unistd.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(26): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(16): Could not find the file sgidefs.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(17): Could not find the file mutex.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(18): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(21): Could not find the file sched.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(148): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(151): Could not find the file SDL/SDL_main.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(27): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(28): Could not find the file ext/hash_set.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(69): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(70): Could not find the file dlfcn.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(77): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(78): Could not find the file sys/param.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(79): Could not find the file CoreFoundation/CoreFoundation.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(284): Could not find the file features.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(850): Could not find the file isynonym.hpp.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\pthread.h(24): Could not find the file /usr/include/pthread.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreConfig.h(85): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stlcomp.h(108): Could not find the file config/stl_is.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_confix.h(38): Could not find the file mcompile.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(35): Could not find the file type_traits.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(52): Could not find the file msl_utility.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_kai.h(56): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_sgi.h(44): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(141): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(147): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(187): Could not find the file stdexcept.stdh.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(15): Could not find the file CoreSwitches_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(16): Could not find the file ConditionalMacros_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(17): Could not find the file Types_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(21): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(25): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(5): Could not find the file mslGlobals.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(6): Could not find the file ansi_parms.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_solaris.h(3): Could not find the file sys/feature_tests.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(61): Could not find the file mutex.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(219): Could not find the file machine/builtins.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(233): Could not find the file synch.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(237): Could not find the file OS.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(244): Could not find the file os2.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.c(42): Could not find the file sys/time.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreString.h(42): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(148): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(151): Could not find the file SDL/SDL_main.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(27): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(28): Could not find the file ext/hash_set.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(69): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(70): Could not find the file dlfcn.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(77): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(78): Could not find the file sys/param.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(79): Could not find the file CoreFoundation/CoreFoundation.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreConfig.h(85): Could not find the file config.h.

C:\VC98\INCLUDE\boost\config\posix_features.hpp(18): Could not find the file unistd.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(26): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(16): Could not find the file sgidefs.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(17): Could not find the file mutex.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(18): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(21): Could not find the file sched.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(284): Could not find the file features.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(850): Could not find the file isynonym.hpp.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\pthread.h(24): Could not find the file /usr/include/pthread.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stlcomp.h(108): Could not find the file config/stl_is.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_confix.h(38): Could not find the file mcompile.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(35): Could not find the file type_traits.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(52): Could not find the file msl_utility.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_kai.h(56): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_sgi.h(44): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(141): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(147): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(187): Could not find the file stdexcept.stdh.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(15): Could not find the file CoreSwitches_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(16): Could not find the file ConditionalMacros_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(17): Could not find the file Types_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(21): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(25): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(5): Could not find the file mslGlobals.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(6): Could not find the file ansi_parms.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_solaris.h(3): Could not find the file sys/feature_tests.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(61): Could not find the file mutex.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(219): Could not find the file machine/builtins.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(233): Could not find the file synch.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(237): Could not find the file OS.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(244): Could not find the file os2.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.c(42): Could not find the file sys/time.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreString.h(42): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(148): Could not find the file config.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgrePlatform.h(151): Could not find the file SDL/SDL_main.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(27): Could not find the file ext/hash_map.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(28): Could not find the file ext/hash_set.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(69): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(70): Could not find the file dlfcn.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(77): Could not find the file unistd.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(78): Could not find the file sys/param.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreStdHeaders.h(79): Could not find the file CoreFoundation/CoreFoundation.h.

C:\XENOCIDE\OGRE\OGRENEW\OGREMAIN\INCLUDE\OgreConfig.h(85): Could not find the file config.h.

C:\VC98\INCLUDE\boost\config\posix_features.hpp(18): Could not find the file unistd.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\atomic_count_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(25): Could not find the file asm/atomic.h.

C:\VC98\INCLUDE\boost\detail\lwm_linux.hpp(26): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(16): Could not find the file sgidefs.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(17): Could not find the file mutex.h.

C:\VC98\INCLUDE\boost\detail\lwm_irix.hpp(18): Could not find the file sched.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(20): Could not find the file bits/atomicity.h.

C:\VC98\INCLUDE\boost\detail\lwm_gcc.hpp(21): Could not find the file sched.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(284): Could not find the file features.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_config.h(850): Could not find the file isynonym.hpp.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\pthread.h(24): Could not find the file /usr/include/pthread.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stlcomp.h(108): Could not find the file config/stl_is.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_confix.h(38): Could not find the file mcompile.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(35): Could not find the file type_traits.h.

C:\VC98\INCLUDE\boost\type_traits\intrinsics.hpp(52): Could not find the file msl_utility.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_kai.h(56): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_sgi.h(44): Could not find the file standards.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(141): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(147): Could not find the file sys/cdefs.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_como.h(187): Could not find the file stdexcept.stdh.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(15): Could not find the file CoreSwitches_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(16): Could not find the file ConditionalMacros_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(17): Could not find the file Types_AC.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(21): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_apple.h(25): Could not find the file ConditionalMacros.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(5): Could not find the file mslGlobals.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_mwerks.h(6): Could not find the file ansi_parms.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\config\stl_solaris.h(3): Could not find the file sys/feature_tests.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(61): Could not find the file mutex.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(219): Could not find the file machine/builtins.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(233): Could not find the file synch.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(237): Could not find the file OS.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.h(244): Could not find the file os2.h.

C:\XENOCIDE\OGRE\OGRENEW\STLPORT-4.6.1\STLPORT\stl\_threads.c(42): Could not find the file sys/time.h.

 

xenoui.exe - 64 error(s), 5 warning(s)

The following environment variables were not found

$(ProjectName)

$(ConfigurationName)

Link to comment
Share on other sites

You can get a free trial version of VS .net Professional here: http://msdn.microsoft.com/vstudio/producti...al/default.aspx

This would be good for the LAST 60 days of development, which I don't see anywhere near :(

 

Hymie: go to the Briefing Room in the Lobby, there are the answers you seek ^_^

 

edit: :cussing: lousy names with brackets messing up the quote

 

edit2: and would some kind soul of a mod change Geoscape to Planetscape in the title?

Edited by centurion
Link to comment
Share on other sites

×
×
  • Create New...