[Bug 70610] compile error on Solaris 2.6 - `alloca' undeclared

Allan Sandfeld kde at carewolf.com
Fri Jul 16 11:57:23 BST 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=70610      
kde carewolf com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kde carewolf com  2004-07-16 12:57 -------
CVS commit by carewolf: 

Check for alloca.h
CCMAIL:70610-done bugs kde org


  M +1 -1      configure.in.in   1.55
  M +2 -0      xine_artsplugin/tools/thumbnail/videoscaler.cpp   1.4


--- kdemultimedia/configure.in.in  #1.54:1.55
 @ -4,5 +4,5  @
 AC_HEADER_DIRENT
 AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h features.h linux/awe_voice.h awe_voice.h /usr/src/sys/i386/isa/sound/awe_voice.h /usr/src/sys/gnu/i386/isa/sound/awe_voice.h linux/ucdrom.h sys/stdtypes.h sys/filio.h sys/audioio.h Alib.h sys/sem.h string.h getopt.h machine/endian.h sys/awe_voice.h)
+AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h features.h alloca.h linux/awe_voice.h awe_voice.h /usr/src/sys/i386/isa/sound/awe_voice.h /usr/src/sys/gnu/i386/isa/sound/awe_voice.h linux/ucdrom.h sys/stdtypes.h sys/filio.h sys/audioio.h Alib.h sys/sem.h string.h getopt.h machine/endian.h sys/awe_voice.h)
 
 dnl First, setup HAVE_LINUX_CDROM_H.

--- kdemultimedia/xine_artsplugin/tools/thumbnail/videoscaler.cpp  #1.3:1.4
 @ -18,4 +18,6  @
 #include <pthread.h>
 
+#include <config.h>
+
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>



More information about the kde-multimedia mailing list