PlaneShift

Development => Development Deliberation => Topic started by: steuben on June 14, 2010, 04:14:30 am

Title: issues building from source
Post by: steuben on June 14, 2010, 04:14:30 am
i know i'm missing something here. mind it wouldn't take much.i  panic compilers on the hello word code.

but i keep getting a linker error when i'm trying to build.
Code: [Select]
Error 89 error LNK2019: unresolved external symbol "void __cdecl pslog::LogMessage(char const *,int,char const *,int,enum LOG_TYPES,unsigned int,char const *,...)" (?LogMessage@pslog@@YAXPBDH0HW4LOG_TYPES@@I0ZZ) referenced in function "public: class psMoney __thiscall psMoney::operator-(class psMoney const &)const " (??GpsMoney@@QBE?AV0@ABV0@@Z) libpsrpgrules_d.lib apptestrpgrulesand
Code: [Select]
Error 90 fatal error LNK1120: 1 unresolved externals ..\..\testrpgrules.exe apptestrpgrules
using msvc 2008.

the second and more annoying problem is that the comiled pslaunch is requesting zib1.dll. and when i do find a copy it says something about invalid ordinal 73.

any ideas?