[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
Wed Apr 30 07:37:57 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=711145
GStreamer | gst-plugins-base | 1.2.0
Dmitry <dkorobkov> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dkorobkov at mail.ru
--- Comment #12 from Dmitry <dkorobkov at mail.ru> 2014-04-30 14:37:49 UTC ---
Hi guys,
having the same issue building gst-plugins-base (cloned from
git://anongit.freedesktop.org/git/gstreamer/ an hour ago) on ARMHF (Ubuntu
13.04) both with Orc 0.4.19 and without it (./configure --disable-orc, maybe
build errors are different but they are related to passing arguments)
Per README, it is GStreamer-1.3.x development series.
Linux version 3.4.75 (root at sa1) (gcc version 4.8.2 20130902 (prerelease)
(crosstool-NG linaro-1.13.1-4.8-2013.09 - Linaro GCC 2013.09) ) #1 SMP PREEMPT
Thu Jan 2 22:10:03 CST 2014
Log itself is:
make[4]: Entering directory `/mnt/sandisk/gst-plugins-base/gst-libs/gst/audio'
make all-am
make[5]: Entering directory `/mnt/sandisk/gst-plugins-base/gst-libs/gst/audio'
CC libgstaudio_1.0_la-audio-format.lo
audio-format.c: In function 'unpack_s8':
audio-format.c:117:1: error: passing argument 2 of 'audio_orc_unpack_s8' makes
integer from pointer without a cast [-Werror]
MAKE_ORC_PACK_UNPACK (s8)
^
In file included from audio-format.c:28:0:
gstaudiopack.h:84:6: note: expected 'int' but argument is of type 'gpointer'
void audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, int n);
^
audio-format.c:117:1: error: too many arguments to function
'audio_orc_unpack_s8'
MAKE_ORC_PACK_UNPACK (s8)
^
In file included from audio-format.c:28:0:
gstaudiopack.h:84:6: note: declared here
void audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, int n);
^
audio-format.c: In function 'pack_s8':
audio-format.c:117:1: error: passing argument 2 of 'audio_orc_pack_s8' makes
integer from pointer without a cast [-Werror]
MAKE_ORC_PACK_UNPACK (s8)
^
In file included from audio-format.c:28:0:
gstaudiopack.h:102:6: note: expected 'int' but argument is of type 'gpointer'
void audio_orc_pack_s8 (guint8 * ORC_RESTRICT d1, int n);
^
audio-format.c:117:1: error: too many arguments to function 'audio_orc_pack_s8'
MAKE_ORC_PACK_UNPACK (s8)
^
In file included from audio-format.c:28:0:
gstaudiopack.h:102:6: note: declared here
void audio_orc_pack_s8 (guint8 * ORC_RESTRICT d1, int n);
^
audio-format.c: In function 'unpack_u8':
audio-format.c:119:5: error: passing argument 2 of 'audio_orc_unpack_u8' makes
integer from pointer without a cast [-Werror]
MAKE_ORC_PACK_UNPACK (u8)
^
...(10 screens of build errors dropped)....
In file included from audio-format.c:28:0:
gstaudiopack.h:121:6: note: declared here
void audio_orc_splat_u64 (guint64 * ORC_RESTRICT d1, int n);
^
cc1: all warnings being treated as errors
make[5]: *** [libgstaudio_1.0_la-audio-format.lo] Error 1
make[5]: Leaving directory `/mnt/sandisk/gst-plugins-base/gst-libs/gst/audio'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/mnt/sandisk/gst-plugins-base/gst-libs/gst/audio'
make[3]: *** [audio] Error 2
make[3]: Leaving directory `/mnt/sandisk/gst-plugins-base/gst-libs/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/sandisk/gst-plugins-base/gst-libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/sandisk/gst-plugins-base'
make: *** [all] Error 2
The box is available in its current state for at least 4 days more so I can get
more information from it on your request.
You can get tar.gz similar to what you requested from Peter from
http://www.gsmpager.ru/gstbuild.tar.gz
--
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