EOSERV Forum > EOSERV > R189 Compiled
Topic is locked.
Page: << 1 2 3 4 5 6 >>
R189 Compiled
Author Message
Post #39986 Re: R189 Compiled
microchip posted: (16th Jun 2010 04:14 pm)

Logitech posted: (15th Jun 2010 08:57 pm)

Sacred Phoenix posted: (15th Jun 2010 06:08 pm)

Logitech posted: (15th Jun 2010 04:35 pm)

Sacred Phoenix posted: (14th Jun 2010 11:41 pm)

Logitech posted: (14th Jun 2010 09:33 pm)

Sorry again guys, i just keep coming back with more problems. I tried rebuilding Welcome.cpp in Code::Blocks to change the login message (I believe it was: Soulstealer has logged in followed by a Quake). Anyway I'm relitavely new to EOServ as i used Seose from V0.1.8 all the wayupto0.2.7.Butnowiwant to switch over to EOServ i have been wanting to do so for quite some time although i could never compile, anyway, back on subject, I tried to Compile welcome.cpp and i get the following 19 Error(s):

C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|10|stdafx.h: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|12|character.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|13|eoclient.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|14|eoserver.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|15|packet.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|16|player.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|17|world.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|9|eodata.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|10|guild.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|11|map.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|12|npc.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `EOClient' has not been declared|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketFamily' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketAction' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketReader' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `reader' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: expected primary-expression before "int"|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|15|error: initializer expression list treated as compound expression|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|15|error: expected `,' or `;' before '{' token|
||=== Build finished: 19 errors, 0 warnings ===|

Could anybody help me with this ^^. Once i can compile i can add my own code, which is the whole reason i switched to EOSERV in the first place, because its open source. Thanks.

Lol im the complete opposite then. I can compile but for some reason i cant add codes.

From looking at the errors you must be missing a directory or you missed a needed file that u needed to link to...


What files/directorys should i be linking to?

Edit: In Settings -> Compiler and Debugger -> Linker Settings i have two directorys:

C:\Program Files\MYSQL\MySQL Server 5.1\include\libmysql.lib
C:\Program Files\MYSQL\MySQL Server 5.1\include\WS2_32.lib

In Settings -> Compiler And Debugger -> Search Directorys i have one Search directory for Linker, Compiler and Resource Compiler.

C:\Program Files\MYSQL\MySQL Server 5.1\include\

Is there anything here that im missing?

Make sure you have these links.

Settings>compiler and debugger>Search directories
in compiler, linker and resource has it linked to your include folder.

Settings>Compiler and debugger>linker Settings
Make sure you have that linked to your libpthreadGC2.a, and libmysql.lib Files. (should be in your include folder)

Then your not done.

Project>Build options>On the left section...pick which ever ur using. For me its mysql
Search directories>Compiler/linker/resource should be linked to project folder (should already be set for you.)

Then in linker settings...should also link them to your libpthreadGC2.a, and libmysql.lib files.

Thats what i did and mine works.

I don't seem to have LibpthreadGC2.a, i have libmysql.lib and i have the Compiler Linker and Recource compiler linked to my Include folder. I'm missing LIBPTHREADGC2.a and when i click Project -> Build Settings the text is faded out and wont let me click on it.. This is really beginningtoaggrovate me D


YES!, This is my error, 99%%! same error. Everything my linker settings and everything are correct.
But It says i'm missing WS2_32*Or what ever that one is called, libmysql.Lib



I wasn't able to compile the file when i had WS2_32 o_O I need libpthreadgc2, does anybody know where i can find it, it could make my life alot easier :D Thanks. in advance. I'll post back if i find a solution btw.
15 years, 8 weeks ago
Post #40006 Re: R189 Compiled
Logitech posted: (16th Jun 2010 05:48 pm)

microchip posted: (16th Jun 2010 04:14 pm)

Logitech posted: (15th Jun 2010 08:57 pm)

Sacred Phoenix posted: (15th Jun 2010 06:08 pm)

Logitech posted: (15th Jun 2010 04:35 pm)

Sacred Phoenix posted: (14th Jun 2010 11:41 pm)

Logitech posted: (14th Jun 2010 09:33 pm)

Sorry again guys, i just keep coming back with more problems. I tried rebuilding Welcome.cpp in Code::Blocks to change the login message (I believe it was: Soulstealer has logged in followed by a Quake). Anyway I'm relitavely new to EOServ as i used Seose from V0.1.8 allthewayupto0.2.7.Butnowiwant to switch over to EOServ i have been wanting to do so for quite some time although i could never compile, anyway, back on subject, I tried to Compile welcome.cpp and i get the following 19 Error(s):

C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|10|stdafx.h: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|12|character.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|13|eoclient.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|14|eoserver.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|15|packet.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|16|player.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|17|world.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|9|eodata.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|10|guild.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|11|map.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|12|npc.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `EOClient' has not been declared|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketFamily' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketAction' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketReader' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `reader' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: expected primary-expression before "int"|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|15|error: initializer expression list treated as compound expression|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|15|error: expected `,' or `;' before '{' token|
||=== Build finished: 19 errors, 0 warnings ===|

