View Single Post
  #35  
Old 11th February 2010, 05:45
pennst26's Avatar
pennst26 pennst26 is offline
Member
 
Join Date: Feb 2010
P2P
Posts: 6
Default need some help please (error on make)
Code:
Now type `make' to compile.
debian:/site/hh/xbtt/build/xbtt# make
make  all-recursive
make[1]: Entering directory `/site/hh/xbtt/build/xbtt'
Making all in src
make[2]: Entering directory `/site/hh/xbtt/build/xbtt/src'
Making all in misc
make[3]: Entering directory `/site/hh/xbtt/build/xbtt/src/misc'
Making all in sql
make[4]: Entering directory `/site/hh/xbtt/build/xbtt/src/misc/sql'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../ -I../../    -g -O2 -I/usr/include/mysql  -DBIG_JOINS=1 -fPIC -funroll-loops -fexpensive-optimizations -O3 -MT database.lo -MD -MP -MF .deps/database.Tpo -c -o database.lo database.cpp
 g++ -DHAVE_CONFIG_H -I. -I../../.. -I../ -I../../ -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -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 `/site/hh/xbtt/build/xbtt/src/misc/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/site/hh/xbtt/build/xbtt/src/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/site/hh/xbtt/build/xbtt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/site/hh/xbtt/build/xbtt'
make: *** [all] Error 2
anyone know a fix for this?
I had xbtt running from src before, but this one in this rls is slightly different. It has added tables etc and the older one doesn't start up with gazelle.

That aside, how can I fix this error on debian 5.04
Reply With Quote