|
|
| Author |
Message |
HollyW00d Lurker

Joined: 18 Apr 2004 Posts: 202 Location: IRC
|
Posted: Apr 09, 2009 10:45am Post subject: GameServ |
|
|
Does anyone know of a copy of gameserv that will actually compile properly? Ever copy I get has tons of compilation errors.
Thanks |
|
| Back to top |
|
 |
Trixar_za Eleet

Joined: 10 Dec 2006 Posts: 613 Location: South Africa
|
Posted: Apr 09, 2009 11:48am Post subject: |
|
|
| Which gameserv? Like you get a stand alone version called GameServIRC from sourceforge. Neostats and Anope also have their own copies of GameServ. Could you also please tell me on which *nix your trying to compile it on and which version of that gameserv your using. |
|
| Back to top |
|
 |
HollyW00d Lurker

Joined: 18 Apr 2004 Posts: 202 Location: IRC
|
Posted: Apr 09, 2009 3:23pm Post subject: |
|
|
| It is the GameServ from sourceforge not NeoStats. And I use Fedora Core 7 |
|
| Back to top |
|
 |
chaz Idler

Joined: 15 Jun 2005 Posts: 304
|
Posted: Apr 10, 2009 3:00am Post subject: |
|
|
| (and the error please) |
|
| Back to top |
|
 |
HollyW00d Lurker

Joined: 18 Apr 2004 Posts: 202 Location: IRC
|
Posted: Apr 10, 2009 12:55pm Post subject: |
|
|
g++ -Wall -g -O2 -c tcpclient.cpp
tcpclient.cpp: In function âint main(int, char**)â:
tcpclient.cpp:423: error: expected primary-expression before âelseâ
tcpclient.cpp:423: error: expected `;' before âelseâ
tcpclient.cpp:1006: error: expected `}' at end of input
tcpclient.cpp:1006: error: expected `}' at end of input
tcpclient.cpp:116: error: label âendâ used but not defined
make: *** [tcpclient.o] Error 1
[w00d@Web gameserv-1.3.5]$ |
|
| Back to top |
|
 |
Trixar_za Eleet

Joined: 10 Dec 2006 Posts: 613 Location: South Africa
|
Posted: Apr 10, 2009 1:20pm Post subject: |
|
|
| Try updating g++ and gmake |
|
| Back to top |
|
 |
HollyW00d Lurker

Joined: 18 Apr 2004 Posts: 202 Location: IRC
|
Posted: Apr 10, 2009 8:17pm Post subject: |
|
|
I contacted the developer and he said the P10 was not complete. It will compile properly if you compile it on Unreal.
I will pay anyone to make GameServ work on Nefarious. |
|
| Back to top |
|
 |
Wepa none

Joined: 17 Jun 2008 Posts: 31
|
Posted: Apr 10, 2009 9:36pm Post subject: |
|
|
| Quote: | | I will pay anyone to make GameServ work on Nefarious. |
Damn, talk about desperate! [/quote] |
|
| Back to top |
|
 |
Trixar_za Eleet

Joined: 10 Dec 2006 Posts: 613 Location: South Africa
|
Posted: Apr 11, 2009 8:12am Post subject: |
|
|
| HollyW00d wrote: | I contacted the developer and he said the P10 was not complete. It will compile properly if you compile it on Unreal.
I will pay anyone to make GameServ work on Nefarious. |
It probably won't be so hard to get working since most of the ground work has been completed if you check his code, but it probably has a few bugs to work out. The compile error your getting seems to be caused by a incorrect line of code (423 to be exact) and with proper formatting you could probably get it to work. I say you should play around with the code until it works - that's how I got rid of the annoying /msg GameServ help bug. |
|
| Back to top |
|
 |
HollyW00d Lurker

Joined: 18 Apr 2004 Posts: 202 Location: IRC
|
Posted: Apr 11, 2009 11:20am Post subject: |
|
|
| Well he stopped supporting it years ago he said so Im not sure what to do. |
|
| Back to top |
|
 |
Trixar_za Eleet

Joined: 10 Dec 2006 Posts: 613 Location: South Africa
|
Posted: Apr 11, 2009 12:41pm Post subject: |
|
|
In that case I might setup a test P10 server on my ubuntu partition and play around with the code. Maybe I can get it to work. If I do I'll send you a copy of mine or maybe create a patch - whichever comes first. I probably won't add more to the game or fix any minor bugs, just the major ones that causes crashes or breaks it's P10 support. We'll have to see what I can pull off then  |
|
| Back to top |
|
 |
HollyW00d Lurker

Joined: 18 Apr 2004 Posts: 202 Location: IRC
|
Posted: Apr 11, 2009 1:07pm Post subject: |
|
|
| Ok Trixar I appreciate it. |
|
| Back to top |
|
 |
chaz Idler

Joined: 15 Jun 2005 Posts: 304
|
Posted: Apr 12, 2009 1:50am Post subject: |
|
|
Hollyw00d,
Have left you a pm on your network, one of our devs had a quick look and has hacked up tcpclient to allow it to compile for p10. None of us have tested it, but it's on that account you sent me the other day compiled up. |
|
| Back to top |
|
 |
Trixar_za Eleet

Joined: 10 Dec 2006 Posts: 613 Location: South Africa
|
Posted: Apr 12, 2009 5:41am Post subject: |
|
|
Nice Chaz - tell your dev dude well done - I'm still setting up and modding myself  |
|
| Back to top |
|
 |
chaz Idler

Joined: 15 Jun 2005 Posts: 304
|
Posted: Apr 12, 2009 6:40am Post subject: |
|
|
| He openly admitted there's better ways of doing it but for the sake of making it compile he's done what he could. |
|
| Back to top |
|
 |
|