- Dołączył
- Kwiecień 20, 2016
- Posty
- 20
- Liczba reakcji
- 0
Pobra?em Dev-C++, otworzy?em plik TheForgottenServer.dev, naciskam F9 (Uruchom --> Kompiluj)
I otrzymuje b??d
Jakie? rozwi?zanie?
I otrzymuje b??d
Kod:
Compiling project changes...
--------
- Project Filename: D:\DOWNLOAD\trunk.r3777\trunk.r3777\dev-cpp\TheForgottenServer.dev
- Compiler Name: TDM-GCC 4.9.2 64-bit Release
Building makefile...
--------
- Filename: D:\DOWNLOAD\trunk.r3777\trunk.r3777\dev-cpp\Makefile.win
- Resource File: D:\DOWNLOAD\trunk.r3777\trunk.r3777\dev-cpp\obj\TheForgottenServer_private.res
Processing makefile...
--------
- Makefile Processor: D:\DOWNLOAD\Dev-Cpp 5.11 TDM-GCC x64 4.9.2 Portable\Dev-Cpp\MinGW64\bin\mingw32-make.exe
- Command: mingw32-make.exe -f "D:\DOWNLOAD\trunk.r3777\trunk.r3777\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"D:/DOWNLOAD/Dev-Cpp 5.11 TDM-GCC x64 4.9.2 Portable/Dev-Cpp/MinGW64/include" -I"D:/DOWNLOAD/Dev-Cpp 5.11 TDM-GCC x64 4.9.2 Portable/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"D:/DOWNLOAD/Dev-Cpp 5.11 TDM-GCC x64 4.9.2 Portable/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"D:/DOWNLOAD/Dev-Cpp 5.11 TDM-GCC x64 4.9.2 Portable/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" -w -Wall -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__
In file included from ../actions.cpp:17:0:
../otpch.h:28:30: fatal error: libxml/xmlmemory.h: No such file or directory
#include <libxml/xmlmemory.h>
^
compilation terminated.
D:\DOWNLOAD\trunk.r3777\trunk.r3777\dev-cpp\Makefile.win:29: recipe for target 'obj//actions.o' failed
mingw32-make.exe: *** [obj//actions.o] Error 1
Compilation results...
--------
- Errors: 1
- Warnings: 0
- Compilation Time: 0,27s
Jakie? rozwi?zanie?
