gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +81 -25
- data/ext/gstreamer/rbgst-element-factory.c +61 -0
- data/ext/gstreamer/rbgst.c +50 -5
- data/ext/gstreamer/rbgst.h +26 -0
- data/lib/1.9/gstreamer.so +0 -0
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/gst.rb +51 -5
- data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
- data/lib/gst/caps.rb +25 -0
- data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
- data/lib/gst/element-factory.rb +35 -0
- data/lib/gst/element.rb +5 -0
- data/lib/gst/plugin-feature.rb +24 -0
- data/lib/gst/registry.rb +30 -0
- data/lib/gst/structure.rb +28 -0
- data/sample/gst-inspect.rb +478 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libspeex-1.dll +0 -0
- data/vendor/local/bin/libspeexdsp-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/speexdec.exe +0 -0
- data/vendor/local/bin/speexenc.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/FLAC/all.h +3 -2
- data/vendor/local/include/FLAC/assert.h +2 -1
- data/vendor/local/include/FLAC/callback.h +2 -1
- data/vendor/local/include/FLAC/export.h +14 -8
- data/vendor/local/include/FLAC/format.h +14 -1
- data/vendor/local/include/FLAC/metadata.h +3 -2
- data/vendor/local/include/FLAC/ordinals.h +20 -14
- data/vendor/local/include/FLAC/stream_decoder.h +2 -1
- data/vendor/local/include/FLAC/stream_encoder.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
- data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
- data/vendor/local/include/jconfig.h +8 -0
- data/vendor/local/include/jerror.h +2 -2
- data/vendor/local/include/jmorecfg.h +26 -7
- data/vendor/local/include/jpeglib.h +22 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
- data/vendor/local/include/ogg/config_types.h +5 -5
- data/vendor/local/include/sqlite3.h +7338 -0
- data/vendor/local/include/sqlite3ext.h +487 -0
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +41 -0
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libFLAC.la +4 -4
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +41 -0
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +4 -4
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +4 -4
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcheck-1.0.la +4 -4
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +4 -4
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +4 -4
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +4 -4
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +4 -4
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +4 -4
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +4 -4
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +4 -4
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +4 -4
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +41 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libogg.la +2 -2
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.la +41 -0
- data/vendor/local/lib/libspeex.a +0 -0
- data/vendor/local/lib/libspeex.dll.a +0 -0
- data/vendor/local/lib/libspeexdsp.a +0 -0
- data/vendor/local/lib/libspeexdsp.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +41 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbis.la +2 -2
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.la +2 -2
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.la +2 -2
- data/vendor/local/lib/pkgconfig/flac.pc +5 -3
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +6 -4
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +2 -2
- data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
- data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
- data/vendor/local/share/aclocal/ogg.m4 +1 -1
- data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
- data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
- data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
- data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
- data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
- data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
- data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/libogg/framing.html +429 -0
- data/vendor/local/share/doc/libogg/index.html +105 -0
- data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
- data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
- data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
- data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
- data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
- data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
- data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
- data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
- data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
- data/vendor/local/share/doc/libogg/packets.png +0 -0
- data/vendor/local/share/doc/libogg/pages.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
- data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
- data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
- data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
- data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
- data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
- data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
- data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +78 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +109 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +14 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
- data/vendor/local/share/license/flac/AUTHORS +3 -2
- data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
- data/vendor/local/share/license/gstreamer/COPYING +2 -2
- data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
- data/vendor/local/share/license/libav/LICENSE +38 -18
- data/vendor/local/share/license/libsoup/AUTHORS +13 -0
- data/vendor/local/share/license/libsoup/COPYING +481 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +49 -8
- data/vendor/local/share/man/man1/flac.1 +65 -10
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
- data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
- data/vendor/local/share/man/man1/metaflac.1 +5 -4
- data/vendor/local/share/man/man1/sqlite3.1 +229 -0
- metadata +865 -838
- data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-8.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
- data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
- data/vendor/local/lib/libFLAC.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
- data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
- data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
- data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
- data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
- data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
- data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
- data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
- data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
- data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
- data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
- data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
- data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
- data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
- data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
- data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
- data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
- data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
- data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
- data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
- data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
- data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
- data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
- data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
- data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
- data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
- data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
- data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
- data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
- data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
- data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
- data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
- data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
- data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
- data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
- data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -1,68 +0,0 @@
|
|
1
|
-
# This is a shell script that calls functions and scripts from
|
2
|
-
# tml@iki.fi's personal work environment. It is not expected to be
|
3
|
-
# usable unmodified by others, and is included only for reference.
|
4
|
-
|
5
|
-
MOD=libxml2
|
6
|
-
VER=2.9.0
|
7
|
-
REV=1
|
8
|
-
ARCH=win32
|
9
|
-
|
10
|
-
THIS=${MOD}_${VER}-${REV}_${ARCH}
|
11
|
-
|
12
|
-
RUNZIP=${THIS}.zip
|
13
|
-
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
|
14
|
-
|
15
|
-
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
|
16
|
-
TARGET=/devel/target/$HEX
|
17
|
-
|
18
|
-
# I on purpose don't pass any pointer to either GNU libiconv or
|
19
|
-
# win-iconv because I don't want libxml2 API to require <iconv.h> and
|
20
|
-
# use iconv_t, as I can't know which implementation of iconv various
|
21
|
-
# code that third parties might build against my build of libxml2 will
|
22
|
-
# use anyway. I wonder if this makes sense?
|
23
|
-
|
24
|
-
# Otherwise I would do:
|
25
|
-
# WIN_ICONV=`latest --arch=${ARCH} win-iconv`
|
26
|
-
# and then pass a pointer to that with --with-iconv
|
27
|
-
|
28
|
-
ZLIB=`latest --arch=${ARCH} zlib`
|
29
|
-
|
30
|
-
usedev
|
31
|
-
usewinsdk52
|
32
|
-
|
33
|
-
(
|
34
|
-
|
35
|
-
set -x
|
36
|
-
|
37
|
-
lt_cv_deplibs_check_method='pass_all' \
|
38
|
-
CC='gcc' \
|
39
|
-
LDFLAGS="-Wl,--enable-auto-image-base" \
|
40
|
-
CFLAGS=-O2 \
|
41
|
-
./configure \--disable-static \
|
42
|
-
--without-iconv \
|
43
|
-
--without-modules \
|
44
|
-
--with-zlib=/devel/dist/${ARCH}/${ZLIB} \
|
45
|
-
--prefix=$TARGET &&
|
46
|
-
make -j4 install &&
|
47
|
-
|
48
|
-
(cd $TARGET &&
|
49
|
-
|
50
|
-
zip /tmp/$RUNZIP bin/libxml2-2.dll &&
|
51
|
-
|
52
|
-
(echo EXPORTS
|
53
|
-
link -dump -exports bin/libxml2-2.dll | grep -E '^ *[1-9][0-9]* *[0-9A-F][0-9A-F]* [0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F] ' | sed -e 's/^ *[^ ][^ ]* *[^ ][^ ]* ........ //' -e 's/ =.*//') >lib/libxml2.def &&
|
54
|
-
lib -machine:X86 -def:lib/libxml2.def -name:libxml2-2.dll -out:lib/libxml2.lib &&
|
55
|
-
|
56
|
-
# Leave out xml2-config, the .pc file is better
|
57
|
-
zip /tmp/$DEVZIP bin/*.exe &&
|
58
|
-
zip -r -D /tmp/$DEVZIP include &&
|
59
|
-
zip /tmp/$DEVZIP lib/libxml2.{def,lib,dll.a} &&
|
60
|
-
zip /tmp/$DEVZIP lib/pkgconfig/libxml-2.0.pc &&
|
61
|
-
zip -r -D /tmp/$DEVZIP share
|
62
|
-
|
63
|
-
)
|
64
|
-
|
65
|
-
) 2>&1 | tee /devel/src/dieterv/packaging/$THIS.log
|
66
|
-
|
67
|
-
(cd /devel && zip /tmp/$DEVZIP src/dieterv/packaging/$THIS.{sh,log}) &&
|
68
|
-
manifestify /tmp/$RUNZIP /tmp/$DEVZIP
|
@@ -1,248 +0,0 @@
|
|
1
|
-
++ CC='gcc -mtune=pentium3 -mthreads'
|
2
|
-
++ CFLAGS=-O2
|
3
|
-
++ ./configure --disable-static --prefix=c:/devel/target/49541e7873c72f7e625ac89c1be10bb5
|
4
|
-
checking build system type... i686-pc-mingw32
|
5
|
-
checking host system type... i686-pc-mingw32
|
6
|
-
checking target system type... i686-pc-mingw32
|
7
|
-
checking for a BSD-compatible install... /opt/local/bin/install -c
|
8
|
-
checking whether build environment is sane... yes
|
9
|
-
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
10
|
-
checking for gawk... gawk
|
11
|
-
checking whether make sets $(MAKE)... yes
|
12
|
-
checking for style of include used by make... GNU
|
13
|
-
checking for gcc... gcc -mtune=pentium3 -mthreads
|
14
|
-
checking whether the C compiler works... yes
|
15
|
-
checking for C compiler default output file name... a.exe
|
16
|
-
checking for suffix of executables... .exe
|
17
|
-
checking whether we are cross compiling... no
|
18
|
-
checking for suffix of object files... o
|
19
|
-
checking whether we are using the GNU C compiler... yes
|
20
|
-
checking whether gcc -mtune=pentium3 -mthreads accepts -g... yes
|
21
|
-
checking for gcc -mtune=pentium3 -mthreads option to accept ISO C89... none needed
|
22
|
-
checking dependency style of gcc -mtune=pentium3 -mthreads... gcc3
|
23
|
-
checking for function prototypes... yes
|
24
|
-
checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -E
|
25
|
-
checking for grep that handles long lines and -e... /bin/grep
|
26
|
-
checking for egrep... /bin/grep -E
|
27
|
-
checking for ANSI C header files... yes
|
28
|
-
checking for sys/types.h... yes
|
29
|
-
checking for sys/stat.h... yes
|
30
|
-
checking for stdlib.h... yes
|
31
|
-
checking for string.h... yes
|
32
|
-
checking for memory.h... yes
|
33
|
-
checking for strings.h... yes
|
34
|
-
checking for inttypes.h... yes
|
35
|
-
checking for stdint.h... yes
|
36
|
-
checking for unistd.h... yes
|
37
|
-
checking for string.h... (cached) yes
|
38
|
-
checking whether to enable maintainer-specific portions of Makefiles... no
|
39
|
-
checking for gcc... (cached) gcc -mtune=pentium3 -mthreads
|
40
|
-
checking whether we are using the GNU C compiler... (cached) yes
|
41
|
-
checking whether gcc -mtune=pentium3 -mthreads accepts -g... (cached) yes
|
42
|
-
checking for gcc -mtune=pentium3 -mthreads option to accept ISO C89... (cached) none needed
|
43
|
-
checking dependency style of gcc -mtune=pentium3 -mthreads... (cached) gcc3
|
44
|
-
checking for gcc -mtune=pentium3 -mthreads option to accept ISO C99... -std=gnu99
|
45
|
-
checking for gcc -mtune=pentium3 -mthreads -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
|
46
|
-
checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -E
|
47
|
-
checking whether make sets $(MAKE)... (cached) yes
|
48
|
-
checking whether ln -s works... yes
|
49
|
-
checking if LD -Wl,--version-script works... yes
|
50
|
-
checking for function prototypes... yes
|
51
|
-
checking stddef.h usability... yes
|
52
|
-
checking stddef.h presence... yes
|
53
|
-
checking for stddef.h... yes
|
54
|
-
checking for stdlib.h... (cached) yes
|
55
|
-
checking locale.h usability... yes
|
56
|
-
checking locale.h presence... yes
|
57
|
-
checking for locale.h... yes
|
58
|
-
checking for string.h... (cached) yes
|
59
|
-
checking for size_t... yes
|
60
|
-
checking for type unsigned char... yes
|
61
|
-
checking for type unsigned short... yes
|
62
|
-
checking for type void... yes
|
63
|
-
checking for an ANSI C-conforming const... yes
|
64
|
-
checking for inline... __inline__
|
65
|
-
checking for broken incomplete types... ok
|
66
|
-
checking for short external names... ok
|
67
|
-
checking to see if char is signed... yes
|
68
|
-
checking to see if right shift is signed... yes
|
69
|
-
checking to see if fopen accepts b spec... yes
|
70
|
-
checking for as... as
|
71
|
-
checking for dlltool... dlltool
|
72
|
-
checking for objdump... objdump
|
73
|
-
checking for a sed that does not truncate output... /bin/sed
|
74
|
-
checking for fgrep... /bin/grep -F
|
75
|
-
checking for ld used by gcc -mtune=pentium3 -mthreads -std=gnu99... c:/opt/mingw/mingw32/bin/ld.exe
|
76
|
-
checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
|
77
|
-
checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
|
78
|
-
checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
|
79
|
-
checking the maximum length of command line arguments... 8192
|
80
|
-
checking whether the shell understands some XSI constructs... yes
|
81
|
-
checking whether the shell understands "+="... yes
|
82
|
-
checking for c:/opt/mingw/mingw32/bin/ld.exe option to reload object files... -r
|
83
|
-
checking for objdump... (cached) objdump
|
84
|
-
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
|
85
|
-
checking for ar... ar
|
86
|
-
checking for strip... strip
|
87
|
-
checking for ranlib... ranlib
|
88
|
-
checking command to parse /opt/mingw/bin/nm output from gcc -mtune=pentium3 -mthreads -std=gnu99 object... ok
|
89
|
-
checking for dlfcn.h... no
|
90
|
-
checking for objdir... .libs
|
91
|
-
checking if gcc -mtune=pentium3 -mthreads -std=gnu99 supports -fno-rtti -fno-exceptions... no
|
92
|
-
checking for gcc -mtune=pentium3 -mthreads -std=gnu99 option to produce PIC... -DDLL_EXPORT -DPIC
|
93
|
-
checking if gcc -mtune=pentium3 -mthreads -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works... yes
|
94
|
-
checking if gcc -mtune=pentium3 -mthreads -std=gnu99 static flag -static works... yes
|
95
|
-
checking if gcc -mtune=pentium3 -mthreads -std=gnu99 supports -c -o file.o... yes
|
96
|
-
checking if gcc -mtune=pentium3 -mthreads -std=gnu99 supports -c -o file.o... (cached) yes
|
97
|
-
checking whether the gcc -mtune=pentium3 -mthreads -std=gnu99 linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
|
98
|
-
checking whether -lc should be explicitly linked in... yes
|
99
|
-
checking dynamic linker characteristics... Win32 ld.exe
|
100
|
-
checking how to hardcode library paths into programs... immediate
|
101
|
-
checking whether stripping libraries is possible... yes
|
102
|
-
checking if libtool supports shared libraries... yes
|
103
|
-
checking whether to build shared libraries... yes
|
104
|
-
checking whether to build static libraries... no
|
105
|
-
checking libjpeg version number... 8:0
|
106
|
-
configure: creating ./config.status
|
107
|
-
config.status: creating Makefile
|
108
|
-
config.status: creating jconfig.h
|
109
|
-
config.status: executing depfiles commands
|
110
|
-
config.status: executing libtool commands
|
111
|
-
++ make install
|
112
|
-
CC jaricom.lo
|
113
|
-
CC jcapimin.lo
|
114
|
-
CC jcapistd.lo
|
115
|
-
CC jcarith.lo
|
116
|
-
CC jccoefct.lo
|
117
|
-
CC jccolor.lo
|
118
|
-
CC jcdctmgr.lo
|
119
|
-
CC jchuff.lo
|
120
|
-
CC jcinit.lo
|
121
|
-
CC jcmainct.lo
|
122
|
-
CC jcmarker.lo
|
123
|
-
CC jcmaster.lo
|
124
|
-
CC jcomapi.lo
|
125
|
-
CC jcparam.lo
|
126
|
-
CC jcprepct.lo
|
127
|
-
CC jcsample.lo
|
128
|
-
CC jctrans.lo
|
129
|
-
CC jdapimin.lo
|
130
|
-
CC jdapistd.lo
|
131
|
-
CC jdarith.lo
|
132
|
-
CC jdatadst.lo
|
133
|
-
CC jdatasrc.lo
|
134
|
-
CC jdcoefct.lo
|
135
|
-
CC jdcolor.lo
|
136
|
-
CC jddctmgr.lo
|
137
|
-
CC jdhuff.lo
|
138
|
-
CC jdinput.lo
|
139
|
-
CC jdmainct.lo
|
140
|
-
CC jdmarker.lo
|
141
|
-
CC jdmaster.lo
|
142
|
-
CC jdmerge.lo
|
143
|
-
CC jdpostct.lo
|
144
|
-
CC jdsample.lo
|
145
|
-
CC jdtrans.lo
|
146
|
-
CC jerror.lo
|
147
|
-
CC jfdctflt.lo
|
148
|
-
CC jfdctfst.lo
|
149
|
-
CC jfdctint.lo
|
150
|
-
CC jidctflt.lo
|
151
|
-
CC jidctfst.lo
|
152
|
-
CC jidctint.lo
|
153
|
-
CC jquant1.lo
|
154
|
-
CC jquant2.lo
|
155
|
-
CC jutils.lo
|
156
|
-
CC jmemmgr.lo
|
157
|
-
CC jmemnobs.lo
|
158
|
-
CCLD libjpeg.la
|
159
|
-
Creating library file: .libs/libjpeg.dll.a
|
160
|
-
CC cjpeg.o
|
161
|
-
CC rdppm.o
|
162
|
-
CC rdgif.o
|
163
|
-
CC rdtarga.o
|
164
|
-
CC rdrle.o
|
165
|
-
CC rdbmp.o
|
166
|
-
CC rdswitch.o
|
167
|
-
CC cdjpeg.o
|
168
|
-
CCLD cjpeg.exe
|
169
|
-
CC djpeg.o
|
170
|
-
CC wrppm.o
|
171
|
-
CC wrgif.o
|
172
|
-
CC wrtarga.o
|
173
|
-
CC wrrle.o
|
174
|
-
CC wrbmp.o
|
175
|
-
CC rdcolmap.o
|
176
|
-
CCLD djpeg.exe
|
177
|
-
CC jpegtran.o
|
178
|
-
CC transupp.o
|
179
|
-
CCLD jpegtran.exe
|
180
|
-
CC rdjpgcom.o
|
181
|
-
CCLD rdjpgcom.exe
|
182
|
-
CC wrjpgcom.o
|
183
|
-
CCLD wrjpgcom.exe
|
184
|
-
make[1]: Entering directory `/devel/src/jpeg/8-1_win32'
|
185
|
-
test -z "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib" || /bin/mkdir -p "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib"
|
186
|
-
/bin/sh ./libtool --mode=install /opt/local/bin/install -c libjpeg.la 'c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib'
|
187
|
-
libtool: install: /opt/local/bin/install -c .libs/libjpeg.dll.a c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/libjpeg.dll.a
|
188
|
-
libtool: install: base_file=`basename libjpeg.la`
|
189
|
-
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libjpeg.la'i; echo libjpeg-8.dll'`
|
190
|
-
libtool: install: dldir=c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/`dirname ../bin/libjpeg-8.dll`
|
191
|
-
libtool: install: test -d c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/../bin || mkdir -p c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/../bin
|
192
|
-
libtool: install: /opt/local/bin/install -c .libs/libjpeg-8.dll c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/../bin/libjpeg-8.dll
|
193
|
-
libtool: install: chmod a+x c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/../bin/libjpeg-8.dll
|
194
|
-
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/../bin/libjpeg-8.dll' || exit 0; fi
|
195
|
-
libtool: install: /opt/local/bin/install -c .libs/libjpeg.lai c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib/libjpeg.la
|
196
|
-
----------------------------------------------------------------------
|
197
|
-
Libraries have been installed in:
|
198
|
-
c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/lib
|
199
|
-
|
200
|
-
If you ever happen to want to link against installed libraries
|
201
|
-
in a given directory, LIBDIR, you must either use libtool, and
|
202
|
-
specify the full pathname of the library, or use the `-LLIBDIR'
|
203
|
-
flag during linking and do at least one of the following:
|
204
|
-
- add LIBDIR to the `PATH' environment variable
|
205
|
-
during execution
|
206
|
-
- add LIBDIR to the `LD_RUN_PATH' environment variable
|
207
|
-
during linking
|
208
|
-
- use the `-LLIBDIR' linker flag
|
209
|
-
|
210
|
-
See any operating system documentation about shared libraries for
|
211
|
-
more information, such as the ld(1) and ld.so(8) manual pages.
|
212
|
-
----------------------------------------------------------------------
|
213
|
-
test -z "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin" || /bin/mkdir -p "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin"
|
214
|
-
/bin/sh ./libtool --mode=install /opt/local/bin/install -c cjpeg.exe djpeg.exe jpegtran.exe rdjpgcom.exe wrjpgcom.exe 'c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin'
|
215
|
-
libtool: install: /opt/local/bin/install -c .libs/cjpeg.exe c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin/cjpeg.exe
|
216
|
-
libtool: install: /opt/local/bin/install -c .libs/djpeg.exe c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin/djpeg.exe
|
217
|
-
libtool: install: /opt/local/bin/install -c .libs/jpegtran.exe c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin/jpegtran.exe
|
218
|
-
libtool: install: /opt/local/bin/install -c .libs/rdjpgcom.exe c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin/rdjpgcom.exe
|
219
|
-
libtool: install: /opt/local/bin/install -c .libs/wrjpgcom.exe c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/bin/wrjpgcom.exe
|
220
|
-
/bin/sh /devel/src/jpeg/8-1_win32/install-sh -d c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/include
|
221
|
-
/opt/local/bin/install -c -m 644 jconfig.h c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/include/jconfig.h
|
222
|
-
test -z "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/include" || /bin/mkdir -p "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/include"
|
223
|
-
/opt/local/bin/install -c -m 644 jerror.h jmorecfg.h jpeglib.h 'c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/include'
|
224
|
-
test -z "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/share/man/man1" || /bin/mkdir -p "c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/share/man/man1"
|
225
|
-
/opt/local/bin/install -c -m 644 cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 'c:/devel/target/49541e7873c72f7e625ac89c1be10bb5/share/man/man1'
|
226
|
-
make[1]: Leaving directory `/devel/src/jpeg/8-1_win32'
|
227
|
-
++ rm -f /tmp/jpeg_8-1_win32.zip /tmp/jpeg-dev_8-1_win32.zip
|
228
|
-
++ cd /devel/target/49541e7873c72f7e625ac89c1be10bb5
|
229
|
-
++ zip /tmp/jpeg_8-1_win32.zip bin/libjpeg-8.dll
|
230
|
-
adding: bin/libjpeg-8.dll (224 bytes security) (deflated 53%)
|
231
|
-
++ zip /tmp/jpeg-dev_8-1_win32.zip bin/cjpeg.exe bin/djpeg.exe bin/jpegtran.exe bin/rdjpgcom.exe bin/wrjpgcom.exe
|
232
|
-
adding: bin/cjpeg.exe (224 bytes security) (deflated 64%)
|
233
|
-
adding: bin/djpeg.exe (224 bytes security) (deflated 63%)
|
234
|
-
adding: bin/jpegtran.exe (224 bytes security) (deflated 62%)
|
235
|
-
adding: bin/rdjpgcom.exe (224 bytes security) (deflated 70%)
|
236
|
-
adding: bin/wrjpgcom.exe (224 bytes security) (deflated 69%)
|
237
|
-
++ zip /tmp/jpeg-dev_8-1_win32.zip lib/libjpeg.dll.a
|
238
|
-
adding: lib/libjpeg.dll.a (224 bytes security) (deflated 93%)
|
239
|
-
++ zip -r -D /tmp/jpeg-dev_8-1_win32.zip include share
|
240
|
-
adding: include/jconfig.h (224 bytes security) (deflated 57%)
|
241
|
-
adding: include/jerror.h (224 bytes security) (deflated 72%)
|
242
|
-
adding: include/jmorecfg.h (224 bytes security) (deflated 62%)
|
243
|
-
adding: include/jpeglib.h (224 bytes security) (deflated 71%)
|
244
|
-
adding: share/man/man1/cjpeg.1 (224 bytes security) (deflated 58%)
|
245
|
-
adding: share/man/man1/djpeg.1 (224 bytes security) (deflated 59%)
|
246
|
-
adding: share/man/man1/jpegtran.1 (224 bytes security) (deflated 58%)
|
247
|
-
adding: share/man/man1/rdjpgcom.1 (224 bytes security) (deflated 48%)
|
248
|
-
adding: share/man/man1/wrjpgcom.1 (224 bytes security) (deflated 54%)
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# This is a shell script that calls functions and scripts from
|
2
|
-
# tml@iki.fi's personal work environment. It is not expected to be
|
3
|
-
# usable unmodified by others, and is included only for reference.
|
4
|
-
|
5
|
-
MOD=jpeg
|
6
|
-
VER=8
|
7
|
-
REV=1
|
8
|
-
ARCH=win32
|
9
|
-
|
10
|
-
THIS=${MOD}_${VER}-${REV}_${ARCH}
|
11
|
-
|
12
|
-
RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
|
13
|
-
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
|
14
|
-
|
15
|
-
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
|
16
|
-
TARGET=c:/devel/target/$HEX
|
17
|
-
|
18
|
-
usedev
|
19
|
-
usemsvs6
|
20
|
-
|
21
|
-
(
|
22
|
-
|
23
|
-
set -x
|
24
|
-
|
25
|
-
CC='gcc -mtune=pentium3 -mthreads' \
|
26
|
-
CFLAGS=-O2 \
|
27
|
-
./configure \
|
28
|
-
--disable-static \
|
29
|
-
--prefix=$TARGET &&
|
30
|
-
|
31
|
-
make install &&
|
32
|
-
|
33
|
-
rm -f /tmp/$RUNZIP /tmp/$DEVZIP &&
|
34
|
-
|
35
|
-
cd /devel/target/$HEX &&
|
36
|
-
zip /tmp/$RUNZIP bin/libjpeg-8.dll &&
|
37
|
-
zip /tmp/$DEVZIP bin/*.exe &&
|
38
|
-
zip /tmp/$DEVZIP lib/*.dll.a &&
|
39
|
-
zip -r -D /tmp/$DEVZIP include share
|
40
|
-
|
41
|
-
) 2>&1 | tee /devel/src/tml/packaging/$THIS.log
|
42
|
-
|
43
|
-
(cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
|
44
|
-
manifestify /tmp/$RUNZIP /tmp/$DEVZIP
|
@@ -1,1518 +0,0 @@
|
|
1
|
-
+++ latest --arch=win32 glib libxml2
|
2
|
-
++ DEPS='glib-2.20.4-1 libxml2-2.7.3-1'
|
3
|
-
+++ latest --arch=win32 proxy-libintl
|
4
|
-
++ PROXY_LIBINTL=proxy-libintl-20080918
|
5
|
-
+++ latest --arch=win32 win-iconv
|
6
|
-
++ WIN_ICONV=win-iconv-tml-20090213
|
7
|
-
++ PKG_CONFIG_PATH=/dummy
|
8
|
-
++ for D in '$DEPS'
|
9
|
-
++ PATH='/devel/dist/win32/glib-2.20.4-1/bin:/opt/misc/bin:/opt/gnu/bin:/opt/gnuwin32/bin:/opt/freetype/bin:/opt/pthread/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs-21.4/XEmacs-21.4.19/i586-pc-win32:/opt/sysinternals/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/Program Files/Novell/GroupWise:/c/WINDOWS/system32/WindowsPowerShell/v1.0:/c/Program Files/QuickTime/QTSystem/'
|
10
|
-
++ '[' -d /devel/dist/win32/glib-2.20.4-1/lib/pkgconfig ']'
|
11
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.20.4-1/lib/pkgconfig:/dummy
|
12
|
-
++ for D in '$DEPS'
|
13
|
-
++ PATH='/devel/dist/win32/libxml2-2.7.3-1/bin:/devel/dist/win32/glib-2.20.4-1/bin:/opt/misc/bin:/opt/gnu/bin:/opt/gnuwin32/bin:/opt/freetype/bin:/opt/pthread/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs-21.4/XEmacs-21.4.19/i586-pc-win32:/opt/sysinternals/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/Program Files/Novell/GroupWise:/c/WINDOWS/system32/WindowsPowerShell/v1.0:/c/Program Files/QuickTime/QTSystem/'
|
14
|
-
++ '[' -d /devel/dist/win32/libxml2-2.7.3-1/lib/pkgconfig ']'
|
15
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/libxml2-2.7.3-1/lib/pkgconfig:/devel/dist/win32/glib-2.20.4-1/lib/pkgconfig:/dummy
|
16
|
-
++ sed -e 's/need_relink=yes/need_relink=no # no way --tml/'
|
17
|
-
++ mv ltmain.temp ltmain.sh
|
18
|
-
++ sed -e 's!file /!dont-want-to-use-file!'
|
19
|
-
++ mv configure.temp configure
|
20
|
-
++ CC='gcc -mtune=pentium3 -mthreads -mms-bitfields'
|
21
|
-
++ CPPFLAGS='-I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include'
|
22
|
-
++ LDFLAGS='-L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base'
|
23
|
-
++ CFLAGS=-O2
|
24
|
-
++ ./configure --enable-debug=yes --disable-gtk-doc --disable-static --without-gnome --prefix=c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc
|
25
|
-
checking for a BSD-compatible install... /opt/local/bin/install -c
|
26
|
-
checking whether build environment is sane... yes
|
27
|
-
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
28
|
-
checking for gawk... gawk
|
29
|
-
checking whether make sets $(MAKE)... yes
|
30
|
-
checking whether to enable maintainer-specific portions of Makefiles... no
|
31
|
-
checking whether make sets $(MAKE)... (cached) yes
|
32
|
-
checking for gcc... gcc -mtune=pentium3 -mthreads -mms-bitfields
|
33
|
-
checking for C compiler default output file name... a.exe
|
34
|
-
checking whether the C compiler works... yes
|
35
|
-
checking whether we are cross compiling... no
|
36
|
-
checking for suffix of executables... .exe
|
37
|
-
checking for suffix of object files... o
|
38
|
-
checking whether we are using the GNU C compiler... yes
|
39
|
-
checking whether gcc -mtune=pentium3 -mthreads -mms-bitfields accepts -g... yes
|
40
|
-
checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to accept ISO C89... none needed
|
41
|
-
checking for style of include used by make... GNU
|
42
|
-
checking dependency style of gcc -mtune=pentium3 -mthreads -mms-bitfields... gcc3
|
43
|
-
checking for gcc... (cached) gcc -mtune=pentium3 -mthreads -mms-bitfields
|
44
|
-
checking whether we are using the GNU C compiler... (cached) yes
|
45
|
-
checking whether gcc -mtune=pentium3 -mthreads -mms-bitfields accepts -g... (cached) yes
|
46
|
-
checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to accept ISO C89... (cached) none needed
|
47
|
-
checking dependency style of gcc -mtune=pentium3 -mthreads -mms-bitfields... (cached) gcc3
|
48
|
-
checking for a BSD-compatible install... /opt/local/bin/install -c
|
49
|
-
checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -mms-bitfields -E
|
50
|
-
checking for grep that handles long lines and -e... /opt/gnuwin32/bin/grep
|
51
|
-
checking for egrep... /opt/gnuwin32/bin/grep -E
|
52
|
-
checking for ANSI C header files... yes
|
53
|
-
checking build system type... i686-pc-mingw32
|
54
|
-
checking host system type... i686-pc-mingw32
|
55
|
-
checking for as... as
|
56
|
-
checking for dlltool... dlltool
|
57
|
-
checking for objdump... objdump
|
58
|
-
checking for a sed that does not truncate output... /bin/sed
|
59
|
-
checking for fgrep... /opt/gnuwin32/bin/grep -F
|
60
|
-
checking for ld used by gcc -mtune=pentium3 -mthreads -mms-bitfields... c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe
|
61
|
-
checking if the linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) is GNU ld... yes
|
62
|
-
checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
|
63
|
-
checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
|
64
|
-
checking whether ln -s works... yes
|
65
|
-
checking the maximum length of command line arguments... 8192
|
66
|
-
checking whether the shell understands some XSI constructs... yes
|
67
|
-
checking whether the shell understands "+="... yes
|
68
|
-
checking for c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe option to reload object files... -r
|
69
|
-
checking for objdump... (cached) objdump
|
70
|
-
checking how to recognize dependent libraries... file_magic file format pei*-i386(.*architecture: i386)?
|
71
|
-
checking for ar... ar
|
72
|
-
checking for strip... strip
|
73
|
-
checking for ranlib... ranlib
|
74
|
-
checking command to parse /opt/mingw/bin/nm output from gcc -mtune=pentium3 -mthreads -mms-bitfields object... ok
|
75
|
-
checking for sys/types.h... yes
|
76
|
-
checking for sys/stat.h... yes
|
77
|
-
checking for stdlib.h... yes
|
78
|
-
checking for string.h... yes
|
79
|
-
checking for memory.h... yes
|
80
|
-
checking for strings.h... yes
|
81
|
-
checking for inttypes.h... yes
|
82
|
-
checking for stdint.h... yes
|
83
|
-
checking for unistd.h... yes
|
84
|
-
checking for dlfcn.h... no
|
85
|
-
checking for objdir... .libs
|
86
|
-
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -fno-rtti -fno-exceptions... no
|
87
|
-
checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to produce PIC... -DDLL_EXPORT -DPIC
|
88
|
-
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields PIC flag -DDLL_EXPORT -DPIC works... yes
|
89
|
-
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields static flag -static works... yes
|
90
|
-
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... yes
|
91
|
-
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... (cached) yes
|
92
|
-
checking whether the gcc -mtune=pentium3 -mthreads -mms-bitfields linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) supports shared libraries... yes
|
93
|
-
checking whether -lc should be explicitly linked in... yes
|
94
|
-
checking dynamic linker characteristics... Win32 ld.exe
|
95
|
-
checking how to hardcode library paths into programs... immediate
|
96
|
-
checking whether stripping libraries is possible... yes
|
97
|
-
checking if libtool supports shared libraries... yes
|
98
|
-
checking whether to build shared libraries... yes
|
99
|
-
checking whether to build static libraries... no
|
100
|
-
checking for working alloca.h... no
|
101
|
-
checking for alloca... yes
|
102
|
-
checking pkg-config is at least version 0.16... yes
|
103
|
-
checking for GLIB - version >= 2.15.3... yes (version 2.20.4)
|
104
|
-
checking for XML... yes
|
105
|
-
checking for Win32... yes
|
106
|
-
checking for gmtime_r... no
|
107
|
-
checking for mmap... no
|
108
|
-
checking for socket... no
|
109
|
-
checking for socket in -lsocket... no
|
110
|
-
checking for gethostbyname... no
|
111
|
-
checking for gethostbyname in -lnsl... no
|
112
|
-
checking for inet_pton... no
|
113
|
-
checking for inet_ntop... no
|
114
|
-
checking for inet_aton... no
|
115
|
-
checking for getaddrinfo... no
|
116
|
-
checking for getnameinfo... no
|
117
|
-
checking IPv6 support... no
|
118
|
-
checking for LIBGNUTLS... no
|
119
|
-
configure: WARNING: Disabling SSL support
|
120
|
-
checking whether to build libsoup-gnome... no
|
121
|
-
checking whether gcc understands -Wmissing-include-dirs... no
|
122
|
-
checking whether gcc understands -Wundef... yes
|
123
|
-
configure: checking for programs needed for regression tests
|
124
|
-
checking for httpd2... no
|
125
|
-
checking for httpd... no
|
126
|
-
checking for curl... no
|
127
|
-
configure: Some regression tests will not be run due to missing packages: apache curl
|
128
|
-
configure: creating ./config.status
|
129
|
-
config.status: creating libsoup-2.4.pc
|
130
|
-
config.status: creating libsoup-gnome-2.4.pc
|
131
|
-
config.status: creating Makefile
|
132
|
-
config.status: creating libsoup-zip
|
133
|
-
config.status: creating libsoup/Makefile
|
134
|
-
config.status: creating tests/Makefile
|
135
|
-
config.status: creating tests/httpd.conf
|
136
|
-
config.status: creating docs/Makefile
|
137
|
-
config.status: creating docs/reference/Makefile
|
138
|
-
config.status: creating config.h
|
139
|
-
config.status: executing depfiles commands
|
140
|
-
config.status: executing libtool commands
|
141
|
-
++ libtoolcacheize
|
142
|
-
libtool-cache set up successfully
|
143
|
-
++ PATH='/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/bin:.libs:/devel/dist/win32/libxml2-2.7.3-1/bin:/devel/dist/win32/glib-2.20.4-1/bin:/opt/misc/bin:/opt/gnu/bin:/opt/gnuwin32/bin:/opt/freetype/bin:/opt/pthread/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs-21.4/XEmacs-21.4.19/i586-pc-win32:/opt/sysinternals/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/Program Files/Novell/GroupWise:/c/WINDOWS/system32/WindowsPowerShell/v1.0:/c/Program Files/QuickTime/QTSystem/'
|
144
|
-
++ make install
|
145
|
-
Making install in libsoup
|
146
|
-
make[1]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
147
|
-
make install-am
|
148
|
-
make[2]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
149
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-marshal.lo -MD -MP -MF .deps/soup-marshal.Tpo -c -o soup-marshal.lo soup-marshal.c
|
150
|
-
libtool-cache: not cached, running libtool...
|
151
|
-
libtool-cache: libtool output: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-marshal.lo -MD -MP -MF .deps/soup-marshal.Tpo -c soup-marshal.c -DDLL_EXPORT -DPIC -o .libs/soup-marshal.o
|
152
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
153
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
154
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
155
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
156
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
157
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
158
|
-
from soup-marshal.h:5,
|
159
|
-
from soup-marshal.c:1:
|
160
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
161
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
162
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
163
|
-
mv -f .deps/soup-marshal.Tpo .deps/soup-marshal.Plo
|
164
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-enum-types.lo -MD -MP -MF .deps/soup-enum-types.Tpo -c -o soup-enum-types.lo soup-enum-types.c
|
165
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-enum-types.lo -MD -MP -MF .deps/soup-enum-types.Tpo -c soup-enum-types.c -DDLL_EXPORT -DPIC -o .libs/soup-enum-types.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-enum-types.o'\nnon_pic_object=none\n" > soup-enum-types.lo
|
166
|
-
|
167
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
168
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
169
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
170
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
171
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
172
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
173
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
174
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
175
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
176
|
-
from ../libsoup/soup-address.h:11,
|
177
|
-
from soup.h:13,
|
178
|
-
from soup-enum-types.c:4:
|
179
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
180
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
181
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
182
|
-
mv -f .deps/soup-enum-types.Tpo .deps/soup-enum-types.Plo
|
183
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-address.lo -MD -MP -MF .deps/soup-address.Tpo -c -o soup-address.lo soup-address.c
|
184
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-address.lo -MD -MP -MF .deps/soup-address.Tpo -c soup-address.c -DDLL_EXPORT -DPIC -o .libs/soup-address.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-address.o'\nnon_pic_object=none\n" > soup-address.lo
|
185
|
-
|
186
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
187
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
188
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
189
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
190
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
191
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
192
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
193
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
194
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
195
|
-
from soup-address.h:11,
|
196
|
-
from soup-address.c:19:
|
197
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
198
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
199
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
200
|
-
mv -f .deps/soup-address.Tpo .deps/soup-address.Plo
|
201
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth.lo -MD -MP -MF .deps/soup-auth.Tpo -c -o soup-auth.lo soup-auth.c
|
202
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth.lo -MD -MP -MF .deps/soup-auth.Tpo -c soup-auth.c -DDLL_EXPORT -DPIC -o .libs/soup-auth.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth.o'\nnon_pic_object=none\n" > soup-auth.lo
|
203
|
-
|
204
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
205
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
206
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
207
|
-
from ../libsoup/soup-types.h:9,
|
208
|
-
from soup-auth.h:9,
|
209
|
-
from soup-auth.c:14:
|
210
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
211
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
212
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
213
|
-
mv -f .deps/soup-auth.Tpo .deps/soup-auth.Plo
|
214
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-basic.lo -MD -MP -MF .deps/soup-auth-basic.Tpo -c -o soup-auth-basic.lo soup-auth-basic.c
|
215
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-basic.lo -MD -MP -MF .deps/soup-auth-basic.Tpo -c soup-auth-basic.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-basic.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-basic.o'\nnon_pic_object=none\n" > soup-auth-basic.lo
|
216
|
-
|
217
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
218
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
219
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
220
|
-
from ../libsoup/soup-types.h:9,
|
221
|
-
from soup-auth.h:9,
|
222
|
-
from soup-auth-basic.h:9,
|
223
|
-
from soup-auth-basic.c:14:
|
224
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
225
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
226
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
227
|
-
mv -f .deps/soup-auth-basic.Tpo .deps/soup-auth-basic.Plo
|
228
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-digest.lo -MD -MP -MF .deps/soup-auth-digest.Tpo -c -o soup-auth-digest.lo soup-auth-digest.c
|
229
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-digest.lo -MD -MP -MF .deps/soup-auth-digest.Tpo -c soup-auth-digest.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-digest.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-digest.o'\nnon_pic_object=none\n" > soup-auth-digest.lo
|
230
|
-
|
231
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
232
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
233
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
234
|
-
from ../libsoup/soup-types.h:9,
|
235
|
-
from soup-auth.h:9,
|
236
|
-
from soup-auth-digest.h:9,
|
237
|
-
from soup-auth-digest.c:17:
|
238
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
239
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
240
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
241
|
-
mv -f .deps/soup-auth-digest.Tpo .deps/soup-auth-digest.Plo
|
242
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-ntlm.lo -MD -MP -MF .deps/soup-auth-ntlm.Tpo -c -o soup-auth-ntlm.lo soup-auth-ntlm.c
|
243
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-ntlm.lo -MD -MP -MF .deps/soup-auth-ntlm.Tpo -c soup-auth-ntlm.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-ntlm.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-ntlm.o'\nnon_pic_object=none\n" > soup-auth-ntlm.lo
|
244
|
-
|
245
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
246
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
247
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
248
|
-
from ../libsoup/soup-types.h:9,
|
249
|
-
from soup-auth.h:9,
|
250
|
-
from soup-auth-ntlm.h:9,
|
251
|
-
from soup-auth-ntlm.c:14:
|
252
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
253
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
254
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
255
|
-
mv -f .deps/soup-auth-ntlm.Tpo .deps/soup-auth-ntlm.Plo
|
256
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-domain.lo -MD -MP -MF .deps/soup-auth-domain.Tpo -c -o soup-auth-domain.lo soup-auth-domain.c
|
257
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-domain.lo -MD -MP -MF .deps/soup-auth-domain.Tpo -c soup-auth-domain.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-domain.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-domain.o'\nnon_pic_object=none\n" > soup-auth-domain.lo
|
258
|
-
|
259
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
260
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
261
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
262
|
-
from ../libsoup/soup-types.h:9,
|
263
|
-
from soup-auth-domain.h:9,
|
264
|
-
from soup-auth-domain.c:14:
|
265
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
266
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
267
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
268
|
-
mv -f .deps/soup-auth-domain.Tpo .deps/soup-auth-domain.Plo
|
269
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-domain-basic.lo -MD -MP -MF .deps/soup-auth-domain-basic.Tpo -c -o soup-auth-domain-basic.lo soup-auth-domain-basic.c
|
270
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-domain-basic.lo -MD -MP -MF .deps/soup-auth-domain-basic.Tpo -c soup-auth-domain-basic.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-domain-basic.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-domain-basic.o'\nnon_pic_object=none\n" > soup-auth-domain-basic.lo
|
271
|
-
|
272
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
273
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
274
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
275
|
-
from ../libsoup/soup-types.h:9,
|
276
|
-
from ../libsoup/soup-auth-domain.h:9,
|
277
|
-
from soup-auth-domain-basic.h:9,
|
278
|
-
from soup-auth-domain-basic.c:14:
|
279
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
280
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
281
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
282
|
-
mv -f .deps/soup-auth-domain-basic.Tpo .deps/soup-auth-domain-basic.Plo
|
283
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-domain-digest.lo -MD -MP -MF .deps/soup-auth-domain-digest.Tpo -c -o soup-auth-domain-digest.lo soup-auth-domain-digest.c
|
284
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-domain-digest.lo -MD -MP -MF .deps/soup-auth-domain-digest.Tpo -c soup-auth-domain-digest.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-domain-digest.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-domain-digest.o'\nnon_pic_object=none\n" > soup-auth-domain-digest.lo
|
285
|
-
|
286
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
287
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
288
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
289
|
-
from ../libsoup/soup-types.h:9,
|
290
|
-
from ../libsoup/soup-auth-domain.h:9,
|
291
|
-
from soup-auth-domain-digest.h:9,
|
292
|
-
from soup-auth-domain-digest.c:15:
|
293
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
294
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
295
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
296
|
-
mv -f .deps/soup-auth-domain-digest.Tpo .deps/soup-auth-domain-digest.Plo
|
297
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-manager.lo -MD -MP -MF .deps/soup-auth-manager.Tpo -c -o soup-auth-manager.lo soup-auth-manager.c
|
298
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-manager.lo -MD -MP -MF .deps/soup-auth-manager.Tpo -c soup-auth-manager.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-manager.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-manager.o'\nnon_pic_object=none\n" > soup-auth-manager.lo
|
299
|
-
|
300
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
301
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
302
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
303
|
-
from soup-types.h:9,
|
304
|
-
from soup-auth-manager.h:9,
|
305
|
-
from soup-auth-manager.c:14:
|
306
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
307
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
308
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
309
|
-
mv -f .deps/soup-auth-manager.Tpo .deps/soup-auth-manager.Plo
|
310
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-manager-ntlm.lo -MD -MP -MF .deps/soup-auth-manager-ntlm.Tpo -c -o soup-auth-manager-ntlm.lo soup-auth-manager-ntlm.c
|
311
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-auth-manager-ntlm.lo -MD -MP -MF .deps/soup-auth-manager-ntlm.Tpo -c soup-auth-manager-ntlm.c -DDLL_EXPORT -DPIC -o .libs/soup-auth-manager-ntlm.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-auth-manager-ntlm.o'\nnon_pic_object=none\n" > soup-auth-manager-ntlm.lo
|
312
|
-
|
313
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
314
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
315
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
316
|
-
from soup-types.h:9,
|
317
|
-
from soup-auth-manager.h:9,
|
318
|
-
from soup-auth-manager-ntlm.h:9,
|
319
|
-
from soup-auth-manager-ntlm.c:16:
|
320
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
321
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
322
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
323
|
-
mv -f .deps/soup-auth-manager-ntlm.Tpo .deps/soup-auth-manager-ntlm.Plo
|
324
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-connection.lo -MD -MP -MF .deps/soup-connection.Tpo -c -o soup-connection.lo soup-connection.c
|
325
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-connection.lo -MD -MP -MF .deps/soup-connection.Tpo -c soup-connection.c -DDLL_EXPORT -DPIC -o .libs/soup-connection.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-connection.o'\nnon_pic_object=none\n" > soup-connection.lo
|
326
|
-
|
327
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
328
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
329
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
330
|
-
from soup-connection.c:15:
|
331
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
332
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
333
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
334
|
-
mv -f .deps/soup-connection.Tpo .deps/soup-connection.Plo
|
335
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-cookie.lo -MD -MP -MF .deps/soup-cookie.Tpo -c -o soup-cookie.lo soup-cookie.c
|
336
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-cookie.lo -MD -MP -MF .deps/soup-cookie.Tpo -c soup-cookie.c -DDLL_EXPORT -DPIC -o .libs/soup-cookie.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-cookie.o'\nnon_pic_object=none\n" > soup-cookie.lo
|
337
|
-
|
338
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
339
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
340
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
341
|
-
from ../libsoup/soup-types.h:9,
|
342
|
-
from soup-cookie.h:9,
|
343
|
-
from soup-cookie.c:15:
|
344
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
345
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
346
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
347
|
-
mv -f .deps/soup-cookie.Tpo .deps/soup-cookie.Plo
|
348
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-cookie-jar.lo -MD -MP -MF .deps/soup-cookie-jar.Tpo -c -o soup-cookie-jar.lo soup-cookie-jar.c
|
349
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-cookie-jar.lo -MD -MP -MF .deps/soup-cookie-jar.Tpo -c soup-cookie-jar.c -DDLL_EXPORT -DPIC -o .libs/soup-cookie-jar.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-cookie-jar.o'\nnon_pic_object=none\n" > soup-cookie-jar.lo
|
350
|
-
|
351
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
352
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
353
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
354
|
-
from ../libsoup/soup-types.h:9,
|
355
|
-
from soup-cookie.h:9,
|
356
|
-
from soup-cookie-jar.c:15:
|
357
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
358
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
359
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
360
|
-
mv -f .deps/soup-cookie-jar.Tpo .deps/soup-cookie-jar.Plo
|
361
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-cookie-jar-text.lo -MD -MP -MF .deps/soup-cookie-jar-text.Tpo -c -o soup-cookie-jar-text.lo soup-cookie-jar-text.c
|
362
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-cookie-jar-text.lo -MD -MP -MF .deps/soup-cookie-jar-text.Tpo -c soup-cookie-jar-text.c -DDLL_EXPORT -DPIC -o .libs/soup-cookie-jar-text.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-cookie-jar-text.o'\nnon_pic_object=none\n" > soup-cookie-jar-text.lo
|
363
|
-
|
364
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
365
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
366
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
367
|
-
from ../libsoup/soup-types.h:9,
|
368
|
-
from ../libsoup/soup-cookie-jar.h:9,
|
369
|
-
from soup-cookie-jar-text.h:9,
|
370
|
-
from soup-cookie-jar-text.c:16:
|
371
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
372
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
373
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
374
|
-
mv -f .deps/soup-cookie-jar-text.Tpo .deps/soup-cookie-jar-text.Plo
|
375
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-date.lo -MD -MP -MF .deps/soup-date.Tpo -c -o soup-date.lo soup-date.c
|
376
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-date.lo -MD -MP -MF .deps/soup-date.Tpo -c soup-date.c -DDLL_EXPORT -DPIC -o .libs/soup-date.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-date.o'\nnon_pic_object=none\n" > soup-date.lo
|
377
|
-
|
378
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
379
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
380
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
381
|
-
from soup-date.c:15:
|
382
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
383
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
384
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
385
|
-
mv -f .deps/soup-date.Tpo .deps/soup-date.Plo
|
386
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-dns.lo -MD -MP -MF .deps/soup-dns.Tpo -c -o soup-dns.lo soup-dns.c
|
387
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-dns.lo -MD -MP -MF .deps/soup-dns.Tpo -c soup-dns.c -DDLL_EXPORT -DPIC -o .libs/soup-dns.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-dns.o'\nnon_pic_object=none\n" > soup-dns.lo
|
388
|
-
|
389
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
390
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
391
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
392
|
-
from soup-dns.h:9,
|
393
|
-
from soup-dns.c:20:
|
394
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
395
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
396
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
397
|
-
soup-dns.c: In function `soup_dns_is_ip_address':
|
398
|
-
soup-dns.c:309: warning: unused variable `sin'
|
399
|
-
soup-dns.c: In function `resolve_name':
|
400
|
-
soup-dns.c:409: warning: passing arg 1 of `gethostbyaddr' from incompatible pointer type
|
401
|
-
soup-dns.c: At top level:
|
402
|
-
soup-dns.c:45: warning: 'inet_pton' defined but not used
|
403
|
-
soup-dns.c:82: warning: 'inet_ntop' defined but not used
|
404
|
-
mv -f .deps/soup-dns.Tpo .deps/soup-dns.Plo
|
405
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-form.lo -MD -MP -MF .deps/soup-form.Tpo -c -o soup-form.lo soup-form.c
|
406
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-form.lo -MD -MP -MF .deps/soup-form.Tpo -c soup-form.c -DDLL_EXPORT -DPIC -o .libs/soup-form.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-form.o'\nnon_pic_object=none\n" > soup-form.lo
|
407
|
-
|
408
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
409
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
410
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
411
|
-
from ../libsoup/soup-types.h:9,
|
412
|
-
from soup-form.h:9,
|
413
|
-
from soup-form.c:14:
|
414
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
415
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
416
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
417
|
-
mv -f .deps/soup-form.Tpo .deps/soup-form.Plo
|
418
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-gnutls.lo -MD -MP -MF .deps/soup-gnutls.Tpo -c -o soup-gnutls.lo soup-gnutls.c
|
419
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-gnutls.lo -MD -MP -MF .deps/soup-gnutls.Tpo -c soup-gnutls.c -DDLL_EXPORT -DPIC -o .libs/soup-gnutls.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-gnutls.o'\nnon_pic_object=none\n" > soup-gnutls.lo
|
420
|
-
|
421
|
-
mv -f .deps/soup-gnutls.Tpo .deps/soup-gnutls.Plo
|
422
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-headers.lo -MD -MP -MF .deps/soup-headers.Tpo -c -o soup-headers.lo soup-headers.c
|
423
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-headers.lo -MD -MP -MF .deps/soup-headers.Tpo -c soup-headers.c -DDLL_EXPORT -DPIC -o .libs/soup-headers.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-headers.o'\nnon_pic_object=none\n" > soup-headers.lo
|
424
|
-
|
425
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
426
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
427
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
428
|
-
from soup-headers.h:9,
|
429
|
-
from soup-headers.c:13:
|
430
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
431
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
432
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
433
|
-
mv -f .deps/soup-headers.Tpo .deps/soup-headers.Plo
|
434
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-logger.lo -MD -MP -MF .deps/soup-logger.Tpo -c -o soup-logger.lo soup-logger.c
|
435
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-logger.lo -MD -MP -MF .deps/soup-logger.Tpo -c soup-logger.c -DDLL_EXPORT -DPIC -o .libs/soup-logger.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-logger.o'\nnon_pic_object=none\n" > soup-logger.lo
|
436
|
-
|
437
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
438
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
439
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
440
|
-
from ../libsoup/soup-types.h:9,
|
441
|
-
from soup-logger.h:9,
|
442
|
-
from soup-logger.c:16:
|
443
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
444
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
445
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
446
|
-
mv -f .deps/soup-logger.Tpo .deps/soup-logger.Plo
|
447
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message.lo -MD -MP -MF .deps/soup-message.Tpo -c -o soup-message.lo soup-message.c
|
448
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message.lo -MD -MP -MF .deps/soup-message.Tpo -c soup-message.c -DDLL_EXPORT -DPIC -o .libs/soup-message.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-message.o'\nnon_pic_object=none\n" > soup-message.lo
|
449
|
-
|
450
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
451
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
452
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
453
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
454
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
455
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
456
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
457
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
458
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
459
|
-
from soup-address.h:11,
|
460
|
-
from soup-message.c:11:
|
461
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
462
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
463
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
464
|
-
mv -f .deps/soup-message.Tpo .deps/soup-message.Plo
|
465
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-body.lo -MD -MP -MF .deps/soup-message-body.Tpo -c -o soup-message-body.lo soup-message-body.c
|
466
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-body.lo -MD -MP -MF .deps/soup-message-body.Tpo -c soup-message-body.c -DDLL_EXPORT -DPIC -o .libs/soup-message-body.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-message-body.o'\nnon_pic_object=none\n" > soup-message-body.lo
|
467
|
-
|
468
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
469
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
470
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
471
|
-
from ../libsoup/soup-types.h:9,
|
472
|
-
from soup-message-body.h:9,
|
473
|
-
from soup-message-body.c:10:
|
474
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
475
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
476
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
477
|
-
mv -f .deps/soup-message-body.Tpo .deps/soup-message-body.Plo
|
478
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-client-io.lo -MD -MP -MF .deps/soup-message-client-io.Tpo -c -o soup-message-client-io.lo soup-message-client-io.c
|
479
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-client-io.lo -MD -MP -MF .deps/soup-message-client-io.Tpo -c soup-message-client-io.c -DDLL_EXPORT -DPIC -o .libs/soup-message-client-io.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-message-client-io.o'\nnon_pic_object=none\n" > soup-message-client-io.lo
|
480
|
-
|
481
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
482
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
483
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
484
|
-
from ../libsoup/soup-types.h:9,
|
485
|
-
from soup-message.h:9,
|
486
|
-
from soup-message-private.h:9,
|
487
|
-
from soup-message-client-io.c:15:
|
488
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
489
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
490
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
491
|
-
mv -f .deps/soup-message-client-io.Tpo .deps/soup-message-client-io.Plo
|
492
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-headers.lo -MD -MP -MF .deps/soup-message-headers.Tpo -c -o soup-message-headers.lo soup-message-headers.c
|
493
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-headers.lo -MD -MP -MF .deps/soup-message-headers.Tpo -c soup-message-headers.c -DDLL_EXPORT -DPIC -o .libs/soup-message-headers.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-message-headers.o'\nnon_pic_object=none\n" > soup-message-headers.lo
|
494
|
-
|
495
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
496
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
497
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
498
|
-
from ../libsoup/soup-types.h:9,
|
499
|
-
from soup-message-headers.h:9,
|
500
|
-
from soup-message-headers.c:11:
|
501
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
502
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
503
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
504
|
-
mv -f .deps/soup-message-headers.Tpo .deps/soup-message-headers.Plo
|
505
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-io.lo -MD -MP -MF .deps/soup-message-io.Tpo -c -o soup-message-io.lo soup-message-io.c
|
506
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-io.lo -MD -MP -MF .deps/soup-message-io.Tpo -c soup-message-io.c -DDLL_EXPORT -DPIC -o .libs/soup-message-io.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-message-io.o'\nnon_pic_object=none\n" > soup-message-io.lo
|
507
|
-
|
508
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
509
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
510
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
511
|
-
from soup-types.h:9,
|
512
|
-
from soup-connection.h:11,
|
513
|
-
from soup-message-io.c:15:
|
514
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
515
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
516
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
517
|
-
mv -f .deps/soup-message-io.Tpo .deps/soup-message-io.Plo
|
518
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-queue.lo -MD -MP -MF .deps/soup-message-queue.Tpo -c -o soup-message-queue.lo soup-message-queue.c
|
519
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-queue.lo -MD -MP -MF .deps/soup-message-queue.Tpo -c soup-message-queue.c -DDLL_EXPORT -DPIC -o .libs/soup-message-queue.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-message-queue.o'\nnon_pic_object=none\n" > soup-message-queue.lo
|
520
|
-
|
521
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
522
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
523
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
524
|
-
from soup-message-queue.h:10,
|
525
|
-
from soup-message-queue.c:13:
|
526
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
527
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
528
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
529
|
-
mv -f .deps/soup-message-queue.Tpo .deps/soup-message-queue.Plo
|
530
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-server-io.lo -MD -MP -MF .deps/soup-message-server-io.Tpo -c -o soup-message-server-io.lo soup-message-server-io.c
|
531
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-message-server-io.lo -MD -MP -MF .deps/soup-message-server-io.Tpo -c soup-message-server-io.c -DDLL_EXPORT -DPIC -o .libs/soup-message-server-io.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-message-server-io.o'\nnon_pic_object=none\n" > soup-message-server-io.lo
|
532
|
-
|
533
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
534
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
535
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
536
|
-
from ../libsoup/soup-types.h:9,
|
537
|
-
from soup-message.h:9,
|
538
|
-
from soup-message-private.h:9,
|
539
|
-
from soup-message-server-io.c:15:
|
540
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
541
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
542
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
543
|
-
mv -f .deps/soup-message-server-io.Tpo .deps/soup-message-server-io.Plo
|
544
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-method.lo -MD -MP -MF .deps/soup-method.Tpo -c -o soup-method.lo soup-method.c
|
545
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-method.lo -MD -MP -MF .deps/soup-method.Tpo -c soup-method.c -DDLL_EXPORT -DPIC -o .libs/soup-method.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-method.o'\nnon_pic_object=none\n" > soup-method.lo
|
546
|
-
|
547
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
548
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
549
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
550
|
-
from ../libsoup/soup-types.h:9,
|
551
|
-
from soup-method.h:9,
|
552
|
-
from soup-method.c:12:
|
553
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
554
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
555
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
556
|
-
mv -f .deps/soup-method.Tpo .deps/soup-method.Plo
|
557
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-misc.lo -MD -MP -MF .deps/soup-misc.Tpo -c -o soup-misc.lo soup-misc.c
|
558
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-misc.lo -MD -MP -MF .deps/soup-misc.Tpo -c soup-misc.c -DDLL_EXPORT -DPIC -o .libs/soup-misc.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-misc.o'\nnon_pic_object=none\n" > soup-misc.lo
|
559
|
-
|
560
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
561
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
562
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
563
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
564
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
565
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
566
|
-
from soup-misc.h:9,
|
567
|
-
from soup-misc.c:11:
|
568
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
569
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
570
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
571
|
-
mv -f .deps/soup-misc.Tpo .deps/soup-misc.Plo
|
572
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-multipart.lo -MD -MP -MF .deps/soup-multipart.Tpo -c -o soup-multipart.lo soup-multipart.c
|
573
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-multipart.lo -MD -MP -MF .deps/soup-multipart.Tpo -c soup-multipart.c -DDLL_EXPORT -DPIC -o .libs/soup-multipart.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-multipart.o'\nnon_pic_object=none\n" > soup-multipart.lo
|
574
|
-
|
575
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
576
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
577
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
578
|
-
from ../libsoup/soup-types.h:9,
|
579
|
-
from soup-multipart.h:9,
|
580
|
-
from soup-multipart.c:10:
|
581
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
582
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
583
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
584
|
-
mv -f .deps/soup-multipart.Tpo .deps/soup-multipart.Plo
|
585
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-nossl.lo -MD -MP -MF .deps/soup-nossl.Tpo -c -o soup-nossl.lo soup-nossl.c
|
586
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-nossl.lo -MD -MP -MF .deps/soup-nossl.Tpo -c soup-nossl.c -DDLL_EXPORT -DPIC -o .libs/soup-nossl.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-nossl.o'\nnon_pic_object=none\n" > soup-nossl.lo
|
587
|
-
|
588
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
589
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
590
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
591
|
-
from soup-ssl.h:9,
|
592
|
-
from soup-nossl.c:12:
|
593
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
594
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
595
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
596
|
-
mv -f .deps/soup-nossl.Tpo .deps/soup-nossl.Plo
|
597
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-path-map.lo -MD -MP -MF .deps/soup-path-map.Tpo -c -o soup-path-map.lo soup-path-map.c
|
598
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-path-map.lo -MD -MP -MF .deps/soup-path-map.Tpo -c soup-path-map.c -DDLL_EXPORT -DPIC -o .libs/soup-path-map.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-path-map.o'\nnon_pic_object=none\n" > soup-path-map.lo
|
599
|
-
|
600
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
601
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
602
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
603
|
-
from ./soup-types.h:9,
|
604
|
-
from soup-path-map.h:9,
|
605
|
-
from soup-path-map.c:8:
|
606
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
607
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
608
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
609
|
-
mv -f .deps/soup-path-map.Tpo .deps/soup-path-map.Plo
|
610
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-proxy-resolver.lo -MD -MP -MF .deps/soup-proxy-resolver.Tpo -c -o soup-proxy-resolver.lo soup-proxy-resolver.c
|
611
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-proxy-resolver.lo -MD -MP -MF .deps/soup-proxy-resolver.Tpo -c soup-proxy-resolver.c -DDLL_EXPORT -DPIC -o .libs/soup-proxy-resolver.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-proxy-resolver.o'\nnon_pic_object=none\n" > soup-proxy-resolver.lo
|
612
|
-
|
613
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
614
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
615
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
616
|
-
from ../libsoup/soup-types.h:9,
|
617
|
-
from soup-proxy-resolver.h:9,
|
618
|
-
from soup-proxy-resolver.c:12:
|
619
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
620
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
621
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
622
|
-
mv -f .deps/soup-proxy-resolver.Tpo .deps/soup-proxy-resolver.Plo
|
623
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-proxy-resolver-static.lo -MD -MP -MF .deps/soup-proxy-resolver-static.Tpo -c -o soup-proxy-resolver-static.lo soup-proxy-resolver-static.c
|
624
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-proxy-resolver-static.lo -MD -MP -MF .deps/soup-proxy-resolver-static.Tpo -c soup-proxy-resolver-static.c -DDLL_EXPORT -DPIC -o .libs/soup-proxy-resolver-static.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-proxy-resolver-static.o'\nnon_pic_object=none\n" > soup-proxy-resolver-static.lo
|
625
|
-
|
626
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
627
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
628
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
629
|
-
from ../libsoup/soup-types.h:9,
|
630
|
-
from soup-proxy-resolver.h:9,
|
631
|
-
from soup-proxy-resolver-static.h:9,
|
632
|
-
from soup-proxy-resolver-static.c:14:
|
633
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
634
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
635
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
636
|
-
mv -f .deps/soup-proxy-resolver-static.Tpo .deps/soup-proxy-resolver-static.Plo
|
637
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-proxy-uri-resolver.lo -MD -MP -MF .deps/soup-proxy-uri-resolver.Tpo -c -o soup-proxy-uri-resolver.lo soup-proxy-uri-resolver.c
|
638
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-proxy-uri-resolver.lo -MD -MP -MF .deps/soup-proxy-uri-resolver.Tpo -c soup-proxy-uri-resolver.c -DDLL_EXPORT -DPIC -o .libs/soup-proxy-uri-resolver.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-proxy-uri-resolver.o'\nnon_pic_object=none\n" > soup-proxy-uri-resolver.lo
|
639
|
-
|
640
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
641
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
642
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
643
|
-
from ../libsoup/soup-types.h:9,
|
644
|
-
from ../libsoup/soup-proxy-resolver.h:9,
|
645
|
-
from soup-proxy-uri-resolver.h:9,
|
646
|
-
from soup-proxy-uri-resolver.c:12:
|
647
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
648
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
649
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
650
|
-
mv -f .deps/soup-proxy-uri-resolver.Tpo .deps/soup-proxy-uri-resolver.Plo
|
651
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-server.lo -MD -MP -MF .deps/soup-server.Tpo -c -o soup-server.lo soup-server.c
|
652
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-server.lo -MD -MP -MF .deps/soup-server.Tpo -c soup-server.c -DDLL_EXPORT -DPIC -o .libs/soup-server.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-server.o'\nnon_pic_object=none\n" > soup-server.lo
|
653
|
-
|
654
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
655
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
656
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
657
|
-
from ../libsoup/soup-types.h:9,
|
658
|
-
from soup-server.h:9,
|
659
|
-
from soup-server.c:17:
|
660
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
661
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
662
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
663
|
-
mv -f .deps/soup-server.Tpo .deps/soup-server.Plo
|
664
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session.lo -MD -MP -MF .deps/soup-session.Tpo -c -o soup-session.lo soup-session.c
|
665
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session.lo -MD -MP -MF .deps/soup-session.Tpo -c soup-session.c -DDLL_EXPORT -DPIC -o .libs/soup-session.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-session.o'\nnon_pic_object=none\n" > soup-session.lo
|
666
|
-
|
667
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
668
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
669
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
670
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
671
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
672
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
673
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
674
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
675
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
676
|
-
from soup-address.h:11,
|
677
|
-
from soup-session.c:16:
|
678
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
679
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
680
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
681
|
-
mv -f .deps/soup-session.Tpo .deps/soup-session.Plo
|
682
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session-async.lo -MD -MP -MF .deps/soup-session-async.Tpo -c -o soup-session-async.lo soup-session-async.c
|
683
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session-async.lo -MD -MP -MF .deps/soup-session-async.Tpo -c soup-session-async.c -DDLL_EXPORT -DPIC -o .libs/soup-session-async.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-session-async.o'\nnon_pic_object=none\n" > soup-session-async.lo
|
684
|
-
|
685
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
686
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
687
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
688
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
689
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
690
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
691
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
692
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
693
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
694
|
-
from soup-address.h:11,
|
695
|
-
from soup-session-async.c:12:
|
696
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
697
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
698
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
699
|
-
mv -f .deps/soup-session-async.Tpo .deps/soup-session-async.Plo
|
700
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session-feature.lo -MD -MP -MF .deps/soup-session-feature.Tpo -c -o soup-session-feature.lo soup-session-feature.c
|
701
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session-feature.lo -MD -MP -MF .deps/soup-session-feature.Tpo -c soup-session-feature.c -DDLL_EXPORT -DPIC -o .libs/soup-session-feature.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-session-feature.o'\nnon_pic_object=none\n" > soup-session-feature.lo
|
702
|
-
|
703
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
704
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
705
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
706
|
-
from ../libsoup/soup-types.h:9,
|
707
|
-
from soup-session-feature.h:9,
|
708
|
-
from soup-session-feature.c:12:
|
709
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
710
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
711
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
712
|
-
mv -f .deps/soup-session-feature.Tpo .deps/soup-session-feature.Plo
|
713
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session-sync.lo -MD -MP -MF .deps/soup-session-sync.Tpo -c -o soup-session-sync.lo soup-session-sync.c
|
714
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-session-sync.lo -MD -MP -MF .deps/soup-session-sync.Tpo -c soup-session-sync.c -DDLL_EXPORT -DPIC -o .libs/soup-session-sync.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-session-sync.o'\nnon_pic_object=none\n" > soup-session-sync.lo
|
715
|
-
|
716
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
717
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
718
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
719
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
720
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
721
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
722
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
723
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
724
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
725
|
-
from soup-address.h:11,
|
726
|
-
from soup-session-sync.c:12:
|
727
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
728
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
729
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
730
|
-
mv -f .deps/soup-session-sync.Tpo .deps/soup-session-sync.Plo
|
731
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-socket.lo -MD -MP -MF .deps/soup-socket.Tpo -c -o soup-socket.lo soup-socket.c
|
732
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-socket.lo -MD -MP -MF .deps/soup-socket.Tpo -c soup-socket.c -DDLL_EXPORT -DPIC -o .libs/soup-socket.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-socket.o'\nnon_pic_object=none\n" > soup-socket.lo
|
733
|
-
|
734
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
735
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
736
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
737
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
738
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
739
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
740
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
741
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
742
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
743
|
-
from soup-address.h:11,
|
744
|
-
from soup-socket.c:19:
|
745
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
746
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
747
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
748
|
-
soup-socket.c: In function `soup_socket_connect_sync':
|
749
|
-
soup-socket.c:771: warning: 'cancel_id' might be used uninitialized in this function
|
750
|
-
mv -f .deps/soup-socket.Tpo .deps/soup-socket.Plo
|
751
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-status.lo -MD -MP -MF .deps/soup-status.Tpo -c -o soup-status.lo soup-status.c
|
752
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-status.lo -MD -MP -MF .deps/soup-status.Tpo -c soup-status.c -DDLL_EXPORT -DPIC -o .libs/soup-status.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-status.o'\nnon_pic_object=none\n" > soup-status.lo
|
753
|
-
|
754
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
755
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
756
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
757
|
-
from soup-status.c:8:
|
758
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
759
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
760
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
761
|
-
mv -f .deps/soup-status.Tpo .deps/soup-status.Plo
|
762
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-uri.lo -MD -MP -MF .deps/soup-uri.Tpo -c -o soup-uri.lo soup-uri.c
|
763
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-uri.lo -MD -MP -MF .deps/soup-uri.Tpo -c soup-uri.c -DDLL_EXPORT -DPIC -o .libs/soup-uri.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-uri.o'\nnon_pic_object=none\n" > soup-uri.lo
|
764
|
-
|
765
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
766
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
767
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
768
|
-
from ../libsoup/soup-types.h:9,
|
769
|
-
from soup-uri.h:11,
|
770
|
-
from soup-uri.c:12:
|
771
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
772
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
773
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
774
|
-
mv -f .deps/soup-uri.Tpo .deps/soup-uri.Plo
|
775
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-value-utils.lo -MD -MP -MF .deps/soup-value-utils.Tpo -c -o soup-value-utils.lo soup-value-utils.c
|
776
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-value-utils.lo -MD -MP -MF .deps/soup-value-utils.Tpo -c soup-value-utils.c -DDLL_EXPORT -DPIC -o .libs/soup-value-utils.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-value-utils.o'\nnon_pic_object=none\n" > soup-value-utils.lo
|
777
|
-
|
778
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
779
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
780
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
781
|
-
from ../libsoup/soup-types.h:9,
|
782
|
-
from soup-value-utils.h:9,
|
783
|
-
from soup-value-utils.c:8:
|
784
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
785
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
786
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
787
|
-
mv -f .deps/soup-value-utils.Tpo .deps/soup-value-utils.Plo
|
788
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-xmlrpc.lo -MD -MP -MF .deps/soup-xmlrpc.Tpo -c -o soup-xmlrpc.lo soup-xmlrpc.c
|
789
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -DG_ENABLE_DEBUG -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT soup-xmlrpc.lo -MD -MP -MF .deps/soup-xmlrpc.Tpo -c soup-xmlrpc.c -DDLL_EXPORT -DPIC -o .libs/soup-xmlrpc.o&&echo -e "# Generated by libtool cache\npic_object='.libs/soup-xmlrpc.o'\nnon_pic_object=none\n" > soup-xmlrpc.lo
|
790
|
-
|
791
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
792
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
793
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
794
|
-
from ../libsoup/soup-types.h:9,
|
795
|
-
from soup-xmlrpc.h:9,
|
796
|
-
from soup-xmlrpc.c:17:
|
797
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
798
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
799
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
800
|
-
mv -f .deps/soup-xmlrpc.Tpo .deps/soup-xmlrpc.Plo
|
801
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -version-info 3:0:2 -no-undefined -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o libsoup-2.4.la -rpath c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib soup-marshal.lo soup-enum-types.lo soup-address.lo soup-auth.lo soup-auth-basic.lo soup-auth-digest.lo soup-auth-ntlm.lo soup-auth-domain.lo soup-auth-domain-basic.lo soup-auth-domain-digest.lo soup-auth-manager.lo soup-auth-manager-ntlm.lo soup-connection.lo soup-cookie.lo soup-cookie-jar.lo soup-cookie-jar-text.lo soup-date.lo soup-dns.lo soup-form.lo soup-gnutls.lo soup-headers.lo soup-logger.lo soup-message.lo soup-message-body.lo soup-message-client-io.lo soup-message-headers.lo soup-message-io.lo soup-message-queue.lo soup-message-server-io.lo soup-method.lo soup-misc.lo soup-multipart.lo soup-nossl.lo soup-path-map.lo soup-proxy-resolver.lo soup-proxy-resolver-static.lo soup-proxy-uri-resolver.lo soup-server.lo soup-session.lo soup-session-async.lo soup-session-feature.lo soup-session-sync.lo soup-socket.lo soup-status.lo soup-uri.lo soup-value-utils.lo soup-xmlrpc.lo -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32
|
802
|
-
libtool-cache: not cached, running libtool...
|
803
|
-
libtool-cache: libtool output: gcc -mtune=pentium3 -mthreads -mms-bitfields -shared .libs/soup-marshal.o .libs/soup-enum-types.o .libs/soup-address.o .libs/soup-auth.o .libs/soup-auth-basic.o .libs/soup-auth-digest.o .libs/soup-auth-ntlm.o .libs/soup-auth-domain.o .libs/soup-auth-domain-basic.o .libs/soup-auth-domain-digest.o .libs/soup-auth-manager.o .libs/soup-auth-manager-ntlm.o .libs/soup-connection.o .libs/soup-cookie.o .libs/soup-cookie-jar.o .libs/soup-cookie-jar-text.o .libs/soup-date.o .libs/soup-dns.o .libs/soup-form.o .libs/soup-gnutls.o .libs/soup-headers.o .libs/soup-logger.o .libs/soup-message.o .libs/soup-message-body.o .libs/soup-message-client-io.o .libs/soup-message-headers.o .libs/soup-message-io.o .libs/soup-message-queue.o .libs/soup-message-server-io.o .libs/soup-method.o .libs/soup-misc.o .libs/soup-multipart.o .libs/soup-nossl.o .libs/soup-path-map.o .libs/soup-proxy-resolver.o .libs/soup-proxy-resolver-static.o .libs/soup-proxy-uri-resolver.o .libs/soup-server.o .libs/soup-session.o .libs/soup-session-async.o .libs/soup-session-feature.o .libs/soup-session-sync.o .libs/soup-socket.o .libs/soup-status.o .libs/soup-uri.o .libs/soup-value-utils.o .libs/soup-xmlrpc.o -L/devel/dist/win32/proxy-libintl-20080918/lib -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -mtune=pentium3 -mthreads -mms-bitfields -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -mthreads -o .libs/libsoup-2.4-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libsoup-2.4.dll.a
|
804
|
-
Creating library file: .libs/libsoup-2.4.dll.a
|
805
|
-
libtool-cache: libtool output: ( cd ".libs" && rm -f "libsoup-2.4.la" && ln -s "../libsoup-2.4.la" "libsoup-2.4.la" )
|
806
|
-
make[3]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
807
|
-
test -z "c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib" || /bin/mkdir -p "c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib"
|
808
|
-
/bin/sh ../libtool --mode=install /opt/local/bin/install -c 'libsoup-2.4.la' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/libsoup-2.4.la'
|
809
|
-
libtool-cache: Unrecognized mode --mode=install - passing through to original libtool
|
810
|
-
libtool.orig: install: /opt/local/bin/install -c .libs/libsoup-2.4.dll.a c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/libsoup-2.4.dll.a
|
811
|
-
libtool.orig: install: base_file=`basename libsoup-2.4.la`
|
812
|
-
libtool.orig: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libsoup-2.4.la'i; echo libsoup-2.4-1.dll'`
|
813
|
-
libtool.orig: install: dldir=c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/`dirname ../bin/libsoup-2.4-1.dll`
|
814
|
-
libtool.orig: install: test -d c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/../bin || mkdir -p c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/../bin
|
815
|
-
libtool.orig: install: /opt/local/bin/install -c .libs/libsoup-2.4-1.dll c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/../bin/libsoup-2.4-1.dll
|
816
|
-
libtool.orig: install: chmod a+x c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/../bin/libsoup-2.4-1.dll
|
817
|
-
libtool.orig: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/../bin/libsoup-2.4-1.dll' || exit 0; fi
|
818
|
-
libtool.orig: install: /opt/local/bin/install -c .libs/libsoup-2.4.lai c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/libsoup-2.4.la
|
819
|
-
----------------------------------------------------------------------
|
820
|
-
Libraries have been installed in:
|
821
|
-
c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
822
|
-
|
823
|
-
If you ever happen to want to link against installed libraries
|
824
|
-
in a given directory, LIBDIR, you must either use libtool, and
|
825
|
-
specify the full pathname of the library, or use the `-LLIBDIR'
|
826
|
-
flag during linking and do at least one of the following:
|
827
|
-
- add LIBDIR to the `PATH' environment variable
|
828
|
-
during execution
|
829
|
-
- add LIBDIR to the `LD_RUN_PATH' environment variable
|
830
|
-
during linking
|
831
|
-
- use the `-LLIBDIR' linker flag
|
832
|
-
|
833
|
-
See any operating system documentation about shared libraries for
|
834
|
-
more information, such as the ld(1) and ld.so(8) manual pages.
|
835
|
-
----------------------------------------------------------------------
|
836
|
-
test -z "" || /bin/mkdir -p ""
|
837
|
-
test -z "c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup" || /bin/mkdir -p "c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup"
|
838
|
-
/opt/local/bin/install -c -m 644 'soup.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup.h'
|
839
|
-
/opt/local/bin/install -c -m 644 'soup-address.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-address.h'
|
840
|
-
/opt/local/bin/install -c -m 644 'soup-auth.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-auth.h'
|
841
|
-
/opt/local/bin/install -c -m 644 'soup-auth-domain.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-auth-domain.h'
|
842
|
-
/opt/local/bin/install -c -m 644 'soup-auth-domain-basic.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h'
|
843
|
-
/opt/local/bin/install -c -m 644 'soup-auth-domain-digest.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h'
|
844
|
-
/opt/local/bin/install -c -m 644 'soup-cookie.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-cookie.h'
|
845
|
-
/opt/local/bin/install -c -m 644 'soup-cookie-jar.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-cookie-jar.h'
|
846
|
-
/opt/local/bin/install -c -m 644 'soup-cookie-jar-text.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h'
|
847
|
-
/opt/local/bin/install -c -m 644 'soup-date.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-date.h'
|
848
|
-
/opt/local/bin/install -c -m 644 'soup-form.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-form.h'
|
849
|
-
/opt/local/bin/install -c -m 644 'soup-headers.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-headers.h'
|
850
|
-
/opt/local/bin/install -c -m 644 'soup-logger.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-logger.h'
|
851
|
-
/opt/local/bin/install -c -m 644 'soup-message.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-message.h'
|
852
|
-
/opt/local/bin/install -c -m 644 'soup-message-body.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-message-body.h'
|
853
|
-
/opt/local/bin/install -c -m 644 'soup-message-headers.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-message-headers.h'
|
854
|
-
/opt/local/bin/install -c -m 644 'soup-method.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-method.h'
|
855
|
-
/opt/local/bin/install -c -m 644 'soup-misc.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-misc.h'
|
856
|
-
/opt/local/bin/install -c -m 644 'soup-multipart.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-multipart.h'
|
857
|
-
/opt/local/bin/install -c -m 644 'soup-portability.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-portability.h'
|
858
|
-
/opt/local/bin/install -c -m 644 'soup-proxy-resolver.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-proxy-resolver.h'
|
859
|
-
/opt/local/bin/install -c -m 644 'soup-proxy-uri-resolver.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h'
|
860
|
-
/opt/local/bin/install -c -m 644 'soup-server.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-server.h'
|
861
|
-
/opt/local/bin/install -c -m 644 'soup-session.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-session.h'
|
862
|
-
/opt/local/bin/install -c -m 644 'soup-session-async.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-session-async.h'
|
863
|
-
/opt/local/bin/install -c -m 644 'soup-session-feature.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-session-feature.h'
|
864
|
-
/opt/local/bin/install -c -m 644 'soup-session-sync.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-session-sync.h'
|
865
|
-
/opt/local/bin/install -c -m 644 'soup-socket.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-socket.h'
|
866
|
-
/opt/local/bin/install -c -m 644 'soup-status.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-status.h'
|
867
|
-
/opt/local/bin/install -c -m 644 'soup-types.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-types.h'
|
868
|
-
/opt/local/bin/install -c -m 644 'soup-uri.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-uri.h'
|
869
|
-
/opt/local/bin/install -c -m 644 'soup-value-utils.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-value-utils.h'
|
870
|
-
/opt/local/bin/install -c -m 644 'soup-xmlrpc.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-xmlrpc.h'
|
871
|
-
/opt/local/bin/install -c -m 644 'soup-enum-types.h' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/include/libsoup-2.4/libsoup/soup-enum-types.h'
|
872
|
-
make[3]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
873
|
-
make[2]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
874
|
-
make[1]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
875
|
-
Making install in tests
|
876
|
-
make[1]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
877
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT chunk-test.o -MD -MP -MF .deps/chunk-test.Tpo -c -o chunk-test.o chunk-test.c
|
878
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
879
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
880
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
881
|
-
from chunk-test.c:12:
|
882
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
883
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
884
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
885
|
-
mv -f .deps/chunk-test.Tpo .deps/chunk-test.Po
|
886
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT test-utils.o -MD -MP -MF .deps/test-utils.Tpo -c -o test-utils.o test-utils.c
|
887
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
888
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
889
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
890
|
-
from ../libsoup/soup-types.h:9,
|
891
|
-
from test-utils.h:5,
|
892
|
-
from test-utils.c:5:
|
893
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
894
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
895
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
896
|
-
test-utils.c: In function `soup_test_session_abort_unref':
|
897
|
-
test-utils.c:249: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
898
|
-
test-utils.c:257: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
899
|
-
test-utils.c: In function `test_server_shutdown':
|
900
|
-
test-utils.c:333: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
901
|
-
test-utils.c:347: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
902
|
-
mv -f .deps/test-utils.Tpo .deps/test-utils.Po
|
903
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o chunk-test.exe chunk-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
904
|
-
libtool-cache: not cached, running libtool...
|
905
|
-
libtool-cache: libtool output: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/chunk-test.exe chunk-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
906
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
907
|
-
Info: resolving __SOUP_METHOD_PUT by linking to __imp___SOUP_METHOD_PUT (auto-import)
|
908
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
909
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
910
|
-
./.libs/lt-chunk-test.c: In function `lt_error_core':
|
911
|
-
./.libs/lt-chunk-test.c:752: warning: function might be possible candidate for `printf' format attribute
|
912
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT context-test.o -MD -MP -MF .deps/context-test.Tpo -c -o context-test.o context-test.c
|
913
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
914
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
915
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
916
|
-
from context-test.c:16:
|
917
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
918
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
919
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
920
|
-
mv -f .deps/context-test.Tpo .deps/context-test.Po
|
921
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o context-test.exe context-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
922
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/context-test.exe context-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
923
|
-
|
924
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
925
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
926
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
927
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT continue-test.o -MD -MP -MF .deps/continue-test.Tpo -c -o continue-test.o continue-test.c
|
928
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
929
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
930
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
931
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
932
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
933
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
934
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
935
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
936
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
937
|
-
from ../libsoup/soup-address.h:11,
|
938
|
-
from ../libsoup/soup.h:13,
|
939
|
-
from continue-test.c:11:
|
940
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
941
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
942
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
943
|
-
continue-test.c: In function `do_message':
|
944
|
-
continue-test.c:70: warning: 'actual_status' might be used uninitialized in this function
|
945
|
-
mv -f .deps/continue-test.Tpo .deps/continue-test.Po
|
946
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o continue-test.exe continue-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
947
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/continue-test.exe continue-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
948
|
-
|
949
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
950
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
951
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
952
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT date.o -MD -MP -MF .deps/date.Tpo -c -o date.o date.c
|
953
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
954
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
955
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
956
|
-
from ../libsoup/soup-types.h:9,
|
957
|
-
from ../libsoup/soup-date.h:11,
|
958
|
-
from date.c:9:
|
959
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
960
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
961
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
962
|
-
date.c: In function `main':
|
963
|
-
date.c:32: warning: 'strdate2' might be used uninitialized in this function
|
964
|
-
mv -f .deps/date.Tpo .deps/date.Po
|
965
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o date.exe date.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
966
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/date.exe date.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
967
|
-
|
968
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT dns.o -MD -MP -MF .deps/dns.Tpo -c -o dns.o dns.c
|
969
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
970
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
971
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
972
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
973
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
974
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
975
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
976
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
977
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
978
|
-
from ../libsoup/soup-address.h:11,
|
979
|
-
from dns.c:6:
|
980
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
981
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
982
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
983
|
-
mv -f .deps/dns.Tpo .deps/dns.Po
|
984
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o dns.exe dns.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
985
|
-
libtool-cache: not cached, running libtool...
|
986
|
-
libtool-cache: libtool output: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/dns.exe dns.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
987
|
-
./.libs/lt-dns.c: In function `lt_error_core':
|
988
|
-
./.libs/lt-dns.c:752: warning: function might be possible candidate for `printf' format attribute
|
989
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT forms-test.o -MD -MP -MF .deps/forms-test.Tpo -c -o forms-test.o forms-test.c
|
990
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
991
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
992
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
993
|
-
from forms-test.c:19:
|
994
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
995
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
996
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
997
|
-
mv -f .deps/forms-test.Tpo .deps/forms-test.Po
|
998
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o forms-test.exe forms-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
999
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/forms-test.exe forms-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1000
|
-
|
1001
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1002
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1003
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
1004
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1005
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1006
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT get.o -MD -MP -MF .deps/get.Tpo -c -o get.o get.c
|
1007
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1008
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1009
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1010
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
1011
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
1012
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
1013
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
1014
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
1015
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
1016
|
-
from ../libsoup/soup-address.h:11,
|
1017
|
-
from ../libsoup/soup.h:13,
|
1018
|
-
from get.c:22:
|
1019
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1020
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1021
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1022
|
-
mv -f .deps/get.Tpo .deps/get.Po
|
1023
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o get.exe get.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1024
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/get.exe get.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1025
|
-
|
1026
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1027
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1028
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1029
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1030
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT getbug.o -MD -MP -MF .deps/getbug.Tpo -c -o getbug.o getbug.c
|
1031
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1032
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1033
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1034
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
1035
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
1036
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
1037
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
1038
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
1039
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
1040
|
-
from ../libsoup/soup-address.h:11,
|
1041
|
-
from ../libsoup/soup.h:13,
|
1042
|
-
from getbug.c:15:
|
1043
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1044
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1045
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1046
|
-
getbug.c: In function `main':
|
1047
|
-
getbug.c:96: warning: 'bug' might be used uninitialized in this function
|
1048
|
-
mv -f .deps/getbug.Tpo .deps/getbug.Po
|
1049
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o getbug.exe getbug.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1050
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/getbug.exe getbug.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1051
|
-
|
1052
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT header-parsing.o -MD -MP -MF .deps/header-parsing.Tpo -c -o header-parsing.o header-parsing.c
|
1053
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1054
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1055
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1056
|
-
from ../libsoup/soup-types.h:9,
|
1057
|
-
from ../libsoup/soup-message.h:9,
|
1058
|
-
from header-parsing.c:7:
|
1059
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1060
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1061
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1062
|
-
mv -f .deps/header-parsing.Tpo .deps/header-parsing.Po
|
1063
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o header-parsing.exe header-parsing.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1064
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/header-parsing.exe header-parsing.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1065
|
-
|
1066
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT misc-test.o -MD -MP -MF .deps/misc-test.Tpo -c -o misc-test.o misc-test.c
|
1067
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1068
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1069
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1070
|
-
from misc-test.c:16:
|
1071
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1072
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1073
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1074
|
-
misc-test.c: In function `do_callback_unref_test':
|
1075
|
-
misc-test.c:164: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
1076
|
-
misc-test.c:169: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
1077
|
-
misc-test.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
1078
|
-
misc-test.c:181: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
1079
|
-
misc-test.c:187: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
1080
|
-
misc-test.c:193: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
1081
|
-
mv -f .deps/misc-test.Tpo .deps/misc-test.Po
|
1082
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o misc-test.exe misc-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1083
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/misc-test.exe misc-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1084
|
-
|
1085
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1086
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1087
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1088
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT ntlm-test.o -MD -MP -MF .deps/ntlm-test.Tpo -c -o ntlm-test.o ntlm-test.c
|
1089
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1090
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1091
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1092
|
-
from ntlm-test.c:22:
|
1093
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1094
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1095
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1096
|
-
mv -f .deps/ntlm-test.Tpo .deps/ntlm-test.Po
|
1097
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o ntlm-test.exe ntlm-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1098
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/ntlm-test.exe ntlm-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1099
|
-
|
1100
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1101
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1102
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1103
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT redirect-test.o -MD -MP -MF .deps/redirect-test.Tpo -c -o redirect-test.o redirect-test.c
|
1104
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1105
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1106
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1107
|
-
from redirect-test.c:12:
|
1108
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1109
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1110
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1111
|
-
mv -f .deps/redirect-test.Tpo .deps/redirect-test.Po
|
1112
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o redirect-test.exe redirect-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1113
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/redirect-test.exe redirect-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1114
|
-
|
1115
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
1116
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1117
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1118
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1119
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1120
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT simple-httpd.o -MD -MP -MF .deps/simple-httpd.Tpo -c -o simple-httpd.o simple-httpd.c
|
1121
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1122
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1123
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1124
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
1125
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
1126
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
1127
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
1128
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
1129
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
1130
|
-
from ../libsoup/soup-address.h:11,
|
1131
|
-
from ../libsoup/soup.h:13,
|
1132
|
-
from simple-httpd.c:23:
|
1133
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1134
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1135
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1136
|
-
mv -f .deps/simple-httpd.Tpo .deps/simple-httpd.Po
|
1137
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o simple-httpd.exe simple-httpd.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1138
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/simple-httpd.exe simple-httpd.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1139
|
-
|
1140
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1141
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1142
|
-
Info: resolving __SOUP_METHOD_PUT by linking to __imp___SOUP_METHOD_PUT (auto-import)
|
1143
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1144
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1145
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT simple-proxy.o -MD -MP -MF .deps/simple-proxy.Tpo -c -o simple-proxy.o simple-proxy.c
|
1146
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1147
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1148
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1149
|
-
from simple-proxy.c:16:
|
1150
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1151
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1152
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1153
|
-
mv -f .deps/simple-proxy.Tpo .deps/simple-proxy.Po
|
1154
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o simple-proxy.exe simple-proxy.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1155
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/simple-proxy.exe simple-proxy.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1156
|
-
|
1157
|
-
Info: resolving __SOUP_METHOD_CONNECT by linking to __imp___SOUP_METHOD_CONNECT (auto-import)
|
1158
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1159
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1160
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT streaming-test.o -MD -MP -MF .deps/streaming-test.Tpo -c -o streaming-test.o streaming-test.c
|
1161
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1162
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1163
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1164
|
-
from streaming-test.c:12:
|
1165
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1166
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1167
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1168
|
-
mv -f .deps/streaming-test.Tpo .deps/streaming-test.Po
|
1169
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o streaming-test.exe streaming-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1170
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/streaming-test.exe streaming-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1171
|
-
|
1172
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT timeout-test.o -MD -MP -MF .deps/timeout-test.Tpo -c -o timeout-test.o timeout-test.c
|
1173
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1174
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1175
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1176
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gtype.h:26,
|
1177
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gobject/gboxed.h:26,
|
1178
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib-object.h:25,
|
1179
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gioenums.h:30,
|
1180
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/giotypes.h:30,
|
1181
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/gio/gio.h:28,
|
1182
|
-
from ../libsoup/soup-address.h:11,
|
1183
|
-
from ../libsoup/soup.h:13,
|
1184
|
-
from timeout-test.c:11:
|
1185
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1186
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1187
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1188
|
-
mv -f .deps/timeout-test.Tpo .deps/timeout-test.Po
|
1189
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o timeout-test.exe timeout-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1190
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/timeout-test.exe timeout-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1191
|
-
|
1192
|
-
gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -Ic:/devel/dist/win32/libxml2-2.7.3-1/include/libxml2 -mms-bitfields -Ic:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0 -Ic:/devel/dist/win32/glib-2.20.4-1/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/devel/dist/win32/proxy-libintl-20080918/include -I/devel/dist/win32/win-iconv-tml-20090213/include -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -MT uri-parsing.o -MD -MP -MF .deps/uri-parsing.Tpo -c -o uri-parsing.o uri-parsing.c
|
1193
|
-
In file included from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gthread.h:36,
|
1194
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gasyncqueue.h:34,
|
1195
|
-
from c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib.h:34,
|
1196
|
-
from ../libsoup/soup-types.h:9,
|
1197
|
-
from ../libsoup/soup-uri.h:11,
|
1198
|
-
from uri-parsing.c:9:
|
1199
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:137: warning: function declaration isn't a prototype
|
1200
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h: In function `_g_win32_get_system_data_dirs':
|
1201
|
-
c:/devel/dist/win32/glib-2.20.4-1/include/glib-2.0/glib/gutils.h:148: warning: function declaration isn't a prototype
|
1202
|
-
mv -f .deps/uri-parsing.Tpo .deps/uri-parsing.Po
|
1203
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o uri-parsing.exe uri-parsing.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1204
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/uri-parsing.exe uri-parsing.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1205
|
-
|
1206
|
-
make[2]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
1207
|
-
make[2]: Nothing to be done for `install-exec-am'.
|
1208
|
-
make[2]: Nothing to be done for `install-data-am'.
|
1209
|
-
make[2]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
1210
|
-
make[1]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
1211
|
-
Making install in docs
|
1212
|
-
make[1]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs'
|
1213
|
-
Making install in reference
|
1214
|
-
make[2]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs/reference'
|
1215
|
-
make[3]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs/reference'
|
1216
|
-
make[3]: Nothing to be done for `install-exec-am'.
|
1217
|
-
installfiles=`echo ./html/*`; \
|
1218
|
-
if test "$installfiles" = './html/*'; \
|
1219
|
-
then echo '-- Nothing to install' ; \
|
1220
|
-
else \
|
1221
|
-
if test -n ""; then \
|
1222
|
-
installdir="c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/share/gtk-doc/html/libsoup-2.4-"; \
|
1223
|
-
else \
|
1224
|
-
installdir="c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/share/gtk-doc/html/libsoup-2.4"; \
|
1225
|
-
fi; \
|
1226
|
-
/bin/sh /devel/src/gnome/libsoup/2.26.3-1_win32/install-sh -d ${installdir} ; \
|
1227
|
-
for i in $installfiles; do \
|
1228
|
-
echo '-- Installing '$i ; \
|
1229
|
-
/opt/local/bin/install -c -m 644 $i ${installdir}; \
|
1230
|
-
done; \
|
1231
|
-
if test -n ""; then \
|
1232
|
-
mv -f ${installdir}/libsoup-2.4.devhelp2 \
|
1233
|
-
${installdir}/libsoup-2.4-.devhelp2; \
|
1234
|
-
mv -f ${installdir}/libsoup-2.4.devhelp \
|
1235
|
-
${installdir}/libsoup-2.4-.devhelp; \
|
1236
|
-
fi; \
|
1237
|
-
! which gtkdoc-rebase >/dev/null 2>&1 || \
|
1238
|
-
gtkdoc-rebase --relative --dest-dir= --html-dir=${installdir} ; \
|
1239
|
-
fi
|
1240
|
-
-- Installing ./html/SoupAddress.html
|
1241
|
-
-- Installing ./html/SoupAuth.html
|
1242
|
-
-- Installing ./html/SoupAuthDomain.html
|
1243
|
-
-- Installing ./html/SoupAuthDomainBasic.html
|
1244
|
-
-- Installing ./html/SoupAuthDomainDigest.html
|
1245
|
-
-- Installing ./html/SoupCookieJar.html
|
1246
|
-
-- Installing ./html/SoupCookieJarSqlite.html
|
1247
|
-
-- Installing ./html/SoupCookieJarText.html
|
1248
|
-
-- Installing ./html/SoupLogger.html
|
1249
|
-
-- Installing ./html/SoupMessage.html
|
1250
|
-
-- Installing ./html/SoupProxyResolver.html
|
1251
|
-
-- Installing ./html/SoupServer.html
|
1252
|
-
-- Installing ./html/SoupSession.html
|
1253
|
-
-- Installing ./html/SoupSessionAsync.html
|
1254
|
-
-- Installing ./html/SoupSessionFeature.html
|
1255
|
-
-- Installing ./html/SoupSessionSync.html
|
1256
|
-
-- Installing ./html/SoupSocket.html
|
1257
|
-
-- Installing ./html/ch01.html
|
1258
|
-
-- Installing ./html/ch02.html
|
1259
|
-
-- Installing ./html/ch03.html
|
1260
|
-
-- Installing ./html/ch04.html
|
1261
|
-
-- Installing ./html/ch05.html
|
1262
|
-
-- Installing ./html/home.png
|
1263
|
-
-- Installing ./html/index.html
|
1264
|
-
-- Installing ./html/index.sgml
|
1265
|
-
-- Installing ./html/ix01.html
|
1266
|
-
-- Installing ./html/left.png
|
1267
|
-
-- Installing ./html/libsoup-2.4.devhelp
|
1268
|
-
-- Installing ./html/libsoup-2.4.devhelp2
|
1269
|
-
-- Installing ./html/libsoup-24-GValue-Support.html
|
1270
|
-
-- Installing ./html/libsoup-24-HTML-Form-Support.html
|
1271
|
-
-- Installing ./html/libsoup-24-Soup-Miscellaneous-Utilities.html
|
1272
|
-
-- Installing ./html/libsoup-24-SoupCookie.html
|
1273
|
-
-- Installing ./html/libsoup-24-SoupMessageBody.html
|
1274
|
-
-- Installing ./html/libsoup-24-SoupMessageHeaders.html
|
1275
|
-
-- Installing ./html/libsoup-24-SoupMultipart.html
|
1276
|
-
-- Installing ./html/libsoup-24-SoupURI.html
|
1277
|
-
-- Installing ./html/libsoup-24-XMLRPC-Support.html
|
1278
|
-
-- Installing ./html/libsoup-24-soup-gnome-features.html
|
1279
|
-
-- Installing ./html/libsoup-24-soup-method.html
|
1280
|
-
-- Installing ./html/libsoup-24-soup-status.html
|
1281
|
-
-- Installing ./html/libsoup-build-howto.html
|
1282
|
-
-- Installing ./html/libsoup-client-howto.html
|
1283
|
-
-- Installing ./html/libsoup-porting-2.2-2.4.html
|
1284
|
-
-- Installing ./html/libsoup-server-howto.html
|
1285
|
-
-- Installing ./html/right.png
|
1286
|
-
-- Installing ./html/style.css
|
1287
|
-
-- Installing ./html/up.png
|
1288
|
-
make[3]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs/reference'
|
1289
|
-
make[2]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs/reference'
|
1290
|
-
make[2]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs'
|
1291
|
-
make[3]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs'
|
1292
|
-
make[3]: Nothing to be done for `install-exec-am'.
|
1293
|
-
make[3]: Nothing to be done for `install-data-am'.
|
1294
|
-
make[3]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs'
|
1295
|
-
make[2]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs'
|
1296
|
-
make[1]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/docs'
|
1297
|
-
make[1]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32'
|
1298
|
-
make[2]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32'
|
1299
|
-
make[2]: Nothing to be done for `install-exec-am'.
|
1300
|
-
test -z "c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/pkgconfig"
|
1301
|
-
/opt/local/bin/install -c -m 644 'libsoup-2.4.pc' 'c:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib/pkgconfig/libsoup-2.4.pc'
|
1302
|
-
make[2]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32'
|
1303
|
-
make[1]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32'
|
1304
|
-
++ PATH='/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/bin:/devel/dist/win32/libxml2-2.7.3-1/bin:/devel/dist/win32/glib-2.20.4-1/bin:/opt/misc/bin:/opt/gnu/bin:/opt/gnuwin32/bin:/opt/freetype/bin:/opt/pthread/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs-21.4/XEmacs-21.4.19/i586-pc-win32:/opt/sysinternals/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/Program Files/Novell/GroupWise:/c/WINDOWS/system32/WindowsPowerShell/v1.0:/c/Program Files/QuickTime/QTSystem/'
|
1305
|
-
++ make check
|
1306
|
-
Making check in libsoup
|
1307
|
-
make[1]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
1308
|
-
make check-am
|
1309
|
-
make[2]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
1310
|
-
make[2]: Nothing to be done for `check-am'.
|
1311
|
-
make[2]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
1312
|
-
make[1]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/libsoup'
|
1313
|
-
Making check in tests
|
1314
|
-
make[1]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
1315
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o context-test.exe context-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1316
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/context-test.exe context-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1317
|
-
|
1318
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1319
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1320
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1321
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o continue-test.exe continue-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1322
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/continue-test.exe continue-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1323
|
-
|
1324
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
1325
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1326
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1327
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o date.exe date.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1328
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/date.exe date.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1329
|
-
|
1330
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o forms-test.exe forms-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1331
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/forms-test.exe forms-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1332
|
-
|
1333
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1334
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1335
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
1336
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1337
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1338
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o get.exe get.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1339
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/get.exe get.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1340
|
-
|
1341
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1342
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1343
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1344
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1345
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o getbug.exe getbug.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1346
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/getbug.exe getbug.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1347
|
-
|
1348
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o header-parsing.exe header-parsing.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1349
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/header-parsing.exe header-parsing.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1350
|
-
|
1351
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o misc-test.exe misc-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1352
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/misc-test.exe misc-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1353
|
-
|
1354
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1355
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1356
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1357
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o ntlm-test.exe ntlm-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1358
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/ntlm-test.exe ntlm-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1359
|
-
|
1360
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1361
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1362
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1363
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o redirect-test.exe redirect-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1364
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/redirect-test.exe redirect-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1365
|
-
|
1366
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
1367
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1368
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1369
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1370
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1371
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o simple-httpd.exe simple-httpd.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1372
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/simple-httpd.exe simple-httpd.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1373
|
-
|
1374
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1375
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1376
|
-
Info: resolving __SOUP_METHOD_PUT by linking to __imp___SOUP_METHOD_PUT (auto-import)
|
1377
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1378
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1379
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o simple-proxy.exe simple-proxy.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1380
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/simple-proxy.exe simple-proxy.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1381
|
-
|
1382
|
-
Info: resolving __SOUP_METHOD_CONNECT by linking to __imp___SOUP_METHOD_CONNECT (auto-import)
|
1383
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1384
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1385
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o streaming-test.exe streaming-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1386
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/streaming-test.exe streaming-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1387
|
-
|
1388
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o timeout-test.exe timeout-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1389
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/timeout-test.exe timeout-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1390
|
-
|
1391
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o uri-parsing.exe uri-parsing.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1392
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/uri-parsing.exe uri-parsing.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1393
|
-
|
1394
|
-
make check-TESTS check-local
|
1395
|
-
make[2]: Entering directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
1396
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o context-test.exe context-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1397
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/context-test.exe context-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1398
|
-
|
1399
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1400
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1401
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1402
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o continue-test.exe continue-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1403
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/continue-test.exe continue-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1404
|
-
|
1405
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
1406
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1407
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1408
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o date.exe date.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1409
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/date.exe date.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1410
|
-
|
1411
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o header-parsing.exe header-parsing.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1412
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/header-parsing.exe header-parsing.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1413
|
-
|
1414
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o misc-test.exe misc-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1415
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/misc-test.exe misc-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1416
|
-
|
1417
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1418
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1419
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1420
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o ntlm-test.exe ntlm-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1421
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/ntlm-test.exe ntlm-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1422
|
-
|
1423
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1424
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1425
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1426
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o redirect-test.exe redirect-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1427
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/redirect-test.exe redirect-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1428
|
-
|
1429
|
-
Info: resolving __SOUP_METHOD_POST by linking to __imp___SOUP_METHOD_POST (auto-import)
|
1430
|
-
Info: resolving __SOUP_METHOD_GET by linking to __imp___SOUP_METHOD_GET (auto-import)
|
1431
|
-
Info: resolving __SOUP_METHOD_HEAD by linking to __imp___SOUP_METHOD_HEAD (auto-import)
|
1432
|
-
c:\opt\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
|
1433
|
-
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
|
1434
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o streaming-test.exe streaming-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1435
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/streaming-test.exe streaming-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1436
|
-
|
1437
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o timeout-test.exe timeout-test.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1438
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/timeout-test.exe timeout-test.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1439
|
-
|
1440
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -L/devel/dist/win32/proxy-libintl-20080918/lib -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o uri-parsing.exe uri-parsing.o test-utils.o ../libsoup/libsoup-2.4.la -Lc:/devel/dist/win32/glib-2.20.4-1/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
|
1441
|
-
libtool-cache: executing cached command: gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-format-attribute -Wundef -Wl,--exclude-libs=libintl.a -Wl,--enable-auto-image-base -o .libs/uri-parsing.exe uri-parsing.o test-utils.o -L/devel/dist/win32/proxy-libintl-20080918/lib ../libsoup/.libs/libsoup-2.4.dll.a -Lc:/devel/dist/win32/glib-2.20.4-1/lib -Lc:/devel/dist/win32/libxml2-2.7.3-1/lib -lxml2 -lws2_32 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -mthreads -Lc:/devel/target/4ee61536bf9d7ac3cf2c01bf072757dc/lib
|
1442
|
-
|
1443
|
-
chunk-test.exe: OK
|
1444
|
-
PASS: chunk-test.exe
|
1445
|
-
/bin/sh: line 8: ./context-test.exe: No such file or directory
|
1446
|
-
FAIL: context-test.exe
|
1447
|
-
/bin/sh: line 8: ./continue-test.exe: No such file or directory
|
1448
|
-
FAIL: continue-test.exe
|
1449
|
-
/bin/sh: line 8: ./date.exe: No such file or directory
|
1450
|
-
FAIL: date.exe
|
1451
|
-
/bin/sh: line 8: ./header-parsing.exe: No such file or directory
|
1452
|
-
FAIL: header-parsing.exe
|
1453
|
-
/bin/sh: line 8: ./misc-test.exe: No such file or directory
|
1454
|
-
FAIL: misc-test.exe
|
1455
|
-
/bin/sh: line 8: ./ntlm-test.exe: No such file or directory
|
1456
|
-
FAIL: ntlm-test.exe
|
1457
|
-
/bin/sh: line 8: ./redirect-test.exe: No such file or directory
|
1458
|
-
FAIL: redirect-test.exe
|
1459
|
-
/bin/sh: line 8: ./streaming-test.exe: No such file or directory
|
1460
|
-
FAIL: streaming-test.exe
|
1461
|
-
/bin/sh: line 8: ./timeout-test.exe: No such file or directory
|
1462
|
-
FAIL: timeout-test.exe
|
1463
|
-
/bin/sh: line 8: ./uri-parsing.exe: No such file or directory
|
1464
|
-
FAIL: uri-parsing.exe
|
1465
|
-
=====================
|
1466
|
-
10 of 11 tests failed
|
1467
|
-
=====================
|
1468
|
-
make[2]: *** [check-TESTS] Error 1
|
1469
|
-
make[2]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
1470
|
-
make[1]: *** [check-am] Error 2
|
1471
|
-
make[1]: Leaving directory `/devel/src/gnome/libsoup/2.26.3-1_win32/tests'
|
1472
|
-
make: *** [check-recursive] Error 1
|
1473
|
-
++ true
|
1474
|
-
++ ./libsoup-zip
|
1475
|
-
rm: cannot lstat `/tmp/libsoup-2.26.3.zip': No such file or directory
|
1476
|
-
adding: bin/libsoup-2.4-1.dll (224 bytes security) (deflated 71%)
|
1477
|
-
rm: cannot lstat `/tmp/libsoup-dev-2.26.3.zip': No such file or directory
|
1478
|
-
adding: include/libsoup-2.4/ (280 bytes security) (stored 0%)
|
1479
|
-
adding: include/libsoup-2.4/libsoup/ (280 bytes security) (stored 0%)
|
1480
|
-
adding: include/libsoup-2.4/libsoup/soup-address.h (224 bytes security) (deflated 71%)
|
1481
|
-
adding: include/libsoup-2.4/libsoup/soup-auth-domain-basic.h (224 bytes security) (deflated 67%)
|
1482
|
-
adding: include/libsoup-2.4/libsoup/soup-auth-domain-digest.h (224 bytes security) (deflated 68%)
|
1483
|
-
adding: include/libsoup-2.4/libsoup/soup-auth-domain.h (224 bytes security) (deflated 74%)
|
1484
|
-
adding: include/libsoup-2.4/libsoup/soup-auth.h (224 bytes security) (deflated 71%)
|
1485
|
-
adding: include/libsoup-2.4/libsoup/soup-cookie-jar-text.h (224 bytes security) (deflated 64%)
|
1486
|
-
adding: include/libsoup-2.4/libsoup/soup-cookie-jar.h (224 bytes security) (deflated 68%)
|
1487
|
-
adding: include/libsoup-2.4/libsoup/soup-cookie.h (224 bytes security) (deflated 74%)
|
1488
|
-
adding: include/libsoup-2.4/libsoup/soup-date.h (224 bytes security) (deflated 64%)
|
1489
|
-
adding: include/libsoup-2.4/libsoup/soup-enum-types.h (224 bytes security) (deflated 74%)
|
1490
|
-
adding: include/libsoup-2.4/libsoup/soup-form.h (224 bytes security) (deflated 66%)
|
1491
|
-
adding: include/libsoup-2.4/libsoup/soup-headers.h (224 bytes security) (deflated 71%)
|
1492
|
-
adding: include/libsoup-2.4/libsoup/soup-logger.h (224 bytes security) (deflated 70%)
|
1493
|
-
adding: include/libsoup-2.4/libsoup/soup-message-body.h (224 bytes security) (deflated 72%)
|
1494
|
-
adding: include/libsoup-2.4/libsoup/soup-message-headers.h (224 bytes security) (deflated 79%)
|
1495
|
-
adding: include/libsoup-2.4/libsoup/soup-message.h (224 bytes security) (deflated 75%)
|
1496
|
-
adding: include/libsoup-2.4/libsoup/soup-method.h (224 bytes security) (deflated 70%)
|
1497
|
-
adding: include/libsoup-2.4/libsoup/soup-misc.h (224 bytes security) (deflated 61%)
|
1498
|
-
adding: include/libsoup-2.4/libsoup/soup-multipart.h (224 bytes security) (deflated 71%)
|
1499
|
-
adding: include/libsoup-2.4/libsoup/soup-portability.h (224 bytes security) (deflated 43%)
|
1500
|
-
adding: include/libsoup-2.4/libsoup/soup-proxy-resolver.h (224 bytes security) (deflated 68%)
|
1501
|
-
adding: include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h (224 bytes security) (deflated 71%)
|
1502
|
-
adding: include/libsoup-2.4/libsoup/soup-server.h (224 bytes security) (deflated 73%)
|
1503
|
-
adding: include/libsoup-2.4/libsoup/soup-session-async.h (224 bytes security) (deflated 64%)
|
1504
|
-
adding: include/libsoup-2.4/libsoup/soup-session-feature.h (224 bytes security) (deflated 72%)
|
1505
|
-
adding: include/libsoup-2.4/libsoup/soup-session-sync.h (224 bytes security) (deflated 64%)
|
1506
|
-
adding: include/libsoup-2.4/libsoup/soup-session.h (224 bytes security) (deflated 75%)
|
1507
|
-
adding: include/libsoup-2.4/libsoup/soup-socket.h (224 bytes security) (deflated 74%)
|
1508
|
-
adding: include/libsoup-2.4/libsoup/soup-status.h (224 bytes security) (deflated 70%)
|
1509
|
-
adding: include/libsoup-2.4/libsoup/soup-types.h (224 bytes security) (deflated 64%)
|
1510
|
-
adding: include/libsoup-2.4/libsoup/soup-uri.h (224 bytes security) (deflated 71%)
|
1511
|
-
adding: include/libsoup-2.4/libsoup/soup-value-utils.h (224 bytes security) (deflated 73%)
|
1512
|
-
adding: include/libsoup-2.4/libsoup/soup-xmlrpc.h (224 bytes security) (deflated 67%)
|
1513
|
-
adding: include/libsoup-2.4/libsoup/soup.h (224 bytes security) (deflated 70%)
|
1514
|
-
adding: lib/libsoup-2.4.dll.a (224 bytes security) (deflated 93%)
|
1515
|
-
adding: lib/pkgconfig/libsoup-2.4.pc (224 bytes security) (deflated 33%)
|
1516
|
-
zip warning: name not matched: share/gtk-doc/html/libsoup
|
1517
|
-
++ mv /tmp/libsoup-2.26.3.zip /tmp/libsoup_2.26.3-1_win32.zip
|
1518
|
-
++ mv /tmp/libsoup-dev-2.26.3.zip /tmp/libsoup-dev_2.26.3-1_win32.zip
|