Could anybody help me with this ^^. Once i can compile i can add my own code, which is the whole reason i switched to EOSERV in the first place, because its open source. Thanks.

Lol im the complete opposite then. I can compile but for some reason i cant add codes.

From looking at the errors you must be missing a directory or you missed a needed file that u needed to link to...


What files/directorys should i be linking to?

Edit: In Settings -> Compiler and Debugger -> Linker Settings i have two directorys:

C:\Program Files\MYSQL\MySQL Server 5.1\include\libmysql.lib
C:\Program Files\MYSQL\MySQL Server 5.1\include\WS2_32.lib

In Settings -> Compiler And Debugger -> Search Directorys i have one Search directory for Linker, Compiler and Resource Compiler.

C:\Program Files\MYSQL\MySQL Server 5.1\include\

Is there anything here that im missing?

Make sure you have these links.

Settings>compiler and debugger>Search directories
in compiler, linker and resource has it linked to your include folder.

Settings>Compiler and debugger>linker Settings
Make sure you have that linked to your libpthreadGC2.a, and libmysql.lib Files. (should be in your include folder)

Then your not done.

Project>Build options>On the left section...pick which ever ur using. For me its mysql
Search directories>Compiler/linker/resource should be linked to project folder (should already be set for you.)

Then in linker settings...should also link them to your libpthreadGC2.a, and libmysql.lib files.

Thats what i did and mine works.

I don't seem to have LibpthreadGC2.a, i have libmysql.lib and i have the Compiler Linker and Recource compiler linked to my Include folder. I'm missing LIBPTHREADGC2.a and when i click Project -> Build Settings the text is faded out and wont let me click on it.. This isreallybeginningtoaggrovate me D


YES!, This is my error, 99%%! same error. Everything my linker settings and everything are correct.
But It says i'm missing WS2_32*Or what ever that one is called, libmysql.Lib



I wasn't able to compile the file when i had WS2_32 o_O I need libpthreadgc2, does anybody know where i can find it, it could make my life alot easier :D Thanks. in advance. I'll post back if i find a solution btw.
All the files you need can be found here http://files.soulstealer-network.com/soulstealer/needed.zip

15 years, 8 weeks ago
Post #40009 Re: R189 Compiled
Soulstealer posted: (16th Jun 2010 07:24 pm)

Logitech posted: (16th Jun 2010 05:48 pm)

microchip posted: (16th Jun 2010 04:14 pm)

Logitech posted: (15th Jun 2010 08:57 pm)

Sacred Phoenix posted: (15th Jun 2010 06:08 pm)

Logitech posted: (15th Jun 2010 04:35 pm)

Sacred Phoenix posted: (14th Jun 2010 11:41 pm)

Logitech posted: (14th Jun 2010 09:33 pm)

Sorry again guys, i just keep coming back with more problems. I tried rebuilding Welcome.cpp in Code::Blocks to change the login message (I believe it was: Soulstealer has logged in followed by a Quake). Anyway I'm relitavely new to EOServ as i used Seose from V0.1.8allthewayupto0.2.7.Butnowiwant to switch over to EOServ i have been wanting to do so for quite some time although i could never compile, anyway, back on subject, I tried to Compile welcome.cpp and i get the following 19 Error(s):

