After I compile eAthena I don't get a map-server binary.
Here is the make output:
http://pastebin.com/m55992b84
Ubuntu 8.04 x64. GCC version 4.2
			
			
									
									No map-server binary in eAthena
- kr0n05931
 - Knight

 - Posts: 652
 - Joined: 26 Jul 2008, 01:59
 - Location: United Socialist States of America
 - Contact:
 
No map-server binary in eAthena
Lazy bum.
						Re: No map-server binary in eAthena
Ah, x64, I've had problems with that. You need to alter the makefile. I can't remember where.
			
			
									
									
						Re: No map-server binary in eAthena
Hi,
add -m32 to the gcc options, make clean, make again.
-- fate
			
			
									
									
						add -m32 to the gcc options, make clean, make again.
-- fate
Re: No map-server binary in eAthena
Just for anyone else who finds this, I had to do all the above, and install zlib-dev.
			
			
									
									If you make something idiot proof, someone will build a better idiot.
						Re: No map-server binary in eAthena
Or/and update the wiki Dependencies page with eAthena requirements. Though I do not think it requires anything particular that is not required by the client (so most? will probably have that part working already).
By the way, I believe Fate added a check to the SVN source whether the -m32 flag should be used or not. So I’m not that sure a sticky is needed. But a general sticky with common problems could be nice (an update of the FAQ thread would do).
			
			
									
									
						By the way, I believe Fate added a check to the SVN source whether the -m32 flag should be used or not. So I’m not that sure a sticky is needed. But a general sticky with common problems could be nice (an update of the FAQ thread would do).
				



