Le 03/06/2010 20:42, Warren Young a écrit :
> At long last, 3.1.0 is here.
Hi,
First I must apologize for the long delay and for not have test the
build before the finale version.
Building with gcc 4.4.4 fail:
g++ -c -o test_array_index_array_index.o -Ilib -pthread
-I/usr/include/mysql -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
-mtune=generic ./test/array_index.cpp
./ssx/genv2.cpp: In function 'bool generate_ssqls2(const char*, const
ParseV2*)':
./ssx/genv2.cpp:70: error: 'strcmp' was not declared in this scope
make: *** [ssqlsxlat_genv2.o] Error 1
Trival patch (add string.h) attached.
Regards,
remi
Attachment: [text/x-patch] mysql++-gcc.patch