1
Development Deliberation / after co
« on: July 22, 2004, 09:34:02 pm »
ok now it compiles, but it\'s strange, head should be like this, but there are different files 
i\'ll try new-renderer now

i\'ll try new-renderer now
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Originally posted by Karosh_Steinkatz
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co planeshift
Easy thing
Originally posted by Karosh_Steinkatz
Yepp, don\'t use itJust don\'t use any tag to get the newest source
Originally posted by jouda_tfdQuoteOriginally posted by Karosh_Steinkatz
Did you grab Planeshift from CVS with the -rHEAD tag? I had the same error some time ago before I was told that omitting it is much better
yes, yes of course ;-)
i was downloading it with -rHEAD after i changed Root from atanor to anonymous
Originally posted by Karosh_Steinkatz
Did you grab Planeshift from CVS with the -rHEAD tag? I had the same error some time ago before I was told that omitting it is much better
Originally posted by dfryer
I woudn\'t trust the debian packaged version of crystal space, unless it\'s been updated very recently. CVS is always the best way, unless you\'re dealing with release versions. CS 0.96 (the old release, not quite compatible with PS MB) is old, dead, and stale.
C++ src/server/error.o
In file included from /usr/include/c++/3.3/backward/iostream.h:31,
from error.cpp:3:
/usr/include/c++/3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header.
Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the header for the header for C++ includes,
or instead of the deprecated header . To disable this warning use -Wno-deprecated.
error.cpp:6:27: psnet/pserror.h: No such file or directory
g++ -c -o src/server/error.o -I/usr/include -I/usr/local/cel/include -fexceptions -I../.. -I../../include -I../../src/common -I../../src/client -I../../src/server error.cpp
...failed C++ src/server/error.o ...