| 
				 Newest SVN compile on Debian 4 ? 
 I am using Debian 4 because the lastest guide as of my install time said it would compile. My experiences with Debian 5, the EMU would not install. I downloaded the latest SVN today of the BOT branch and got this message compiling zone.
 gcc -c -fpermissive -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated  -Wcomment -Wcast-align -O -g -march=i686 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -I/usr/include/mysql `perl -MExtUtils::Embed -e ccopts` questmgr.cpp -o questmgr.o
 questmgr.cpp: In member function  QuestManager::traindiscs(uint8, uint8)
 questmgr.cpp:637: warning: comparison between signed and unsigned integer expressions
 questmgr.cpp: At global scope:
 questmgr.cpp:1882: error: prototype for QuestManager::saylink(char*, bool) does not match any in class
 |