-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-ID: <alpine.LSU.1.00.0801222340040.25845@nimrodel.valinor> El 2008-01-22 a las 22:00 +0100, linux@tele2.be escribió:
Aqui los scripts :
No hace falta el contenido, sólo la salida.
Aquí está lo que dice el make en bash :
Y empieza lo interesante.
unit0:/home/xws/hearts-1.98 # make>hearts-make.txt In file included from /usr/include/c++/4.2.1/backward/strstream:51, from dispatch.cpp:4: /usr/include/c++/4.2.1/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 <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
Aquí está avisando que el código fuente está mal hecho, o mejor dicho, anticuado. Esa antiguedad puede o puede que no provoque errores.
connection.cpp: In member function ‘virtual void Network::UserConnection::get(Message)’: connection.cpp:125: warning: enumeration value ‘createTable’ not handled in switch
Estos son errores del programador, que provocan avisos. Y ahora vienen los verdaderos errores:
In file included from gamemanager.h:11, from server.h:5, from connectingplayer.cpp:6: ../common/general/circular_iterator.h: In member function ‘circular_iterator<It>& circular_iterator<It>::operator+=(typename std::iterator_traits<_Iter>::difference_type)’: ../common/general/circular_iterator.h:140: error: expected `;' before ‘d’ ../common/general/circular_iterator.h:141: error: ‘d’ was not declared in this scope ../common/general/circular_iterator.h:145: error: ‘d’ was not declared in this scope
In file included from server.h:5, from connectingplayer.cpp:6: gamemanager.h: At global scope: gamemanager.h:114: warning: ‘struct GameManager::functor0_base’ has virtual functions but non-virtual destructor gamemanager.h:182: warning: ‘class GameManager::Receiver’ has virtual functions but non-virtual destructor make[3]: *** [connectingplayer.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
No se si adelanta la cosa.
Son errores del programador, o que está diseñado para otra versión más antigua. Tienes que esperar a que lo corrijan, o corregirlos tu... Pienso. - -- Saludos Carlos E.R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD4DBQFHlnDUtTMYHG2NR9URAmVcAJ4rwnMftcDPRqBtd7MzzQ9nFjS02gCXWtWB +rZHwQoaO5fp5Y8s9CQKGg== =PDPt -----END PGP SIGNATURE-----