View Single Post
  #50  
Old 4th October 2013, 17:23
hatijahat hatijahat is offline
Senior Member
 
Join Date: Dec 2012
Malaysia
Posts: 43
Default
i'm stuck at this.. can anyone help me pls..

Code:
"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../ -I../../ -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX -DUNIV_LINUX -DEPOLL -funroll-loops -fexpensive-optimizations -O3 -MT database.lo -MD -MP -MF .deps/database.Tpo -c database.cpp  -fPIC -DPIC -o .libs/database.o
In file included from database.h:8,
                 from database.cpp:2:
sql_result.h: In member function 'long long int Csql_field::i(long long int) const':
sql_result.h:70: error: 'atoll' was not declared in this scope
make[4]: *** [database.lo] Error 1
make[4]: Leaving directory `/var/www/xbtt/build/xbtt/src/misc/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/www/xbtt/build/xbtt/src/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/www/xbtt/build/xbtt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/www/xbtt/build/xbtt'
make: *** [all] Error 2

Last edited by joeroberts; 5th October 2013 at 03:05. Reason: use code tag please
Reply With Quote