Topic: [Solved] Fail compile with Magic Builder (Git repository)
I mark this error when compiling the new code.
thanks for your time and help.
PvPGN Community Forums |
forums.pvpgn.pro → [EN] Tech Support → [Solved] Fail compile with Magic Builder (Git repository)
I mark this error when compiling the new code.
thanks for your time and help.
At first, you must delete all files from source and build folders.
Then you must be reinstall server by build_pvpgn.bat (download source from svn).
I have no errors when compile the code from my git repository.
Have you made any changes there?
Добавлено: 16.04.2014 13:03
ZippeL, "build" dir cleans automatically in build_pvpgn.bat, so it is not necessary.
I have no errors when compile the code from my git repository.
Have you made any changes there?
I received error such as. It happened when I have configured project with Cmake and
tried rebuild it with VC++
I have no errors when compile the code from my git repository.
Have you made any changes there?Добавлено: 16.04.2014 13:03
ZippeL, "build" dir cleans automatically in build_pvpgn.bat, so it is not necessary.
none, unless it is for the windows 8.1
Dante, I compiled it on Windows 8.1, Visual Studio 2013. My sequence of actions:
1. Download magic builder https://code.google.com/p/pvpgn-magic-builder/
2. Download source https://github.com/HarpyWar/pvpgn/archive/master.zip
3. Unpack source into Builder "source" directory
4. Run build_pvpgn.bat
Can you confirm that you have the same environment and do the same actions?
Dante, I compiled it on Windows 8.1, Visual Studio 2013. My sequence of actions:
1. Download magic builder https://code.google.com/p/pvpgn-magic-builder/
2. Download source https://github.com/HarpyWar/pvpgn/archive/master.zip
3. Unpack source into Builder "source" directory
4. Run build_pvpgn.batCan you confirm that you have the same environment and do the same actions?
I have visual studio 2010.
if everything is the same as I have
Well, that was my mistake. It occurs because Builder always replaces several source files with owns.
Now to solve errors you have to delete file module\include\source_replace\src\bnetd\CMakeLists.txt.
I will upgrade Magic Builder after I finish general modifications in pvpgn git repository. But it will not be more compatible with original pvpgn 1.99 version.
UPDATE
Magic Builder 2.x released https://github.com/HarpyWar/pvpgn-magic-builder
forums.pvpgn.pro → [EN] Tech Support → [Solved] Fail compile with Magic Builder (Git repository)