f /bin/sh ../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include
-I/usr/lib/qt/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -D_REENTRANT
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
-Wwrite-strings -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new
-fno-common -MT resizablecombo.lo -MD -MP -MF
".deps/resizablecombo.Tpo" -c -o resizablecombo.lo
resizablecombo.cpp; \
then mv -f ".deps/resizablecombo.Tpo"
".deps/resizablecombo.Plo"; else rm -f
".deps/resizablecombo.Tpo"; exit 1; fi
resizablecombo.cpp: In member function `void
TextPixmapLabel::setTextPixmap(const QString&)':
resizablecombo.cpp:86: error: `alloca' undeclared (first use
this function)
resizablecombo.cpp:86: error: (Each undeclared identifier is
reported only once
for each function it appears in.)
make[2]: *** [resizablecombo.lo] Error 1
Logged In: YES
user_id=841597
you are right! Actually the problem is GCC which automatically
includes alloca.h, so I didn't noticed the implicit inclusion.
Not other people complained about it, so may be noone else notices
this too. You many include alloca.h for yourself obviously.