View Single Post
  #3  
Old 10-18-2003, 11:24 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

I'd say your missing some of the .o files in your list.. Make sure dbcore , eqemuerror, etc are in there..

Also, didnt platforms handle includes differently, make sure the files that have problems have the right includes in their headers


../common/EQNetwork.cpp:471: undefined reference to `LogFile'
../common/EQNetwork.cpp:471: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'



Makes me think that EQNetwork needs an include to EQEmuError.h
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote