Page 1 of 1

Problem compiling TMW server

Posted: 30 Jul 2009, 14:40
by Ablankzin
I'm trying to compile tmw server on windows using Code::Blocks

and i get this linker error

Image

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 15:26
by Jaxad0127
I've pushed a fix for that.

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 17:23
by Ablankzin
Thx for help.

I need another help.

I try to compile the accountserver and get this error

Code: Select all

||=== TMWServ Accountserver, default ===|
ld.exe||cannot find -lcrypto|
||=== Build finished: 1 errors, 0 warnings ===|
but if i remove crypto from linker, it run. Have problem?

Sorry my bad english.

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 18:15
by Matt
Just install that cryptolib.

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 18:46
by Ablankzin
Ok thanks.

And one last(i wait) question:

Where i found the database for tmw server? The s3db ou de db file that the account server acept.

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 19:03
by Turmfalke

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 19:47
by Ablankzin
I can enter in tmw server using the normal client that i enter in eathena server?

Thx for help i put the server online!!!!!! :D

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 20:05
by Turmfalke
./configure --with-server=tmwserv

Re: Problem compiling TMW server

Posted: 30 Jul 2009, 20:21
by Jaxad0127
Ablankzin wrote:I can enter in tmw server using the normal client that i enter in eathena server?

Thx for help i put the server online!!!!!! :D
No. You'll need to build it specially, as Turmfalke said:
Turmfalke wrote:./configure --with-server=tmwserv
We're working on making it one binary.

Re: Problem compiling TMW server

Posted: 31 Jul 2009, 00:28
by Ablankzin
I'm using the same post if not have problem!

I try to compile the client to TMWServer

but i get these erros:
Image


I compile in new code::blocks, only with tmwlibs pack :)