Any ideas?? I'm a Linux Newb... I've never compiled anything but .NET before and that was for MQ2.
I'm on code.google and I see nothing labeled 0.7.0. There is a 'Featured Server' tag on Revision774 Win32 but that's definitely not the source I'm seeking.
I also downloaded the source files through 
	Code:
	svn checkout http://projecteqemu.googlecode.com/svn/trunk --username <my username>
  which appears to be the right thing but... 
When I go into /source/EQEmuServer/common and use the "make" command it returns 
	Code:
	make: *** No targets specified and no makefile found. Stop.
  When I use 
 it returns 
	Code:
	/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crt1.o: In function `_start': (.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [buildfile] Error 1