Post by rekstorm on Feb 27, 2009 1:04:45 GMT
Hi, I got the following error when compiling rev 879 enhanced version under Ubuntu 8.10 x86... while the classic version compile without problems:
I think to have all the necessary packages... this is the list:
Thanks! Byez
g++ -o obj/network/NetManager.o -MMD -c --std=c++98 -pedantic -Wall -Wno-unused -I/home/user/Devel/opentyrian-read-only/enhanced/src/ -DPASCAL_TYPES -g3 -O0 -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include -DSVN_REV=\"879\" -include "precompiled.h" src/network/NetManager.cpp
cc1plus: warnings being treated as errors
src/network/NetManager.cpp: In member function ‘bool network::NetManager::updateNetwork()’:
src/network/NetManager.cpp:320: error: comparison between signed and unsigned integer expressions
src/network/NetManager.cpp:330: error: comparison between signed and unsigned integer expressions
make: *** [obj/network/NetManager.o] Error 1
I think to have all the necessary packages... this is the list:
libsdl-gfx1.2-4 libsdl-image1.2 libsdl-mixer1.2
libmikmod2-dev libogg-dev libsdl-gfx1.2-dev libsdl-image1.2-dev
libsdl-mixer1.2-dev libsmpeg-dev libtiff4-dev libtiffxx0c2 libvorbis-dev
gccxml libboost-date-time1.35-dev libboost-date-time1.35.0
libboost-filesystem1.35-dev libboost-filesystem1.35.0 libboost-graph1.35-dev
libboost-graph1.35.0 libboost-iostreams1.35-dev libboost-iostreams1.35.0
libboost-program-options1.35-dev libboost-program-options1.35.0
libboost-python1.35-dev libboost-python1.35.0 libboost-regex1.35-dev
libboost-regex1.35.0 libboost-serialization1.35-dev
libboost-serialization1.35.0 libboost-signals1.35-dev libboost-signals1.35.0
libboost-system1.35-dev libboost-system1.35.0 libboost-test1.35-dev
libboost-test1.35.0 libboost-thread1.35-dev libboost-thread1.35.0
libboost-wave1.35-dev libboost-wave1.35.0 libboost1.35-dev libboost1.35-doc
libicu-dev libsdl-net1.2 libsdl-net1.2-dev python-dev python2.5-dev
Thanks! Byez