Jump to content

This morning pull was buggy


5even

Recommended Posts

Posted

This morning I did my usual pull, the compile had 4 fails

FAILS
Error	2	error C1083: Cannot open source file: '..\..\src\game\LuaEngine\ElunaEventMgr.cpp': No such file or directory	J:\vanilla\MangosZero_GitSource\server\win\VC120\c1xx	game
Error	3	error C1083: Cannot open source file: '..\..\src\game\LuaEngine\ElunaUtility.cpp': No such file or directory	J:\vanilla\MangosZero_GitSource\server\win\VC120\c1xx	game
Error	5	error LNK1181: cannot open input file 'J:\vanilla\MangosZero_GitSource\server\win\VC120\game__Win32_Release\game.lib'	J:\vanilla\MangosZero_GitSource\server\win\VC120\LINK	mangosd
Error	7	error LNK1181: cannot open input file 'mangosd.lib'	J:\vanilla\MangosZero_GitSource\server\src\scripts\LINK	ScriptDev2

WARNING
Warning	1	warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)	J:\vanilla\MangosZero_GitSource\server\src\tools\map-extractor\system.cpp	212	1	Map-Extractor
Warning	4	warning C4307: '*' : integral constant overflow	J:\vanilla\MangosZero_GitSource\server\src\game\MovementHandler.cpp	59	1	game
Warning	6	warning MSB8017: A circular dependency has been detected while executing custom build commands for item "revision.h". This may cause incremental build to work incorrectly.	C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets	170	5	ScriptDev2

OK, WHO broke it this time :-D

Posted

Have you pulled since Release 0.19 was released ?

If not, from a git command prompt

1) cd J:\vanilla\MangosZero_GitSource\server

2) git submodule init

3) git submodule update

Then build as normal.

The bottom set of warning messages are 'normal'

Posted

that is 19 :-)

I pulled 3hrs ago

2518 is the last release that is working (and running right now), and was compiled yesterday

this pull, gives those errors

Posted

Did you remember to update your submodules as well, or did you just pull the main source? on your main repo, use this git command:

Git submodule update

Then try to recompile :) The issue is, as mentioned, that you hadn't pulled the latest Eluna changes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use