After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166701 - compile of gst-plugins-0.8.8 fails on solaris 9
compile of gst-plugins-0.8.8 fails on solaris 9
Status: RESOLVED DUPLICATE of bug 166631
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.8
Other Solaris
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-08 18:26 UTC by devsk
Modified: 2005-09-13 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description devsk 2005-02-08 18:26:38 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
Comment 1 devsk 2005-08-29 15:57:56 UTC
why was it closed INVALID without any explanation? are you crazy or something?
Comment 2 Tim-Philipp Müller 2005-09-13 15:37:55 UTC
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 ***