View Single Post
  #4  
Old 01-10-2010, 12:19 AM
arggonuts
Fire Beetle
 
Join Date: Jan 2010
Posts: 15
Default

I'm getting the same error that I had been getting with the sources I'd downloaded without SVN.

Code:
..//common/SocketLib/Mime.cpp -o ../common/SocketLib/Mime.o
..//common/SocketLib/Mime.cpp: In member function 'bool Mime::LoadMimeFile(conststd::string&)':
..//common/SocketLib/Mime.cpp:40: error: 'fopen' was not declared in this scope
..//common/SocketLib/Mime.cpp:42: error: 'fgets' was not declared in this scope
..//common/SocketLib/Mime.cpp:43: error: 'feof' was not declared in this scope
..//common/SocketLib/Mime.cpp:61: error: 'fclose' was not declared in this scope
make[1]: *** [../common/SocketLib/Mime.o] Error 1
make[1]: Leaving directory '/home/ken/projecteqemu-read-only/EQEmuServer/world'
make: *** [all] Error 2
My box is an Intel BOXD945GCLF2D Intel Atom processor 330 Intel 945GC Mini ITX Motherboard/CPU Combo so I don't believe step 2 applied to me.

I tried using Ubuntu, but it gave me quite a few graphics driver problems so I tried Mint instead.

Anyways, this is about as far as I've been able to get compiling myself. I get rather lost if I just try to use the pre-compiled "EQEmu-Rev1052-Bots.zip".

I never got too into cpp so I wouldn't be able to see an error in the Mime.cpp file anyways.

Again, thanks for any help you can provide.

EDIT: I just found the thread the same or similar error. I'll post back after trying that.
Reply With Quote