pingus-devel
[Top][All Lists]
Advanced

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

Compiling from SVN for Windows


From: Brian J. Ackermann
Subject: Compiling from SVN for Windows
Date: Wed, 24 Aug 2005 16:47:37 -0500

Hi all (and Inge especially...).

I recently discovered Pingus, and it caught my attention.  I decided
that I should try to build it on windows.  I got the source from SVN. 
I got the ExternalLibs for ClanLib.  I got the source for ClanLib.

I'm running WinXP-sp2 with VS.NET2003.

I followed the directions for compiling ClanLib (0.7.8) and that went
without a hitch.  I then build a few of the example projects, and they
both compiled and ran perfectly.

But, when I then tried to compile Pingus, I got many errors (the first
50 lines listed following  the message).  Can anyone offer a
suggestion as to what I should try next?

Once I've got it up and running, I will also be interested in
contributing to the development process in some way.

Looking forward to working with you all.

Brian.

=======================================
Compiling...
xml_pdf.cxx
xml_file_writer.cxx
c:\Documents and Settings\Backermann\My
Documents\WORK\pingus\src\xml_file_writer.hxx(50) : error C2143:
syntax error : missing ',' before '&'
src\xml_file_writer.cxx(73) : error C2143: syntax error : missing ',' before '&'
src\xml_file_writer.cxx(76) : error C2065: 'color' : undeclared identifier
src\xml_file_writer.cxx(76) : error C2228: left of '.red' must have
class/struct/union type
        type is ''unknown-type''
src\xml_file_writer.cxx(77) : error C2228: left of '.green' must have
class/struct/union type
        type is ''unknown-type''
src\xml_file_writer.cxx(78) : error C2228: left of '.blue' must have
class/struct/union type
        type is ''unknown-type''
src\xml_file_writer.cxx(79) : error C2228: left of '.alpha' must have
class/struct/union type
        type is ''unknown-type''
src\xml_file_writer.cxx(77) : error C3861: 'color': identifier not
found, even with argument-dependent lookup
src\xml_file_writer.cxx(78) : error C3861: 'color': identifier not
found, even with argument-dependent lookup
src\xml_file_writer.cxx(79) : error C3861: 'color': identifier not
found, even with argument-dependent lookup
xml_file_reader.cxx
src\xml_file_reader.cxx(71) : error C2039: 'from' : is not a member of
'CL_String'
        C:\ExternalLibs\include\ClanLib\Core\System\clanstring.h(44) :
see declaration of 'CL_String'
src\xml_file_reader.cxx(71) : error C3861: 'from': identifier not
found, even with argument-dependent lookup
src\xml_file_reader.cxx(77) : error C2039: 'from' : is not a member of
'CL_String'
        C:\ExternalLibs\include\ClanLib\Core\System\clanstring.h(44) :
see declaration of 'CL_String'
src\xml_file_reader.cxx(77) : error C3861: 'from': identifier not
found, even with argument-dependent lookup
src\xml_file_reader.cxx(83) : error C2039: 'from' : is not a member of
'CL_String'
        C:\ExternalLibs\include\ClanLib\Core\System\clanstring.h(44) :
see declaration of 'CL_String'
src\xml_file_reader.cxx(83) : error C3861: 'from': identifier not
found, even with argument-dependent lookup
src\xml_file_reader.cxx(123) : error C2027: use of undefined type 'CL_Colorf'
        c:\Documents and Settings\Backermann\My
Documents\WORK\pingus\src\file_reader_impl.hxx(27) : see declaration
of 'CL_Colorf'
src\xml_file_reader.cxx(123) : error C2228: left of '.red' must have
class/struct/union type
src\xml_file_reader.cxx(124) : error C2027: use of undefined type 'CL_Colorf'
        c:\Documents and Settings\Backermann\My
Documents\WORK\pingus\src\file_reader_impl.hxx(27) : see declaration
of 'CL_Colorf'
src\xml_file_reader.cxx(124) : error C2228: left of '.green' must have
class/struct/union type
src\xml_file_reader.cxx(125) : error C2027: use of undefined type 'CL_Colorf'
        c:\Documents and Settings\Backermann\My
Documents\WORK\pingus\src\file_reader_impl.hxx(27) : see declaration
of 'CL_Colorf'
src\xml_file_reader.cxx(125) : error C2228: left of '.blue' must have
class/struct/union type
src\xml_file_reader.cxx(126) : error C2027: use of undefined type 'CL_Colorf'
        c:\Documents and Settings\Backermann\My
Documents\WORK\pingus\src\file_reader_impl.hxx(27) : see declaration
of 'CL_Colorf'
src\xml_file_reader.cxx(126) : error C2228: left of '.alpha' must have
class/struct/union type
xml_eval.cxx
src\xml_eval.cxx(33) : error C2039: 'from' : is not a member of 'CL_String'
        c:\ExternalLibs\include\ClanLib\Core\System\clanstring.h(44) :
see declaration of 'CL_String'
src\xml_eval.cxx(33) : error C3861: 'from': identifier not found, even
with argument-dependent lookup
worldobj.cxx
world.cxx
src\world.cxx(49) : error C2440: 'type cast' : cannot convert from
'const CL_Colorf' to 'CL_Color'
        No constructor could take the source type, or constructor
overload resolution was ambiguous




reply via email to

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