Author | Message | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Guide: How to Compile EOSERV
|
7.Then click on Search directories. AND if you are using vista you need to put this (here) file in the folder that you put the search directory as.
Making your server public. First you are going to need to setup a database. For this you are going to need Sqliteman, download and install it from (here). Once you have done that you will need to make the database. So open up Sqliteman. Then click file then new. Save the file in your compiled eoserv directory as eoserv. (no extensions just eoserv) After you have done that you will need to run the query. Click on the Open button in the query toolbar Once you have click on that locate the 'install.sql' file and open it. Click on the button displayed below to run the query. After you have done all that you have successfully started your database. Now to setup your config.ini file to cope with your database. ### DATABASE ### Make it look like that. No-ip ...to be done later
|
Re: Guide: How to Compile EOSERV
| I did everything stated up to the point where it says you should be able to compile it, I get the same errors (or at least some of them?) as before.. Stuff like this: ||=== eoserv, Debug ===|
C:UsersAlexDesktop runksrcconfig.cpp|2|config.hpp: No such file or directory|
C:UsersAlexDesktop runksrcconfig.cpp|7|util.hpp: No such file or directory|
C:UsersAlexDesktop runksrcconfig.cpp|9|error: `Config' has not been declared|
C:UsersAlexDesktop runksrcconfig.cpp|10|error: ISO C++ forbids declaration of `Config' with no type|
C:UsersAlexDesktop runksrcconfig.cpp|14|error: `Config' is not a class or namespace|
C:UsersAlexDesktop runksrcconfig.cpp|15|error: ISO C++ forbids declaration of `Config' with no type|
C:UsersAlexDesktop runksrcconfig.cpp||In function `int Config(std::string)':|
C:UsersAlexDesktop runksrcconfig.cpp|17|error: `Config' is not a class or namespace|
C:UsersAlexDesktop runksrcconfig.cpp|17|error: `MaxLineLength' undeclared (first use this function)|
C:UsersAlexDesktop runksrcconfig.cpp|17|error: (Each undeclared identifier is reported only once for each function it appears in.)|
C:UsersAlexDesktop runksrcconfig.cpp|23|error: invalid use of `this' in non-member function|
C:UsersAlexDesktop runksrcconfig.cpp|33|error: `buf' undeclared (first use this function)|
C:UsersAlexDesktop runksrcconfig.cpp|33|error: `Config' is not a class or namespace|
C:UsersAlexDesktop runksrcconfig.cpp|35|error: `util' has not been declared|
C:UsersAlexDesktop runksrcconfig.cpp|35|error: `trim' undeclared (first use this function)|
C:UsersAlexDesktop runksrcconfig.cpp|59|error: `util' has not been declared|
C:UsersAlexDesktop runksrcconfig.cpp|59|error: `rtrim' undeclared (first use this function)|
C:UsersAlexDesktop runksrcconfig.cpp|60|error: `util' has not been declared|
C:UsersAlexDesktop runksrcconfig.cpp|60|error: `ltrim' undeclared (first use this function)|
C:UsersAlexDesktop runksrcconfig.cpp|62|error: invalid use of `this' in non-member function|
C:UsersAlexDesktop runksrcconfig.cpp|62|error: `util' has not been declared|
C:UsersAlexDesktop runksrcconfig.cpp|62|error: `variant' undeclared (first use this function)|
C:UsersAlexDesktop runksrcconfig.cpp|62|error: template argument 2 is invalid|
C:UsersAlexDesktop runksrcconfig.cpp|62|error: `util' has not been declared|
C:UsersAlexDesktop runksrcconfig.cpp|62|error: `variant' has not been declared|
||=== Build finished: 24 errors, 0 warnings ===|
Some of it I don't understand when clearly those files are in there..
Edit: I already have my server running, but on the eoserv-debug, I want to be able to compile this..
|
Re: Guide: How to Compile EOSERV
| hmmm what revision are you using i didnt get this error when i started and as far as im sure that has nothing to do with the librarys so .. have you changed any of the code or added anything?
|
Re: Guide: How to Compile EOSERV
| No I haven't the problem is 'solved' because I had someone else give me the files, already compiled, but I'd still like to know how to compile it..
|
Re: Guide: How to Compile EOSERV
| any idea how to get it to compile on linux?
|
Re: Guide: How to Compile EOSERV
| i think sausage is using linux your best bet is to ask him :)
|
Re: Guide: How to Compile EOSERV
| i tried that he said....."no", anyways thanks great guide, really helped me out alot
|
Re: Guide: How to Compile EOSERV
| thanks for the postive feedback Stephx.. im useless at anything to do with linux lol.. for 1 sec i thought my guide didnt work Arcitex but it does right lol
|
Re: Guide: How to Compile EOSERV
| omg wtf?
|
Re: Guide: How to Compile EOSERV
| you dint follow directions...... that error is basicly telling you that you did not do steps 7-12
|
Re: Guide: How to Compile EOSERV
| Put everything where it needed to be, went to compile and got these errors: ..srcdatabase.hpp|11|mysql.h: No such file or directory|
|
Re: Guide: How to Compile EOSERV
| you need to get the include folder from your mysql 5.0 folder and include it in your compile
|
Re: Guide: How to Compile EOSERV
| See, I had to manually create the folder just to get the other errors off and add the necessary files just to get the errors down to 6. I never got a include folder when I installed for some reason, cant find it anywhere. Think that is probably my whole issue.
|
Re: Guide: How to Compile EOSERV
| can some1 tell me how to do it if I have MySQL database at db4free.net?
| |