[Bug 711145] whem I compile this plugin under ubuntu13.10 or 12.04, it gives error like this

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 2 04:26:39 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=711145
  GStreamer | gst-plugins-base | 1.2.0

Peter Maersk-Moller <pmaersk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmaersk at gmail.com

--- Comment #9 from Peter Maersk-Moller <pmaersk at gmail.com> 2014-03-02 12:48:42 UTC ---
I can confirm the problem with Ubuntu 12.04 LTS

Linux thinkie 3.5.0-46-generic #70~precise1-Ubuntu SMP Thu Jan 9 23:55:12 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

I'm trying to compile GStreamer 1.2.3 on updated Ubuntu 12.04. Earlier versions
have compiled without major mishaps, but this versions have some problems with
type definitions for audio formats related to Orc.

Liborc-0.4.18 has been installed.

The compiler produces this output

make[1]: Entering directory
`/home/pmm/Projects/GStreamer/gst-plugins-base-1.2.3/gst-libs/gst/audio'
  CC     libgstaudio_1.0_la-audio-format.lo
audio-format.c: In function 'unpack_s8':
audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_unpack_s8'
makes integer from pointer without a cast [enabled by default]
gstaudiopack.h:71:6: note: expected 'int' but argument is of type 'gpointer'
audio-format.c:111:1: error: too many arguments to function
'audio_orc_unpack_s8'
gstaudiopack.h:71:6: note: declared here
audio-format.c: In function 'pack_s8':
audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_pack_s8' makes
integer from pointer without a cast [enabled by default]
gstaudiopack.h:89:6: note: expected 'int' but argument is of type 'gpointer'
audio-format.c:111:1: error: too many arguments to function 'audio_orc_pack_s8'
gstaudiopack.h:89:6: note: declared here

When running autogen.sh for gst-plugins-base-1.2.3 I do see this messages that
may be related:

+ running automake --add-missing --copy...
common/orc.mak:26: variable `ORC_NODIST_SOURCES' is defined but no program or
common/orc.mak:26: library has `ORC_NODIST' as canonical name (possible typo)
gst-libs/gst/audio/Makefile.am:3:   `common/orc.mak' included from here
common/orc.mak:26: variable `ORC_NODIST_SOURCES' is defined but no program or
common/orc.mak:26: library has `ORC_NODIST' as canonical name (possible typo)
gst-libs/gst/video/Makefile.am:3:   `common/orc.mak' included from here

And this:

configure: *** Plug-ins with dependencies that will NOT be built:
    ivorbisdec

configure: *** Orc acceleration enabled.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list