Search found 6 matches

by YellowShadow
26 Nov 2008, 08:42
Forum: TMW Classic
Topic: Compiling Account Server - Linker Errors
Replies: 0
Views: 802

Compiling Account Server - Linker Errors

Hey guys, I'm trying to compile the Account Server in Windows using Code Blocks and MinGW. When it comes to linking the account server, I get some linker errors. I'm guessing that the linker errors have something to do with libcrypto. I'm using Crush's library collection that I found on the forums t...
by YellowShadow
19 Nov 2008, 01:39
Forum: TMW Classic
Topic: Compiling Server and Getting Admin Site Running
Replies: 6
Views: 2049

Re: Compiling Server and Getting Admin Site Running

I get some new errors when compiling the accountserver.

http://pastebin.com/m2ffa93b9

Can anyone help?
by YellowShadow
16 Nov 2008, 16:43
Forum: TMW Classic
Topic: Compiling Server and Getting Admin Site Running
Replies: 6
Views: 2049

Re: Compiling Server and Getting Admin Site Running

I ran into another problem. When I execute the createTables.sql thing I get this error: SQL query: INSERT INTO tmw_world_states VALUES ( 'accountserver_startup', NULL , NULL , 1226042339 ); MySQL said: Documentation #1048 - Column 'value' cannot be null And it doesn't finish creating all the tables....
by YellowShadow
16 Nov 2008, 07:37
Forum: TMW Classic
Topic: Compiling Server and Getting Admin Site Running
Replies: 6
Views: 2049

Compiling Server and Getting Admin Site Running

Hey guys, I've been trying to figure out how to compile the server and install and run the admin site. I just finished getting the git repository all over again so I have a fresh clean code checkout to work with. Is there an easy way to get all the dependencies for the server so I won't have to go h...