Code: Show/Hide Compiler: Default compiler Building Makefile: "\Desktop\MERVBot\src\Tutorial\Makefile.win" Executing make... make.exe -f "\Desktop\MERVBot\src\Tutorial\Makefile.win" all g++.exe -c spawn.cpp -o Debug/spawn.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -DBUILDING_DLL=1 In file included from spawn.h:11, from spawn.cpp:1: ..\clientprot.h:240: warning: malformed '#pragma pack(push[, id], <n>)' - ignored ..\clientprot.h:458: warning: #pragma pack (pop) encountered without matching #pragma pack (push, <n>) In file included from spawn.h:11, from spawn.cpp:1: ..\clientprot.h:467: warning: malformed '#pragma pack(push[, id], <n>)' - ignored ..\clientprot.h:524: warning: #pragma pack (pop) encountered without matching #pragma pack (push, <n>) spawn.cpp:11:1: warning: "UNASSIGNED" redefined In file included from spawn.h:11, from spawn.cpp:1: ..\clientprot.h:14:1: warning: this is the location of the previous definition spawn.cpp: In member function `void botInfo::gotEvent(BotEvent&)': spawn.cpp:185: warning: cast from pointer to integer of different size g++.exe -c command.cpp -o Debug/command.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -DBUILDING_DLL=1 In file included from spawn.h:11, from command.cpp:1: ..\clientprot.h:240: warning: malformed '#pragma pack(push[, id], <n>)' - ignored ..\clientprot.h:458: warning: #pragma pack (pop) encountered without matching #pragma pack (push, <n>) In file included from spawn.h:11, from command.cpp:1: ..\clientprot.h:467: warning: malformed '#pragma pack(push[, id], <n>)' - ignored ..\clientprot.h:524: warning: #pragma pack (pop) encountered without matching #pragma pack (push, <n>) dllwrap.exe --output-def libDefault.def --driver-name c++ --implib libDefault.a Debug/spawn.o Debug/command.o -L"C:/Dev-Cpp/lib" --no-export-all-symbols --add-stdcall-alias -o Default.dll dllwrap.exe: no export definition file provided. Creating one, but that may not be what you want Execution terminated Compilation successful |
Quote: |
shall i start making my dll and ignore that? ^ |
Code: Show/Hide Compilation successful |