C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|10|stdafx.h: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|12|character.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|13|eoclient.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|14|eoserver.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|15|packet.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|16|player.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\handlers.h|17|world.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|9|eodata.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|10|guild.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|11|map.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|12|npc.hpp: No such file or directory|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `EOClient' has not been declared|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketFamily' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketAction' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `PacketReader' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: `reader' was not declared in this scope|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|14|error: expected primary-expression before "int"|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|15|error: initializer expression list treated as compound expression|
C:\Users\Client\Desktop\EOSERV R189\R189\trunk\src\handlers\Welcome.cpp|15|error: expected `,' or `;' before '{' token|
||=== Build finished: 19 errors, 0 warnings ===|

Could anybody help me with this ^^. Once i can compile i can add my own code, which is the whole reason i switched to EOSERV in the first place, because its open source. Thanks.

Lol im the complete opposite then. I can compile but for some reason i cant add codes.

From looking at the errors you must be missing a directory or you missed a needed file that u needed to link to...


What files/directorys should i be linking to?

Edit: In Settings -> Compiler and Debugger -> Linker Settings i have two directorys:

C:\Program Files\MYSQL\MySQL Server 5.1\include\libmysql.lib
C:\Program Files\MYSQL\MySQL Server 5.1\include\WS2_32.lib

In Settings -> Compiler And Debugger -> Search Directorys i have one Search directory for Linker, Compiler and Resource Compiler.

C:\Program Files\MYSQL\MySQL Server 5.1\include\

Is there anything here that im missing?

Make sure you have these links.

Settings>compiler and debugger>Search directories
in compiler, linker and resource has it linked to your include folder.

Settings>Compiler and debugger>linker Settings
Make sure you have that linked to your libpthreadGC2.a, and libmysql.lib Files. (should be in your include folder)

Then your not done.

Project>Build options>On the left section...pick which ever ur using. For me its mysql
Search directories>Compiler/linker/resource should be linked to project folder (should already be set for you.)

Then in linker settings...should also link them to your libpthreadGC2.a, and libmysql.lib files.

Thats what i did and mine works.

I don't seem to have LibpthreadGC2.a, i have libmysql.lib and i have the Compiler Linker and Recource compiler linked to my Include folder. I'm missing LIBPTHREADGC2.a and when i click Project -> Build Settings the text is faded out and wont let me click on it.. This isreallybeginningtoaggrovateme D


YES!, This is my error, 99%%! same error. Everything my linker settings and everything are correct.
But It says i'm missing WS2_32*Or what ever that one is called, libmysql.Lib



I wasn't able to compile the file when i had WS2_32 o_O I need libpthreadgc2, does anybody know where i can find it, it could make my life alot easier :D Thanks. in advance. I'll post back if i find a solution btw.
All the files you need can be found here http://files.soulstealer-network.com/soulstealer/needed.zip

Is this going to fix everyones compiling problems?

Like when it says where missing a file and were not..?

15 years, 8 weeks ago
Post #40024 Re: R189 Compiled

i cant login i get a error that says like 


[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Database_QueryFailed: Unknown column 'fiance' in 'field list'
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Database_QueryFailed: Unknown column 'fiance' in 'field list'
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Database_QueryFailed: Unknown column 'fiance' in 'field list'
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Database_QueryFailed: Unknown column 'quest' in 'field list'
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Database_QueryFailed: Unknown column 'quest' in 'field list'
where the heck is the fiance column
15 years, 8 weeks ago
Post #40062 Re: R189 Compiled

Now when I try to download it , it just gives me an error saying there isn't anything in the folder.

15 years, 8 weeks ago
Post #40114 Re: R189 Compiled

can u make eggs for pets

15 years, 8 weeks ago
Post #40135 Re: R189 Compiled

I now understand why people don't add commands, recompile and upload for the community you guys really need to use the search bar every question ye are asking is already answered. The first post and the last post I posted with the links has everything bar pubs, maps and common sense to run your own private server so please stop asking the same question over and over again and use the search bar provided.

15 years, 8 weeks ago
Post #40173 Re: R189 Compiled

I can't Equip anything? 

15 years, 8 weeks ago
Post #40175 Re: R189 Compiled
Tendency posted: (17th Jun 2010 10:43 pm)

I can't Equip anything? 


Not until level one.
@Soulstealer, My question isn't answerd, When I download it, it says there is nothing in the folder...
15 years, 8 weeks ago
Post #40189 Re: R189 Compiled

Could i have All of the commands for this rev please, includding all of the added ones!

15 years, 8 weeks ago
Post #40380 Re: R189 Compiled

If you can, Download the rev, extract it, and view the talk.cpp

15 years, 8 weeks ago
Post #40419 Re: R189 Compiled

Does this need recompiled for sqlite? I get same error as perfect

15 years, 8 weeks ago
Post #40789 Re: R189 Compiled

can u make a guide how to make it into sqilte or jus how to make it work?
:)

15 years, 7 weeks ago
Post #40790 Re: R189 Compiled


Yes, can you recompile this into a debug + sqlite please?

15 years, 7 weeks ago
Post #40939 Re: R189 Compiled

Oh My God, can someone please rebuild it for sqlite -.- im not about to install mysql.
if your not gunna rebuild it for us(somethings wrong with my codeblocks) then stuff it....

15 years, 7 weeks ago
Page: << 1 2 3 4 5 6 >>
Topic is locked.
EOSERV Forum > EOSERV > R189 Compiled