Compiler: Default compiler Building Makefile: "C:\otserv\Makefile.win" Bezig met uitvoeren van make clean rm -f account.o actions.o allocator.o commands.o container.o creature.o database.o exception.o game.o ioaccount.o ioaccountsql.o ioaccountxml.o iomapbin.o iomapsql.o iomapxml.o ioplayer.o ioplayersql.o ioplayerxml.o item.o items.o logger.o luascript.o magic.o map.o md5.o monster.o networkmessage.o npc.o otserv.o player.o position.o protocol.o protocol74.o scheduler.o spawn.o spells.o status.o thing.o tile.o tools.o otserver.exe g++.exe -c account.cpp -o account.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" -I"C:/Dev-Cpp/other/lua-5.0.2/include" -I"C:/Dev-Cpp/boost_1_32_0" -I"C:/Dev-Cpp/libxml" -D__WINDOWS__ g++.exe -c actions.cpp -o actions.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" -I"C:/Dev-Cpp/other/lua-5.0.2/include" -I"C:/Dev-Cpp/boost_1_32_0" -I"C:/Dev-Cpp/libxml" -D__WINDOWS__ In file included from container.h:24, from creature.h:28, from player.h:25, from actions.cpp:24: item.h:25:30: libxml/xmlmemory.h: No such file or directory item.h:26:27: libxml/parser.h: No such file or directory In file included from container.h:24, from creature.h:28, from player.h:25, from actions.cpp:24: item.h:99: error: `unserialize' declared as a `virtual' field item.h:99: error: expected `;' before '(' token item.h:100: error: `xmlNodePtr' does not name a type item.h:173: error: `unserialize' declared as a `virtual' field item.h:173: error: expected `;' before '(' token item.h:174: error: `xmlNodePtr' does not name a type In file included from actions.cpp:25: monster.h:201: error: expected `;' before '(' token monster.h:202: error: expected `;' before '(' token monster.h:203: error: expected `;' before '(' token monster.h:204: error: expected `;' before '(' token In file included from actions.cpp:33: actions.h:81: error: expected `;' before '(' token actions.cpp:35: error: `xmlNodePtr' was not declared in this scope actions.cpp:35: error: expected primary-expression before "const" actions.cpp:35: error: expected primary-expression before "int" actions.cpp:35: error: initializer expression list treated as compound expression actions.cpp: In member function `bool Actions::loadFromXml(const std::string&)': actions.cpp:87: error: `xmlDocPtr' undeclared (first use this function) actions.cpp:87: error: (Each undeclared identifier is reported only once for each function it appears in.) actions.cpp:87: error: expected `;' before "doc" actions.cpp:89: error: `doc' undeclared (first use this function) actions.cpp:91: error: `xmlNodePtr' undeclared (first use this function) actions.cpp:91: error: expected `;' before "root" actions.cpp:92: error: `root' undeclared (first use this function) actions.cpp:92: error: `xmlDocGetRootElement' undeclared (first use this function) actions.cpp:94: error: ISO C++ forbids declaration of `type name' with no type actions.cpp:94: error: ISO C++ forbids declaration of `type name' with no type actions.cpp:94: error: expected primary-expression before "const" actions.cpp:94: error: expected `)' before "const" actions.cpp:98: error: expected `)' before ';' token actions.cpp:100: error: `p' undeclared (first use this function) actions.cpp:106: error: `readXMLInteger' cannot be used as a function actions.cpp:107: error: `loadAction' undeclared (first use this function) actions.cpp:111: error: `readXMLInteger' cannot be used as a function actions.cpp:116: error: `readXMLInteger' cannot be used as a function actions.cpp:128: error: `xmlFreeDoc' undeclared (first use this function) actions.cpp: At global scope: actions.cpp:133: error: `Action*Actions::loadAction' is not a static member of `class Actions' actions.cpp:133: error: `xmlNodePtr' was not declared in this scope actions.cpp:133: error: expected `,' or `;' before '{' token actions.cpp:340: error: redefinition of `bool readXMLInteger' actions.cpp:35: error: `bool readXMLInteger' previously defined here actions.cpp:340: error: `xmlNodePtr' was not declared in this scope actions.cpp:340: error: expected primary-expression before "const" actions.cpp:340: error: expected primary-expression before "int" actions.cpp:341: error: expected `,' or `;' before '{' token make.exe: *** [actions.o] Error 1 Uitvoering voltooid