Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gcc -c -pipe -Wno-unused-variable -Wno-unused-function -Wno-unused-const-variable -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/batman/build/jamesdsp-pulse-git/src=/usr/src/debug/jamesdsp-pulse-git -flto=auto -pthread -pthread -pthread -pthread -Wall -Wextra -mno-direct-extern-access -D_REENTRANT -DUSE_PULSEAUDIO -DFLATPAK_APP_ID=\"me.timschneeberger.jdsp4linux.pulse\" -DAPP_VERSION=2.7.0-16-g6b35b75 -DJDSP_VERSION=4.01 -DQTCSV_MAKE_LIB -DQT_NO_PRINTER -DHAS_JDSP_DRIVER -DADS_STATIC -DQT_DEPRECATED_WARNINGS -D_REENTRANT -DQT_NO_DEBUG -DQT_SVGWIDGETS_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I../../src -I. -I../../3rdparty/asyncplusplus/include -I../../3rdparty/qtpromise/include -I../../3rdparty/qtpromise/src -I../../3rdparty/qtcsv/include -I../../3rdparty/qtcsv -I../../3rdparty/qcustomplot -I../../3rdparty/WAF -I../../3rdparty -I../../src/audio/base -I../../src/audio/pulseaudio/wrapper -I../../src/audio/pulseaudio -I../../src/subprojects/AutoEqIntegration -I../../src/subprojects/FlatTabWidget/FlatTabWidget -I../../src/subprojects/LiquidEqualizerWidget/src -I../../src/subprojects/GraphicEQWidget/GraphicEQWidget -I../../src/subprojects/EELEditor/3rdparty/QCodeEditor/include -I../../src/subprojects/EELEditor/3rdparty/docking-system/src -I../../src/subprojects/EELEditor/src -I../../libjamesdsp/subtree/Main/libjamesdsp/jni/jamesdsp/jdsp -I../../libjamesdsp -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/sysprof-6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/qt6 -I/usr/include/qt6/QtSvgWidgets -I/usr/include/qt6/QtSvg -I/usr/include/qt6/QtWidgets -I/usr/include/qt6/QtGui/6.7.1 -I/usr/include/qt6/QtGui/6.7.1/QtGui -I/usr/include/qt6/QtGui -I/usr/include/qt6/QtXml -I/usr/include/qt6/QtNetwork -I/usr/include/qt6/QtDBus -I/usr/include/qt6/QtCore/6.7.1 -I/usr/include/qt6/QtCore/6.7.1/QtCore -I/usr/include/qt6/QtCore -I. -I. -I/usr/lib/qt6/mkspecs/linux-g++ -o gstjamesdsp.o ../../src/audio/pulseaudio/wrapper/gstjamesdsp.c
- In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
- from /usr/include/glib-2.0/gobject/gbinding.h:31,
- from /usr/include/glib-2.0/glib-object.h:24,
- from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:6,
- from /usr/include/gstreamer-1.0/gst/gst.h:31,
- from ../../src/audio/pulseaudio/wrapper/gstjamesdsp.h:4,
- from ../../src/audio/pulseaudio/wrapper/gstjamesdsp.c:1:
- ../../src/audio/pulseaudio/wrapper/gstjamesdsp.c: In function ‘gst_jamesdsp_class_init’:
- /usr/include/glib-2.0/gobject/gtype.h:2657:42: error: passing argument 1 of ‘gst_audio_filter_class_add_pad_templates’ from incompatible pointer type [-Wincompatible-pointer-types]
- 2657 | # define _G_TYPE_CCC(cp, gt, ct) ((ct*) (void *) cp)
- /usr/include/glib-2.0/gobject/gtype.h:597:66: note: in expansion of macro ‘_G_TYPE_CCC’
- 597 | #define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), c_type))
- | ^~~~~~~~~~~
- ../../src/audio/pulseaudio/wrapper/gstjamesdsp.h:17:39: note: in expansion of macro ‘G_TYPE_CHECK_CLASS_CAST’
- 17 | #define GST_JAMESDSP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass) ,GST_TYPE_JAMESDSP,GstjamesdspClass))
- | ^~~~~~~~~~~~~~~~~~~~~~~
- ../../src/audio/pulseaudio/wrapper/gstjamesdsp.c:93:46: note: in expansion of macro ‘GST_JAMESDSP_CLASS’
- 93 | gst_audio_filter_class_add_pad_templates(GST_JAMESDSP_CLASS (klass), caps);
- | ^~~~~~~~~~~~~~~~~~
- In file included from /usr/include/gstreamer-1.0/gst/audio/audio.h:109,
- from ../../src/audio/pulseaudio/wrapper/gstjamesdsp.h:5:
- /usr/include/gstreamer-1.0/gst/audio/gstaudiofilter.h:99:73: note: expected ‘GstAudioFilterClass *’ {aka ‘struct _GstAudioFilterClass *’} but argument is of type ‘GstjamesdspClass *’ {aka ‘struct _GstjamesdspClass *’}
- 99 | void gst_audio_filter_class_add_pad_templates (GstAudioFilterClass * klass,
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~
- ../../src/audio/pulseaudio/wrapper/gstjamesdsp.c: In function ‘gst_jamesdsp_transform_ip’:
- ../../src/audio/pulseaudio/wrapper/gstjamesdsp.c:240:12: warning: variable ‘pcm_data’ set but not used [-Wunused-but-set-variable]
- 240 | float *pcm_data;
- | ^~~~~~~~
- make[1]: *** [Makefile:3442: gstjamesdsp.o] Błąd 1
- make[1]: Opuszczenie katalogu '/home/batman/build/jamesdsp-pulse-git/src/JDSP4Linux/build/src'
- make: *** [Makefile:73: sub-src-make_first] Błąd 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement