EOSERV Forum > EOSERV > Guide: How to Compile EOSERV
Topic is locked.
Page: << 1 2 ... 5 6 7 8 9 >>
Guide: How to Compile EOSERV
Author Message
Post #4164 Re: Guide: How to Compile EOSERV

Hi guys I followed every possible guide there is and still no luck. Im bored and want to compile a server

all i get is:

C:UsersAdministratorDesktopeoservsrcconfig.cpp|2|config.hpp: No such file or directory|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|7|util.hpp: No such file or directory|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|9|error: `Config' has not been declared|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|10|error: ISO C++ forbids declaration of `Config' with no type|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|14|error: `Config' is not a class or namespace|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|15|error: ISO C++ forbids declaration of `Config' with no type|
C:UsersAdministratorDesktopeoservsrcconfig.cpp||In function `int Config(std::string)':|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|16|error: invalid use of `this' in non-member function|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|19|error: `Config' is not a class or namespace|
C:UsersAdministratorDesktopeoservsrcconfig.cpp||In function `void Read(std::string)':|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|22|error: `Config' is not a class or namespace|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|22|error: `MaxLineLength' undeclared (first use this function)|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|22|error: (Each undeclared identifier is reported only once for each function it appears in.)|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|28|error: invalid use of `this' in non-member function|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|38|error: `buf' undeclared (first use this function)|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|38|error: `Config' is not a class or namespace|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|40|error: `util' has not been declared|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|40|error: `trim' undeclared (first use this function)|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|64|error: `util' has not been declared|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|64|error: `rtrim' undeclared (first use this function)|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|67|error: `util' has not been declared|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|67|error: `ltrim' undeclared (first use this function)|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|74|error: invalid use of `this' in non-member function|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|74|error: `util' has not been declared|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|74|error: `variant' undeclared (first use this function)|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|74|error: template argument 2 is invalid|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|74|error: `util' has not been declared|
C:UsersAdministratorDesktopeoservsrcconfig.cpp|74|error: `variant' has not been declared|
||=== Build finished: 26 errors, 0 warnings ===|

O yeh.. i followed the guide over and over again.


also im on vista

15 years, 33 weeks ago
Post #4333 Re: Guide: How to Compile EOSERV

hey i fixed my error. It was that I was missing a file. The file i was missing was libmysql.a and it is needed if you are going to use vista. As far as I know everyone that has this problem uses vista so thats why I say that. Correct me if I am wrong.

15 years, 32 weeks ago
Post #4371 Re: Guide: How to Compile EOSERV

well i just happen to have a copy of that file so ill add it into the guide thanks samuraix

15 years, 32 weeks ago
Post #4378 Re: Guide: How to Compile EOSERV

you dont have to link the file you have to have it in the lib folder of the coding program. I use dev-cpp and it goes in C:dev-cpplib but i dont know about codeblocks.

15 years, 32 weeks ago
Post #4452 Re: Guide: How to Compile EOSERV

hey i need help on step 15.You will also need to put the maps and pub files from your Endless Online directory into the data folder in the source.what is the data folder in the source?

15 years, 32 weeks ago
Post #4466 Re: Guide: How to Compile EOSERV

@samuraix ok i will change that thank you

@miroku are you seriously asking me that.. ill explain the data folder in the source is the a folder that is called 'data' right... it should have 3 folders inside it 'maps', 'npc' and 'pub'. and it should have 1 .txt file in it called 'news.txt'...
do you get it

15 years, 32 weeks ago
Post #4471 Re: Guide: How to Compile EOSERV

lol i had a stupid moment and couldnt find the trunk folder XD

15 years, 32 weeks ago
Post #4472 Re: Guide: How to Compile EOSERV

good =S i was starting to get worried

15 years, 32 weeks ago
Post #4474 Re: Guide: How to Compile EOSERV

lol but i have a different problem the ip at the end did u ever explain that?

15 years, 32 weeks ago
Post #4475 Re: Guide: How to Compile EOSERV

waht ip at the end?? explain to me nao ohh yeah ill do that later maby in a couple of days

15 years, 32 weeks ago
Post #4477 Re: Guide: How to Compile EOSERV

o ok

15 years, 32 weeks ago
Post #4478 Re: Guide: How to Compile EOSERV

yewww 100 replys mostly errors but idc XD
i will be adding a no-ip tutorial and something else i cant remember but ill do it

15 years, 32 weeks ago
Post #4530 Re: Guide: How to Compile EOSERV

if anyone hasnt said then when it says sqlite3 or something when it says no file or directory you might have to download it manualy i did and it works great here is link for it though make sure it goes in the incluse file: http://www.sqlite.org/download.html oh yea when you are downloadingmakesure its the first one :sqlite-amalgamation-3_6_13.zip
(982.03 KiB) hope that helps and great guide though ^.^ oh yea and another thing if you get it to build and when it runs it says there is an error make sure you have the sqlite3.dll in trunk and as gdog said you might need to get maps and pub files from other part and put them in itrunk-data if the other two are there get rid of them and put new ones worked for me then build and run and it should work if u need any more just ask me :) oh and sorry its so long

15 years, 32 weeks ago
Post #4547 Re: Guide: How to Compile EOSERV

i followed this guide and im only getting this error id.exe cannot find -lsqlite3 anyone help me fix this please?

15 years, 32 weeks ago
Post #4553 Re: Guide: How to Compile EOSERV
15 years, 32 weeks ago
Page: << 1 2 ... 5 6 7 8 9 >>
Topic is locked.
EOSERV Forum > EOSERV > Guide: How to Compile EOSERV