GNOME Bugzilla – Bug 166701
compile of gst-plugins-0.8.8 fails on solaris 9
Last modified: 2005-09-13 15:37:55 UTC
compile on solaris 9 where stdint.h is not present. The compile fails with following error: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthreads -I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -pipe -mcpu=v9 -mtune=v9 -O2 -MT libgstffmpegcolorspace_la-gstffmpeg.lo -MD -MP -MF .deps/libgstffmpegcolorspace_la-gstffmpeg.Tpo -c gstffmpeg.c -fPIC -DPIC -o .libs/libgstffmpegcolorspace_la-gstffmpeg.o In file included from gstffmpegcolorspace.c:27: ./avcodec.h:14:20: stdint.h: No such file or directory
why was it closed INVALID without any explanation? are you crazy or something?
According to the log (View Bug Activity link below) it was you yourself who closed this bug as INVALID. The reason is probably that you submitted it twice (see bug #166631). This bug was fixed ages ago: 2005-02-08 Tim-Philipp Müller <tim at centricular dot net> * ext/tarkin/mem.h: * ext/tarkin/wavelet.h: * ext/tarkin/yuv.h: * gst/ffmpegcolorspace/avcodec.h: Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that don't have stdint.h, like Solaris9 (fixes #166631). Cheers -Tim *** This bug has been marked as a duplicate of 166631 ***