Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] spells that fail with gcc 3.4.0

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: Source Mage - Discuss <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] spells that fail with gcc 3.4.0
  • Date: Sun, 13 Jun 2004 21:21:24 +0000

Guess I'll recast all the failed ones except for the confirmed gcc 3.4.0
problems as it seems my coreutils had a problem somewhere and was
causing the libintl problem.

CuZnDragon
Robin Cook

On Sun, 2004-06-13 at 20:35 +0000, Robin Cook wrote:
> > These work for me with gcc 3.4:
> > > gstreamer
>
> Looks like this one is related to gettext. I get this error even though
> I select no on the gtk-doc option.
>
> gcc -o .libs/gstreamer-scan .libs/gstreamer-scan.o ../../gst/.libs/
> libgstreamer-0.8.so /usr/lib/libxml2.so -lz -lm /usr/lib/libgobject-2.0.
> so /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libgmodule-2.0.so -
> ldl /usr/lib/libglib-2.0.so /usr/lib/libpopt.so
> creating gstreamer-scan
>
> (process:9942): GStreamer-CRITICAL **: file gstpad.c: line 3613
> (gst_pad_template_new): assertion `caps != NULL' failed
>
> (process:9942): GStreamer-CRITICAL **: file gstelement.c: line 1415
> (gst_element_class_add_pad_template): assertion `GST_IS_PAD_TEMPLATE
> (templ)' failed
>
> ** (process:9942): CRITICAL **: Could not parse caps: length 2695,
> content: image/jpeg, framerate=(double)[ 0, 1.7976931348623157e+308 ],
> width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0,
> 255 ], pixel_height=(int)[ 0, 255 ]; video/mpeg, systemstream=(boolean)
> false, mpegversion=(boolean){ true, 4, 1, 2 }, framerate=(double)[ 0,
> 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)[ 16,
> 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ];
> video/x-3ivx, framerate=(double)[ 0, 1.7976931348623157e+308 ], width=
> (int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0,
> 255 ], pixel_height=(int)[ 0, 255 ]; video/x-cinepak, framerate=(double)
> [ 0, 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)
> [ 16, 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ];
> video/x-divx, divxversion=(int){ 5, 4, 3 }, width=(int)[ 16, 4096 ],
> height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=
> (int)[ 0, 255 ], framerate=(double)[ 0, 1.7976931348623157e+308 ];
> video/x-dv, systemstream=(boolean)false, framerate=(double)[ 0,
> 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)[ 16,
> 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ];
> video/x-h263, framerate=(double)[ 0, 1.7976931348623157e+308 ], width=
> (int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0,
> 255 ], pixel_height=(int)[ 0, 255 ]; video/x-huffyuv, framerate=(double)
> [ 0, 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)
> [ 16, 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ];
> video/x-jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
> pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ], framerate=
> (double)[ 0, 1.7976931348623157e+308 ]; video/x-msmpeg, msmpegversion=
> (int){ 41, 42, 43 }, framerate=(double)[ 0, 1.7976931348623157e+308 ],
> width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0,
> 255 ], pixel_height=(int)[ 0, 255 ]; video/x-msvideocodec,
> msvideoversion=(int)1, framerate=(double)[ 0, 1.7976931348623157e+308 ],
> width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0,
> 255 ], pixel_height=(int)[ 0, 255 ]; video/x-raw-yuv, format=(fourcc)
> { YV12, YUY2, I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
> pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ], framerate=
> (double)[ 0, 1.7976931348623157e+308 ]; video/x-wmv, wmvversion=(int)
> { 1, 2 }, framerate=(double)[ 0, 1.7976931348623157e+308 ], width=(int)
> [ 16, 4096 ], height=(int)[ 16, 4096 ], pixel_width=(int)[ 0, 255 ],
> pixel_height=(int)[ 0, 255 ]; video/x-xvid, framerate=(double)[ 0,
> 1.7976931348623157e+308 ], width=(int)[ 16, 4096 ], height=(int)[ 16,
> 4096 ], pixel_width=(int)[ 0, 255 ], pixel_height=(int)[ 0, 255 ]
>
>
> (process:9942): GStreamer-CRITICAL **: file gstpad.c: line 3613
> (gst_pad_template_new): assertion `caps != NULL' failed
>
> (process:9942): GStreamer-CRITICAL **: file gstelementfactory.c: line
> 349 (__gst_element_factory_add_pad_template): assertion `templ != NULL'
> failed
> if test "x../.." != "x../.."; \
> then \
> export BUILT_OPTIONS="--source-dir=../../gst"; \
> fi; \
> gtkdoc-scan \
> \
> --module=gstreamer \
> --source-dir=../../gst \
> $BUILT_OPTIONS \
> --ignore-headers="gettext.h gst-i18n-lib.h gst-i18n-app.h
> gst_private.h gstatomic_impl.h gstdata_private.h gstarch.h cothreads.h
> cothreads_compat.h gthread-cothreads.h types.h grammar.tab.h gstmarshal.
> h gstaggregator.h gstbufferstore.h gstfakesink.h gstfakesrc.h gstfdsink.
> h gstfdsrc.h gstfilesink.h gstfilesrc.h gstidentity.h gstmd5sink.h
> gstmultifilesrc.h gstpipefilter.h gstshaper.h gststatistics.h gsttee.h
> gsttypefindelement.h gstspider.h gstspideridentity.h gstsearchfuncs.h
> gstxmlregistry.h"
> touch scan-build.stamp
> true: error while loading shared libraries: libintl.so.2: cannot open
> shared object file: No such file or directory
> make[4]: *** [gstreamer-decl.txt] Error 127
> make[4]: Leaving directory `/usr/src/gstreamer-0.8.3/docs/gst'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/usr/src/gstreamer-0.8.3/docs'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/gstreamer-0.8.3'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/src/gstreamer-0.8.3'
>
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page