• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Error compiling

luigilc

Lua Learner
Joined
Mar 24, 2010
Messages
863
Reaction score
36
Location
A music box
when I try to compile tfs 0.3.6pl1 I get several errors:
Lua:
Compiler: Default compiler
Building Makefile: "D:\Documentos Pier\Doom Total\0.3.6pl1.r83\dev-cpp\Makefile.win"
Executing  make...
make.exe -f "D:\Documentos Pier\Doom Total\0.3.6pl1.r83\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"D:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"D:/Dev-Cpp/include/c++/3.4.2/backward"  -I"D:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"D:/Dev-Cpp/include/c++/3.4.2"  -I"D:/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__   -fexpensive-optimizations -O1

In file included from ../actions.cpp:17:
../otpch.h:28:30: libxml/xmlmemory.h: No such file or directory
../otpch.h:29:27: libxml/parser.h: No such file or directory
../otpch.h:30:28: libxml/threads.h: No such file or directory

and a lot more.
502 errors total, I downloaded it and tried to compile without changing anything but still got the errors, how can I fix that?
 
In c: find folder dev-cpp(in appdata for xp or roaming for 7), del it, when you open compile, it will ask you to parse new cache
 
when I open the stian's repack archive I have these folders: bin, doc, help, icons, include, lang, lib, libexec, NEW_DLL_FILES, obj, packages and templates.
I have 2 archives .map, 1 archive named Packman.exe and the devcpp .exe

what I have to delete?
 
no no, its folder in C:\Users\Your name\AppData\Roaming(win7) or c:\documents...\dont remmember\appdata(winXP).

inside has 3 files (cache.ccc(~15M),..)
 
Last edited:
del it, your compile hasn't cache file but cfg file-> it will not create new cache;
then try reopen devcpp.exe, it will ask you create cache..
 
Back
Top