World Editor Compile error :(

Added by Kane over 8 years ago

Not sure what I'm missing if anything so here I will post what errors I got :)

The Error:
8>water_pool_manager.cpp
14>------ Build started: Project: primitive_id_assignator, Configuration: Release Win32 ------
14>Compiling...
14>primitive_id_assignator.cpp
13>.\alias_synchronizer.cpp(283) : error C2782: 'void NLMISC::explode(const T &,const T &,stlpx_std::vector<T> &,bool)' : template parameter 'T' is ambiguous
13> d:\sourcecode\mpo\code\nel\include\nel\misc\common.h(394) : see declaration of 'NLMISC::explode'
13> could be 'const char [2]'
13> or 'stlpx_std::string'
13>.\alias_synchronizer.cpp(370) : warning C4018: '<' : signed/unsigned mismatch
13>.\alias_synchronizer.cpp(376) : warning C4018: '<' : signed/unsigned mismatch
8>water_height_map.cpp
13>Build log was saved at "file://d:\SOURCECODE\mpo\code\ryzom\tools\leveldesign\alias_synchronizer\Release\BuildLog.htm"
13>alias_synchronizer - 1 error(s), 2 warning(s)


Replies (5)

RE: World Editor Compile error :( - Added by Kane over 8 years ago

See not sure if this error is me or the code again hehe

9>Compiling resources...
9>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
9>Copyright (C) Microsoft Corporation. All rights reserved.
9>Linking...
9> Creating library ..\..\..\..\obj\Release\world_editor_sound_plugin\world_editor_sound_plugin_r.lib and object ..\..\..\..\obj\Release\world_editor_sound_plugin\world_editor_sound_plugin_r.exp
9>DialogFlags.obj : error LNK2001: unresolved external symbol "public: static class NLMISC::CVector const NLMISC::CVector::Null" (?Null@CVector@NLMISC@2V12@B)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: void __cdecl NLMISC::CLog::_displayNL(char const *,...)" (?_displayNL@CLog@NLMISC
@QAAXPBDZZ) referenced in function "public: void __thiscall NLMISC::CLog::displayNL(char const *)" (?displayNL@CLog@NLMISC@QAEXPBD@Z)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const * __thiscall NLMISC::CStringMapper::localMap(class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const &)" (?localMap@CStringMapper@NLMISC
@QAEPBV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@ABV34@Z) referenced in function "public: static class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const * __cdecl NLMISC::CStringMapper::map(class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const &)" (?map@CStringMapper@NLMISC@SAPBV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@ABV34@Z)
9>sound_plugin.obj : error LNK2001: unresolved external symbol "private: static class NLMISC::CStringMapper NLMISC::CStringMapper::_GlobalMapper" (?_GlobalMapper@CStringMapper@NLMISC
@0V12@A)
9>sound_plugin.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall NLMISC::IProgressCallback::progress(float)" (?progress@IProgressCallback@NLMISC@UAEXM@Z)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: void __thiscall NLMISC::CLog::setPosition(int,char const *,char const *)" (?setPosition@CLog@NLMISC
@QAEXHPBD0@Z) referenced in function "public: __thiscall CSoundPlugin::CSoundPlugin(void)" (??0CSoundPlugin@QAE@XZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: static class NLMISC::INelContext & __cdecl NLMISC::INelContext::getInstance(void)" (?getInstance@INelContext@NLMISC
@SAAAV12@XZ) referenced in function "public: __thiscall CSoundPlugin::CSoundPlugin(void)" (??0CSoundPlugin@QAE@XZ)
9>sound_plugin.obj : error LNK2001: unresolved external symbol "class NLMISC::CImposterLog NLMISC::AssertLog" (?AssertLog@NLMISC
@3VCImposterLog@1@A)
9>sound_plugin.obj : error LNK2001: unresolved external symbol "class NLMISC::CImposterLog NLMISC::ErrorLog" (?ErrorLog@NLMISC@3VCImposterLog@1@A)
9>sound_plugin.obj : error LNK2001: unresolved external symbol "class NLMISC::CImposterLog NLMISC::WarningLog" (?WarningLog@NLMISC
@3VCImposterLog@1@A)
9>sound_plugin.obj : error LNK2001: unresolved external symbol "class NLMISC::CImposterLog NLMISC::InfoLog" (?InfoLog@NLMISC@3VCImposterLog@1@A)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: void __thiscall NLMISC::CLog::addDisplayer(class NLMISC::IDisplayer *,bool)" (?addDisplayer@CLog@NLMISC
@QAEXPAVIDisplayer@2@_N@Z) referenced in function "public: __thiscall CSoundPlugin::CSoundPlugin(void)" (??0CSoundPlugin@QAE@XZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: class NLMISC::CLog * __thiscall NLMISC::CImposterLog::operator->(void)" (??CCImposterLog@NLMISC
@QAEPAVCLog@1@XZ) referenced in function "public: __thiscall CSoundPlugin::CSoundPlugin(void)" (??0CSoundPlugin@QAE@XZ)
9>sound_plugin.obj : error LNK2001: unresolved external symbol "class NLMISC::CImposterLog NLMISC::DebugLog" (?DebugLog@NLMISC
@3VCImposterLog@1@A)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: __thiscall NLMISC::CFileDisplayer::CFileDisplayer(class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const &,bool,char const *,bool)" (??0CFileDisplayer@NLMISC@QAE@ABV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@_NPBD1@Z) referenced in function "public: __thiscall CSoundPlugin::CSoundPlugin(void)" (??0CSoundPlugin@QAE@XZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "void __cdecl NLMISC::createDebug(char const *,bool,bool)" (?createDebug@NLMISC
@YAXPBD_N1@Z) referenced in function "public: __thiscall CSoundPlugin::CSoundPlugin(void)" (??0CSoundPlugin@QAE@XZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: __thiscall NLMISC::IProgressCallback::IProgressCallback(void)" (??0IProgressCallback@NLMISC
@QAE@XZ) referenced in function "public: __thiscall CSoundPlugin::CSoundPlugin(void)" (??0CSoundPlugin@QAE@XZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: void __thiscall NLMISC::CLog::addNegativeFilter(char const *)" (?addNegativeFilter@CLog@NLMISC
@QAEXPBD@Z) referenced in function __catch$?ReInit@CSoundPlugin@QAEXXZ$0
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: static class NLSOUND::UAudioMixer * __cdecl NLSOUND::UAudioMixer::createAudioMixer(void)" (?createAudioMixer@UAudioMixer@NLSOUND
@SAPAV12@XZ) referenced in function __catch$?ReInit@CSoundPlugin@QAEXXZ$0
9>sound_plugin.obj : error LNK2019: unresolved external symbol "class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > __cdecl NLMISC::toLower(class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const &)" (?toLower@NLMISC
@YA?AV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@ABV23@Z) referenced in function __catch$?ReInit@CSoundPlugin@QAEXXZ$0
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: int __thiscall NLMISC::CConfigFile::CVar::asInt(int)const " (?asInt@CVar@CConfigFile@NLMISC
@QBEHH@Z) referenced in function "public: void __thiscall CSoundPlugin::ReInit(void)" (?ReInit@CSoundPlugin@QAEXXZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: struct NLMISC::CConfigFile::CVar & __thiscall NLMISC::CConfigFile::getVar(class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const &)" (?getVar@CConfigFile@NLMISC
@QAEAAUCVar@12@ABV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@@Z) referenced in function "public: void __thiscall CSoundPlugin::ReInit(void)" (?ReInit@CSoundPlugin@QAEXXZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > __thiscall NLMISC::CConfigFile::CVar::asString(int)const " (?asString@CVar@CConfigFile@NLMISC@QBE?AV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@H@Z) referenced in function "public: void __thiscall CSoundPlugin::ReInit(void)" (?ReInit@CSoundPlugin@QAEXXZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: struct NLMISC::CConfigFile::CVar * __thiscall NLMISC::CConfigFile::getVarPtr(class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const &)" (?getVarPtr@CConfigFile@NLMISC
@QAEPAUCVar@12@ABV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@@Z) referenced in function "public: void __thiscall CSoundPlugin::ReInit(void)" (?ReInit@CSoundPlugin@QAEXXZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: static void __cdecl NLMISC::CPath::addSearchPath(class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > const &,bool,bool,class NLMISC::IProgressCallback *)" (?addSearchPath@CPath@NLMISC@SAXABV?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@_N1PAVIProgressCallback@2@Z) referenced in function "private: virtual void __thiscall CSoundPlugin::init(class IPluginAccess *)" (?init@CSoundPlugin@EAEXPAVIPluginAccess@@Z)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: unsigned int __thiscall NLMISC::CConfigFile::CVar::size(void)const " (?size@CVar@CConfigFile@NLMISC
@QBEIXZ) referenced in function "private: virtual void __thiscall CSoundPlugin::init(class IPluginAccess *)" (?init@CSoundPlugin@EAEXPAVIPluginAccess@Z)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: float __thiscall NLMISC::CConfigFile::CVar::asFloat(int)const " (?asFloat@CVar@CConfigFile@NLMISC
@QBEMH@Z) referenced in function "public: void __thiscall CSoundPlugin::update(void)" (?update@CSoundPlugin@QAEXXZ)
9>sound_plugin.obj : error LNK2019: unresolved external symbol "public: void __thiscall NLMISC::CConfigFile::reparse(bool)" (?reparse@CConfigFile@NLMISC
@QAEX_N@Z) referenced in function "public: void __thiscall CSoundPlugin::update(void)" (?update@CSoundPlugin@@QAEXXZ)
9>..\..\install\world_editor_sound_plugin_r.dll : fatal error LNK1120: 28 unresolved externals
9>Build log was saved at "file://d:\SOURCECODE\ZZZXXXXZZZZZZ\code\ryzom\obj\Release\world_editor_sound_plugin\BuildLog.htm"
9>world_editor_sound_plugin - 29 error(s), 4 warning(s)

RE: World Editor Compile error :( - Added by vl over 8 years ago

You are sure you didn't modify the project?

It looks like the dependencies are missing in the world_editor_sound_plugin project.

It's a plug in so you can run the WE without it anyway.

RE: World Editor Compile error :( - Added by Kane over 8 years ago

Never edited anything but I I never tried linking the world_editor_sound_plugin or anything. I have also not even compiled anything but this one project for the tools.

But thanks I will look around more and see if she runs.

RE: World Editor Compile error :( - Added by Kane over 8 years ago

Getting there but still so many errors ahhhh hehe :)

gettingthere.png (166.5 kB)

(1-5/5)