Issue information

Issue ID
#4989
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Jul 4, 2011 7:21
Last Post
Hercules Elf Bot
Jul 4, 2011 7:21
Confirmation
N/A

Hercules Elf Bot - Jul 4, 2011 7:21

Originally posted by [b]XtremistAkaSwapnil123[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4989

I m using 64 bit Cent OS cloud vps

and I m getting this error after I try to make sql


CODE
make[1]: Entering directory `/root/root/new/latesttrunk/src/login'
test -d obj_sql || mkdir obj_sql
gcc44 -fPIC -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -Wno-pointer-sign -Wno-switch -DHAVE_SETRLIMIT -DHAVE_STRNLEN -Wno-unused -Wno-parentheses -DHAVE_MONOTONIC_CLOCK -I../../3rdparty/mt19937ar -DWITH_SQL -I/usr/include/mysql  -I../common -I/usr/include -c -o obj_sql/login.o login.c
login.c:1738: error: expected identifier or â(â before â<<â token
login.c:1756: error: expected identifier or â(â before â==â token
login.c:1775: error: expected identifier or â(â before â>>â token
make[1]: *** [obj_sql/login.o] Error 1
make[1]: Leaving directory `/root/root/new/latesttrunk/src/login'
make: *** [login_sql] Error 2


I just updated to latest trunk ie.14884 from 14833

and i dont get this error in 14833

and i m using this CC=gcc44 CFLAGS="-fPIC" while configuring.