• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] probolem compile elunetrinity core

Status
Not open for further replies.

gt0110

Enthusiast
I decided capillary core and compiling aluna trinity that I get these orrers

Error 1 error C2039: 'recursive_mutex' : no es un miembro de 'boost' (D:\c++\ElunaTrinityWotlk-master1\ElunaTrinityWotlk-master\src\server\game\Entities\Object\Object.cpp) d:\c++\elunatrinitywotlk-master1\elunatrinitywotlk-master\src\luaengine\ElunaUtility.h 135 1 game

Error 2 error C2146: error de sintaxis : falta ';' delante del identificador 'LockType' (D:\c++\ElunaTrinityWotlk-master1\ElunaTrinityWotlk-master\src\server\game\Entities\Object\Object.cpp) d:\c++\elunatrinitywotlk-master1\elunatrinitywotlk-master\src\luaengine\ElunaUtility.h 135 1 game

Error 3 error C4430: falta el especificador de tipo; se presupone int. Nota: C++ no admite default-int (D:\c++\ElunaTrinityWotlk-master1\ElunaTrinityWotlk-master\src\server\game\Entities\Object\Object.cpp) d:\c++\elunatrinitywotlk-master1\elunatrinitywotlk-master\src\luaengine\ElunaUtility.h 135 1 game

Error 69 error C4430: falta el especificador de tipo; se presupone int. Nota: C++ no admite default-int (D:\c++\ElunaTrinityWotlk-master1\ElunaTrinityWotlk-master\src\LuaEngine\VehicleHooks.cpp) d:\c++\elunatrinitywotlk-master1\elunatrinitywotlk-master\src\luaengine\ElunaUtility.h 135 1 LuaEngine



as you see me out and I get errors and 80
 

kolakocide

Super Baked
Hey gt0110, it looks like you're missing some of the dependency's! Oh no, but we can't read what it is since it's in Spanish. We need to have the error report in English please.

Hey gt0110, parece que te estás perdiendo algo de la dependencia! ¡Oh, no, pero no podemos leer lo que es, ya que es en español. Necesitamos tener el informe de errores en Inglés por favor.



--Boost *CLICK ME CUZ YOU NEED ME*--
 

Rochet2

Moderator / Eluna Dev
This is an error in the code of Eluna.
However you should not be using the last eluna version.

If you follow the installation guide, you will not get this error.
If you want to go mess around on your own, use the new_bindings branch or commit b01d441dbd80abac8f661e3db79247e518438d24
git checkout new_bindings
git reset --hard b01d441dbd80abac8f661e3db79247e518438d24

Our options are either to remove the latest changes or wait for the new system to be complete (which it is, pending for mangos changes)
However you should not be able to get the last version of Eluna if you use the installation guide, so we are currently waiting.
 
Last edited:
Status
Not open for further replies.
Top