• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling TFS 0.3.6pl1.r101 on Ubuntu || How to ignore warnings

leonmagmo

New Member
Joined
Mar 17, 2009
Messages
82
Reaction score
3
Hello guys

My sources are already compiled in windows, but now I am moving to linux VPS and with the same sources it do not compile.

Here is the last message and the warning:
http://pastebin.com/i5C5u6Qs

I compile with the commands:
Code:
./autogen.sh && ./configure --enable-mysql --enable-server-diag && make clean && make

And I gave 777 permissions to the sources folder.

There is a way to linux compiler avoid warnings the same way dev-cpp on windows do ?
Thanks
 
my friend compiled to me, but now we are with this problem:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using │
│ password: YES)

anyone? :x
we are using ubunto 7.12.0.4
 
Back
Top