pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows Build Errors


From: Neil Mitchell
Subject: Re: Windows Build Errors
Date: Wed, 19 Feb 2003 01:28:11 -0000

>Just remove it from the project file, it's not intended to be compiled.
In that case can it be moved to another directory (dead code), or changed
extension, or #if 0'd out or something so it can be clearly spotted as being
dead, and I can still build with all the files present. I create the project
files by just adding all the files in every directory.

Compiling...
slot_manager.cxx
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\sound\slot_manager.
hxx(28) : error C2653: 'std' : is not a class or namespace name
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\sound\slot_manager.
hxx(28) : error C2146: syntax error : missing ';' before identifier 'name'
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\sound\slot_manager.
hxx(28) : error C2501: 'string' : missing storage-class or type specifiers
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\sound\slot_manager.
hxx(28) : error C2501: 'name' : missing storage-class or type specifiers
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\sound\slot_manager.
hxx(34) : error C2143: syntax error : missing ';' before '*'

Its obviously missing some #include files in slot_manager.cxx

> BTW it would be nice if you'd send a new project file with Gervases new
files
> included so that I may create a new binary. I should have some time to
work
> on the windows problems starting next week.
Will do, once all the bugs have been ironed out

Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]