[Gambas-user] New libtool make error

Laurent Carlier lordheavym at ...626...
Thu Aug 13 14:33:33 CEST 2009


Le mardi 11 août 2009 23:00:26 Dr. Diesel, vous avez écrit :
> Not sure what has changed, gambas3 (via svn) compiled just fine about a
> week ago (no libtool update).  Today I updated to latest svn and now I
> receive this make error:
>
> /bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
> -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/include/QtCore
> -I/usr/include/QtGui -I/usr/include/Qt3Support -I/usr/include/QtNetwork
> -I/usr/include/QtSql   -I../share -I../src/share   -DGB_QT_COMPONENT -pipe
> -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os  -MT
> gb_qt4_la-CSplitter.lo -MD -MP -MF .deps/gb_qt4_la-CSplitter.Tpo -c -o
> gb_qt4_la-CSplitter.lo `test -f 'CSplitter.cpp' || echo './'`CSplitter.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DQT3_SUPPORT -DQT_SHARED
> -DQT3_SUPPORT -I/usr/include/QtCore -I/usr/include/QtGui
> -I/usr/include/Qt3Support -I/usr/include/QtNetwork -I/usr/include/QtSql
> -I../share -I../src/share -DGB_QT_COMPONENT -pipe -Wall -Wno-unused-value
> -fsigned-char -fvisibility=hidden -g -Os -MT gb_qt4_la-CSplitter.lo -MD -MP
> -MF .deps/gb_qt4_la-CSplitter.Tpo -c CSplitter.cpp  -fPIC -DPIC -o
> .libs/gb_qt4_la-CSplitter.o
> CSplitter.cpp: In function ‘void CSPLITTER_layout(void*, void*)’:
> CSplitter.cpp:115: error: ‘sprintf’ was not declared in this scope
> make[5]: *** [gb_qt4_la-CSplitter.lo] Error 1
> make[5]: Leaving directory `/home/andy/trunk/gb.qt4/src'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/home/andy/trunk/gb.qt4/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/andy/trunk/gb.qt4'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/andy/trunk/gb.qt4'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/andy/trunk'
> make: *** [all] Error 2
> [andy at ...40... trunk]$
>
> [root at ...40... ~]# uname -a
> Linux localhost.localdomain 2.6.29.6-213.fc11.i586 #1 SMP Tue Jul 7
> 20:45:17 EDT 2009 i686 i686 i386 GNU/Linux
> [root at ...40... ~]# rpm -qa|grep libtool
> libtool-2.2.6-11.fc11.i586
> libtool-ltdl-2.2.6-11.fc11.i586
> [root at ...40... ~]#
>
>
> I have attached my ./configure -C dump as well as the configure script
> generated in the main directory.
>
> Thanks
> Andy

Should be fix in rev #2234. Thanks for the report.

++




More information about the User mailing list