• 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!

Help please compile tfs

cleisson66

Member
Joined
Mar 27, 2018
Messages
13
Reaction score
5
hello friends good night my name is cleisson and i'm brazilian and i come here to ask your help with this

I'm trying to compile a source tfs (I don't know which one) from ot 7.92 but is giving the following error when compiling (I mentioned below)


C++:
Compiler: Default compiler
Building Makefile: "C: \ 792 \ dev-cpp \ Makefile.win"
Running make ...
make.exe -f "C: \ 792 \ dev-cpp \ Makefile.win" all
g ++. exe -c ../actions.cpp -o obj64 // actions.o -I "include" -I "C: / boost_1_60_0" -I "C: / Dev-Cpp / include" -I "C: / Dev-Cpp / all / include "-I" C: / Dev-Cpp / others / boost_1_33_1 "-mmmx

In file included from ../actions.cpp:32:
../house.h:77: error: `xmlNodePtr 'has not been declared
../house.h:77: error: ISO C ++ forbids declaration of `p 'with no type
../house.h:78: error: `xmlNodePtr 'does not name a type

../house.h:80: error: conflicting return type specified for `virtual bool Door :: readAttr (AttrTypes_t, PropStream &) '
../item.h:292: error: overriding `virtual Attr_ReadValue Item :: readAttr (AttrTypes_t, PropStream &) '

make.exe: *** [obj64 // actions.o] Error 1

Execution finished



I will also put the source I'm using using dev c ++ whoever can help me will be grateful since i don't understand much, but i will be paying attention and looking for some tutorials on the net to learn a little more sorry if i posted in the wrong area use tfs-sdk-3.2, boost_1_60_0 and boost_1_33_1 ... I put both boosts after testing individually The linker that came in it and my operating system is win10 64bit


Code:
-llibxml2
-lmysql
-llua5.1
-llualib
-lwsock32
-lregex
-lgmp
-s


who can help me I will be very grateful ❤️
if you want I can give you the complete source so that you can analyze it better

forgive my english public education in brazil only teaches the verb to be (lol) what i know i learned on youtube
 

Attachments

Back
Top