GNOME Bugzilla – Bug 665932
adder: orc feature used that is incompatible with --compat in program add_int32
Last modified: 2012-04-01 00:10:05 UTC
Created attachment 203199 [details] Outut to terminal Compile gst-plugins-base-0.10.35 Error
Linux Slackware 13.37 x64 ORC is 0.4.16
No idea what's going wrong here. Could you: a) attach your config.log file? and b) run this: cd gst/adder/ make clean make V=1 and attach the output of make V=1 ? Thanks!
Created attachment 203208 [details] config.log file
and make V=1 ___ /usr/bin/orcc --compat 0.4.11 --implementation --include glib.h -o tmp-orc.c ./gstadderorc.orc Feature used that is incompatible with --compat in program add_int32 make: *** [tmp-orc.c] Ошибка 1 ___
Mayby try reinstall orc from 0.4.16 to 0.4.11 ?
*maybe
How to resolve this problem?
Works fine here with orc 0.4.16. Does it work if you manually call > /usr/bin/orcc --implementation --include glib.h -o tmp-orc.c ./gstadderorc.orc in gst/adder ?
Created attachment 203354 [details] /usr/bin/orcc --implementation --include glib.h -o tmp-orc.c ./gstadderorc.orc I try. Maybe ok see attachment
I try new compiled Making all in gst make[2]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst' make -C adder make -C app make -C audioconvert make -C audiorate make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/adder' make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/app' make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audioconvert' make[3]: Вход в каталог `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audiorate' ORCC tmp-orc.c CC libgstapp_la-gstapp.lo ORCC tmp-orc.c CC libgstaudiorate_la-gstaudiorate.lo Feature used that is incompatible with --compat in program add_int32 make[3]: *** [tmp-orc.c] Ошибка 1 make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/adder' make[2]: *** [adder] Ошибка 2 make[2]: *** Ожидание завершения заданий... Feature used that is incompatible with --compat in program orc_audio_convert_unpack_u8 make[3]: *** [tmp-orc.c] Ошибка 1 make[3]: *** Ожидание завершения заданий... ORCC gstaudioconvertorc.h make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audioconvert' make[2]: *** [audioconvert] Ошибка 2 CCLD libgstapp.la CCLD libgstaudiorate.la make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/app' make[3]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst/audiorate' make[2]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35/gst' make[1]: *** [all-recursive] Ошибка 1 make[1]: Выход из каталога `/data/Software/Linux/Multimedia/Tools/GStreamer/gstreamer_base_plug-ins/0.10.35/gst-plugins-base-0.10.35' make: *** [all] Ошибка 2 :((
Created attachment 203355 [details] After make This is fail variant compile options ./configure --prefix=/usr --libdir=/usr/lib64 --enable-shared
Where i found all dependences for this program?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!