* Package: media-sound/audicle-1.0.0.7-r2 * Repository: gentoo * USE: abi_x86_64 alsa amd64 elibc_glibc kernel_linux truetype userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking audicle-1.0.0.7.tgz to /var/tmp/portage/media-sound/audicle-1.0.0.7-r2/work >>> Source unpacked in /var/tmp/portage/media-sound/audicle-1.0.0.7-r2/work >>> Preparing source in /var/tmp/portage/media-sound/audicle-1.0.0.7-r2/work/audicle-1.0.0.7 ... * Applying audicle-1.0.0.6-font.patch ... [ ok ] * Applying audicle-1.0.0.7-hid-smc.patch ... [ ok ] * Applying audicle-1.0.0.7-gcc43.patch ... [ ok ] * Applying audicle-1.0.0.7-const.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/audicle-1.0.0.7-r2/work/audicle-1.0.0.7 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/audicle-1.0.0.7-r2/work/audicle-1.0.0.7 ... * Compiling against alsa make -j2 -f makefile.alsa CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ LEX=flex YACC=bison USE_FREETYPE_LIBS=1 makefile.alsa:212: warning: ignoring prerequisites on suffix rule definition makefile.alsa:215: warning: ignoring prerequisites on suffix rule definition x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_event.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face.cpp audicle_event.cpp: In member function ‘void InputEvent::fprint(FILE*) const’: audicle_event.cpp:128:55: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 128 | fprintf( fd, "Key Event : key %c (%d) - mods %d - (%f,%f)\n", key, key, mods, p[0], p[1]); | ~^ ~~~~ | | | | int long unsigned int | %ld audicle_event.cpp:131:53: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 131 | fprintf( fd, "Spec Event : key (%d) - mods %d - (%f,%f)\n", key, mods, p[0], p[1]); | ~^ ~~~~ | | | | int long unsigned int | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_gfx.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face.cpp:35: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_face.cpp: In member function ‘virtual long unsigned int AudicleFace::render(void*)’: audicle_face.cpp:146:41: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 146 | fprintf( stderr, "[audicle]: face '%i' ('%s') rendering...\n", m_id, | ~^ ~~~~ | | | | int long unsigned int | %li audicle_face.cpp: In member function ‘virtual long unsigned int AudicleFace::on_activate()’: audicle_face.cpp:191:49: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 191 | fprintf( stderr, "[audicle]: face '%i' ('%s') already active...\n", | ~^ | | | int | %li 192 | m_id, m_name.c_str() ); | ~~~~ | | | long unsigned int audicle_face.cpp:198:49: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 198 | fprintf( stderr, "[audicle]: face '%i' ('%s') already activating...\n", | ~^ | | | int | %li 199 | m_id, m_name.c_str() ); | ~~~~ | | | long unsigned int audicle_face.cpp:204:49: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 204 | fprintf( stderr, "[audicle]: face '%i' ('%s') in illegal state '%i'...\n", | ~^ | | | int | %li 205 | m_id, m_name.c_str(), m_state ); | ~~~~ | | | long unsigned int audicle_face.cpp:204:78: warning: format ‘%i’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 204 | intf( stderr, "[audicle]: face '%i' ('%s') in illegal state '%i'...\n", | ~^ | | | int | %li 205 | m_id, m_name.c_str(), m_state ); | ~~~~~~~ | | | long unsigned int audicle_face.cpp: In member function ‘virtual long unsigned int AudicleFace::on_deactivate(double)’: audicle_face.cpp:236:49: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 236 | fprintf( stderr, "[audicle]: face '%i' ('%s') already inactive...\n", | ~^ | | | int | %li 237 | m_id, m_name.c_str() ); | ~~~~ | | | long unsigned int audicle_face.cpp:243:49: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 243 | fprintf( stderr, "[audicle]: face '%i' ('%s') already deactivating...\n", | ~^ | | | int | %li 244 | m_id, m_name.c_str() ); | ~~~~ | | | long unsigned int audicle_face.cpp:250:49: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 250 | fprintf( stderr, "[audicle]: face '%i' ('%s') in illegal state '%i'...\n", | ~^ | | | int | %li 251 | m_id, m_name.c_str() ); | ~~~~ | | | long unsigned int audicle_face.cpp:250:78: warning: format ‘%i’ expects a matching ‘int’ argument [-Wformat=] 250 | intf( stderr, "[audicle]: face '%i' ('%s') in illegal state '%i'...\n", | ~^ | | | int x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_geometry.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle.h:40, from audicle_gfx.cpp:39: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_gfx.cpp: In member function ‘void IDManager::freeStencilID(long unsigned int)’: audicle_gfx.cpp:961:79: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 961 | tf( stderr, "IDManager::_freeID - error: freeing unbound ID %d\n", i ); | ~^ ~ | | | | int long unsigned int | %ld audicle_gfx.cpp:964:58: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 964 | else fprintf( stderr,"IDManager::freeStencilID - ID %d out of range!\n", i); | ~^ ~ | | | | int long unsigned int | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ -I/usr/include/FTGL -I/usr/local/include/freetype2 audicle_font.cpp In file included from audicle_font.cpp:192: /usr/include/FTGL/FTGLTextureFont.h:29:5: warning: #warning This header is deprecated. Please use from now. [-Wcpp] 29 | # warning This header is deprecated. Please use from now. | ^~~~~~~ x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_nexus.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_utils.cpp audicle_nexus.cpp: In function ‘long unsigned int process_msg2(Net_Msg*, ck_msg_func, void*, FILE*)’: audicle_nexus.cpp:247:82: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 247 | rr, "[chuck]: unrecognized incoming command from network: '%i'\n", cmd->type ); | ~^ ~~~~~~~~~ | | | | int long unsigned int | %li audicle_nexus.cpp: In function ‘int main2(int, const char**)’: audicle_nexus.cpp:688:60: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 688 | fprintf( stderr, "(nexus) cannot bind to tcp port %i...\n", g_port ); | ~^ ~~~~~~ | | | | int long int | %li audicle_nexus.cpp: In function ‘int main2b(int, const char**)’: audicle_nexus.cpp:895:61: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 895 | fprintf( stderr, "[chuck]: cannot bind to tcp port %i...\n", g_port ); | ~^ ~~~~~~ | | | | int long int | %li x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle.cpp In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from audicle_utils.cpp:42: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from audicle_utils.cpp:42: /usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here 685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from audicle_utils.cpp:42: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from audicle_utils.cpp:42: /usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here 545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ audicle_utils.cpp: In member function ‘int fmBuffer::readfile(const char*)’: audicle_utils.cpp:820:27: warning: overflow in conversion from ‘std::__cxx11::basic_string::size_type’ {aka ‘long unsigned int’} to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow] 820 | _pos = std::string::npos; | ~~~~~~~~~~~~~^~~~ audicle_utils.cpp: In member function ‘int fmBuffer::getline(std::string&)’: audicle_utils.cpp:850:27: warning: overflow in conversion from ‘std::__cxx11::basic_string::size_type’ {aka ‘long unsigned int’} to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow] 850 | _pos = std::string::npos; | ~~~~~~~~~~~~~^~~~ audicle_utils.cpp: In member function ‘int fmBuffer::getline(char**, int*)’: audicle_utils.cpp:884:27: warning: overflow in conversion from ‘std::__cxx11::basic_string::size_type’ {aka ‘long unsigned int’} to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow] 884 | _pos = std::string::npos; | ~~~~~~~~~~~~~^~~~ audicle_utils.cpp: In member function ‘virtual fileData* UnixDirScanner::openFileDialog()’: audicle_utils.cpp:425:12: warning: ignoring return value of ‘int chdir(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 425 | chdir( g_last_open_dir.c_str() ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ audicle_utils.cpp: In member function ‘virtual fileData* UnixDirScanner::saveFileDialog()’: audicle_utils.cpp:471:12: warning: ignoring return value of ‘int chdir(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 471 | chdir( g_last_save_dir.c_str() ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_main.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle.h:40, from audicle.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_import.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle.h:40, from audicle_main.cpp:40: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from audicle_main.cpp:306: /usr/include/gtk-2.0/gtk/gtktypeutils.h: At global scope: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from audicle_main.cpp:306: /usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here 685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from audicle_main.cpp:306: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from audicle_main.cpp:306: /usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here 545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_elcidua.h:41, from audicle_import.cpp:38: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_ui_base.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_ui_windowing.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_text_buffer.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_ui_windowing.h:44, from audicle_ui_windowing.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld In file included from audicle_text_buffer.cpp:38: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_ui_editor.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_ui_parser.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_ui_windowing.h:44, from audicle_ui_editor.h:40, from audicle_ui_editor.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_ui_editor.cpp: In function ‘void switch_Buffer_Font()’: audicle_ui_editor.cpp:62:51: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wformat=] 62 | fprintf ( stderr, "selecting %s , font %d of %d \n", AudicleFont::available_fonts()[buffer_font_index].c_str(), buffer_font_index, AudicleFont::available_fonts().size() ); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int std::vector >::size_type {aka long unsigned int} | %ld audicle_ui_editor.cpp: In member function ‘void TextContent::sendtcp()’: audicle_ui_editor.cpp:338:39: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 338 | fprintf(stderr, "sending %d to %d of %s\n", done - msg.length, done, _buf->filename().c_str()); | ~^ ~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld audicle_ui_editor.cpp:338:45: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 338 | fprintf(stderr, "sending %d to %d of %s\n", done - msg.length, done, _buf->filename().c_str()); | ~^ ~~~~ | | | | int long unsigned int | %ld In file included from co.h:40, from coaudicle.h:50, from audicle_ui_windowing.h:44, from audicle_ui_editor.h:40, from audicle_ui_parser.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_ui_parser.cpp: In member function ‘virtual int tree_Node_::checkIDList(long unsigned int*, long unsigned int)’: audicle_ui_parser.cpp:198:39: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 198 | fprintf(stderr, "stack match %d\n", stack[0]); | ~^ ~~~~~~~~ | | | | int long unsigned int | %ld audicle_ui_parser.cpp:216:45: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 216 | fprintf(stderr, "hit my struct %d!\n", structID); | ~^ ~~~~~~~~ | | | | int long unsigned int | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_ui_coding.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_ui_console.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_ui_windowing.h:44, from audicle_ui_editor.h:40, from audicle_ui_coding.h:40, from audicle_ui_coding.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_ui_coding.cpp: In member function ‘std::string CodeRevision::name_branch()’: audicle_ui_coding.cpp:268:31: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 268 | sprintf (nbuf, "(%d)", ++_branch_count); | ~^ ~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld audicle_ui_coding.cpp:278:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 278 | if ( current_rev.size() == 0 ) sprintf(nbuf, "%d", ++_branch_count ); | ~^ ~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld audicle_ui_coding.cpp:279:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 279 | else sprintf(nbuf, ".%d", ++_branch_count ); | ~^ ~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld audicle_ui_coding.cpp: In member function ‘void ShredInstance::draw()’: audicle_ui_coding.cpp:346:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 346 | sprintf(name, "%d (%d)", procID, stat->children.size() ); | ~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_ui_coding.cpp:371:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 371 | sprintf(name, "%d", stat->children[i]->xid ); | ~^ | | | int | %ld audicle_ui_coding.cpp: In function ‘void dothiswhenmsgfinishes(const Chuck_Msg*)’: audicle_ui_coding.cpp:650:52: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 650 | sprintf( buffer, "cannot remove shred %i", msg->replyA ); | ~^ ~~~~~~~~~~~ | | | | int long unsigned int | %li audicle_ui_coding.cpp: In member function ‘int CodeRevision::sendtcp(int)’: audicle_ui_coding.cpp:902:39: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 902 | fprintf(stderr, "sending %d to %d of %s\n", done - msg.length, done, _buffer->filename().c_str()); | ~^ ~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld audicle_ui_coding.cpp:902:45: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 902 | fprintf(stderr, "sending %d to %d of %s\n", done - msg.length, done, _buffer->filename().c_str()); | ~^ ~~~~ | | | | int long unsigned int | %ld In file included from co.h:40, from coaudicle.h:50, from audicle_ui_windowing.h:44, from audicle_ui_console.h:66, from audicle_ui_console.cpp:38: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_ui_console.cpp: In member function ‘void ConsoleWindow::setCubes()’: audicle_ui_console.cpp:314:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 314 | sprintf(buffer, "%d", audi->look_here()+1 ); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld audicle_ui_console.cpp: In member function ‘void ShellContent::make_system_call(std::string)’: audicle_ui_console.cpp:957:12: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 957 | system ( s.c_str() ); | ~~~~~~~^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_editor.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_editor.h:40, from audicle_face_editor.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_vmspace.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_shredder.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_vmspace.h:41, from audicle_face_vmspace.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_shredder.h:41, from audicle_face_shredder.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_face_shredder.cpp: In member function ‘void AudicleFaceShredder::render_2(double)’: audicle_face_shredder.cpp:384:28: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 384 | sprintf( buffer, "%i - %s - %s - %s - cycle(%i) - acts(%i) - c/a(%.2f) - avg(%.2fms)", | ~^ | | | int | %li 385 | s->xid, t, s->name.c_str(), s->source.c_str(), s->cycles, s->activations, s->average_cycles, s->average_ctrl / srate ); | ~~~~~~ | | | long unsigned int audicle_face_shredder.cpp:384:54: warning: format ‘%i’ expects argument of type ‘int’, but argument 7 has type ‘long unsigned int’ [-Wformat=] 384 | sprintf( buffer, "%i - %s - %s - %s - cycle(%i) - acts(%i) - c/a(%.2f) - avg(%.2fms)", | ~^ | | | int | %li 385 | s->xid, t, s->name.c_str(), s->source.c_str(), s->cycles, s->activations, s->average_cycles, s->average_ctrl / srate ); | ~~~~~~~~~ | | | long unsigned int audicle_face_shredder.cpp:384:65: warning: format ‘%i’ expects argument of type ‘int’, but argument 8 has type ‘long unsigned int’ [-Wformat=] 384 | sprintf( buffer, "%i - %s - %s - %s - cycle(%i) - acts(%i) - c/a(%.2f) - avg(%.2fms)", | ~^ | | | int | %li 385 | s->xid, t, s->name.c_str(), s->source.c_str(), s->cycles, s->activations, s->average_cycles, s->average_ctrl / srate ); | ~~~~~~~~~~~~~~ | | | long unsigned int audicle_face_shredder.cpp:422:28: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 422 | sprintf( buffer, "%i - %s - %s - %s - cycle(%i) - acts(%i) - c/a(%.2f) - avg(%.2fms)", | ~^ | | | int | %li 423 | s->xid, t, s->name.c_str(), s->source.c_str(), s->cycles, s->activations, s->average_cycles, s->average_ctrl / srate ); | ~~~~~~ | | | long unsigned int audicle_face_shredder.cpp:422:54: warning: format ‘%i’ expects argument of type ‘int’, but argument 7 has type ‘long unsigned int’ [-Wformat=] 422 | sprintf( buffer, "%i - %s - %s - %s - cycle(%i) - acts(%i) - c/a(%.2f) - avg(%.2fms)", | ~^ | | | int | %li 423 | s->xid, t, s->name.c_str(), s->source.c_str(), s->cycles, s->activations, s->average_cycles, s->average_ctrl / srate ); | ~~~~~~~~~ | | | long unsigned int audicle_face_shredder.cpp:422:65: warning: format ‘%i’ expects argument of type ‘int’, but argument 8 has type ‘long unsigned int’ [-Wformat=] 422 | sprintf( buffer, "%i - %s - %s - %s - cycle(%i) - acts(%i) - c/a(%.2f) - avg(%.2fms)", | ~^ | | | int | %li 423 | s->xid, t, s->name.c_str(), s->source.c_str(), s->cycles, s->activations, s->average_cycles, s->average_ctrl / srate ); | ~~~~~~~~~~~~~~ | | | long unsigned int x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_tnt.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_compiler.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_compiler.h:41, from audicle_face_compiler.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_groove.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_tnt.h:41, from audicle_face_tnt.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_face_tnt.cpp: In member function ‘virtual long unsigned int AudicleFaceTnT::render_cycle_shred(Shred_Stat*, float, float)’: audicle_face_tnt.cpp:311:21: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 311 | sprintf(buf, "(%d)", stat->xid ); | ~^ ~~~~~~~~~ | | | | int long unsigned int | %ld audicle_face_tnt.cpp: In member function ‘virtual long unsigned int AudicleFaceTnT::render_shred(Shred_Stat*)’: audicle_face_tnt.cpp:688:24: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 688 | sprintf(buf, " (%03d):", stat->xid ); | ~~~^ ~~~~~~~~~ | | | | int long unsigned int | %03ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_mouse.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_groove.h:41, from audicle_face_groove.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_face_groove.cpp: In member function ‘void AudicleFaceGroove::render_panel()’: audicle_face_groove.cpp:304:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 304 | sprintf( buffer, "%d", x ); | ~^ ~ | | | | int long unsigned int | %ld In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_mouse.h:41, from audicle_face_mouse.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_face_mouse.cpp: In member function ‘void AudicleFaceMouse::render_panel()’: audicle_face_mouse.cpp:423:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 423 | sprintf( buffer, "%d", x ); | ~^ ~ | | | | int long unsigned int | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_face_skot.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_elcidua.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_face_skot.h:42, from audicle_face_skot.cpp:38: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ In file included from co.h:40, from coaudicle.h:50, from audicle_face.h:45, from audicle_elcidua.h:41, from audicle_elcidua.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld audicle_face_skot.cpp: In member function ‘void AudicleFaceFloor::render_credits()’: audicle_face_skot.cpp:343:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 343 | sprintf( buffer, "[ %d ]", m_credits ); | ~^ ~~~~~~~~~ | | | | int long int | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ coaudicle_avatar.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ coaudicle_chat.cpp In file included from co.h:40, from coaudicle.h:50, from coaudicle_avatar.h:40, from coaudicle_avatar.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld coaudicle_avatar.cpp: In member function ‘void Agent::init()’: coaudicle_avatar.cpp:294:29: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 294 | skin = closet()->getSkin("default"); | ^~~~~~~~~ coaudicle_avatar.cpp: In static member function ‘static void Agent::fillCloset()’: coaudicle_avatar.cpp:425:39: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 425 | _closet->addSkin( new DefSkin(), "default" ); | ^~~~~~~~~ coaudicle_avatar.cpp: In member function ‘void Agent::printme(FILE*)’: coaudicle_avatar.cpp:490:30: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 490 | fprintf(fp, "\t%u\n", (t_CKUINT)this); //yeah, so what? | ~^ ~~~~~~~~~~~~~~ | | | | | long unsigned int | unsigned int | %lu In file included from co.h:40, from coaudicle.h:50, from coaudicle_chat.h:40, from coaudicle_chat.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld coaudicle_chat.cpp: In member function ‘virtual void CoChatMesgImp::pack(AudiclePak*)’: coaudicle_chat.cpp:191:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 191 | chat_data->user[255] = '\0'; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ In file included from coaudicle_chat.cpp:40: coaudicle_net_session.h:76:10: note: at offset 255 into destination object ‘chat_mesg_data::user’ of size 32 76 | char user[32]; | ^~~~ coaudicle_chat.cpp: In function ‘void pack_chat_mesg(CoChatMesg*, AudiclePak*)’: coaudicle_chat.cpp:125:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 125 | chat_data->user[255] = '\0'; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ In file included from coaudicle_chat.cpp:40: coaudicle_net_session.h:76:10: note: at offset 255 into destination object ‘chat_mesg_data::user’ of size 32 76 | char user[32]; | ^~~~ x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ coaudicle_net_session.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ coaudicle_protocol.cpp In file included from co.h:40, from coaudicle.h:50, from coaudicle_protocol.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld In file included from co.h:40, from coaudicle.h:50, from coaudicle_net_session.h:40, from coaudicle_net_session.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ coaudicle_ui_coding.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ coaudicle_view.cpp In file included from co.h:40, from coaudicle.h:50, from coaudicle_net_session.h:40, from coaudicle_view.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld In file included from co.h:40, from coaudicle.h:50, from audicle_ui_windowing.h:44, from audicle_ui_editor.h:40, from audicle_ui_coding.h:40, from coaudicle_ui_coding.h:40, from coaudicle_ui_coding.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ co.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ rgbhsl.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_session_manager.cpp In file included from co.h:40, from co.cpp:37: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_net.cpp In file included from co.h:40, from coaudicle.h:50, from audicle_session_manager.h:40, from audicle_session_manager.cpp:38: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld In file included from co.h:40, from coaudicle.h:50, from audicle_net.cpp:38: audicle_text_buffer.h: In member function ‘int TextLine::charbypos(double)’: audicle_text_buffer.h:82:31: warning: no return statement in function returning non-void [-Wreturn-type] 82 | int charbypos (double x) {} // also GL? | ^ audicle_text_buffer.h: In member function ‘void TextBuffer::printEdits()’: audicle_text_buffer.h:211:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 211 | fprintf(stderr, "edits : %d , undoPos : %d inUndo %d\n", _edits.size(), _undoPos, _inUndo ); | ~^ ~~~~~~~~~~~~~ | | | | int std::vector::size_type {aka long unsigned int} | %ld bison -dv -b chuck ../lang/chuck-1.2.1.3/src/chuck.y audicle_net.cpp: In member function ‘long unsigned int AudicleServer::start(long int, long int)’: audicle_net.cpp:391:70: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 391 | printf( stderr, "[audicle/server]: cannot bind to tcp port %i...\n", request_port ); | ~^ ~~~~~~~~~~~~ | | | | int long int | %li audicle_net.cpp:409:70: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 409 | printf( stderr, "[audicle/server]: cannot bind to tcp port %i...\n", update_port ); | ~^ ~~~~~~~~~~~ | | | | int long int | %li audicle_net.cpp: In member function ‘long unsigned int AudicleClient::connect(const string&, long int, long int)’: audicle_net.cpp:564:68: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=] 564 | fprintf( stderr, "[audicle]: cannot open TCP socket on %s:%i...\n", host.c_str(), request_port ); | ~^ ~~~~~~~~~~~~ | | | | int long int | %li audicle_net.cpp:586:68: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=] 586 | fprintf( stderr, "[audicle]: cannot open TCP socket on %s:%i...\n", host.c_str(), update_port ); | ~^ ~~~~~~~~~~~ | | | | int long int | %li flex -ochuck.yy.c ../lang/chuck-1.2.1.3/src/chuck.lex x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_absyn.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_parse.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_errmsg.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_frame.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_symbol.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_table.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_utils.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_vm.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_instr.cpp ../lang/chuck-1.2.1.3/src/chuck_vm.cpp: In member function ‘long unsigned int Chuck_VM::process_msg(Chuck_Msg*)’: ../lang/chuck-1.2.1.3/src/chuck_vm.cpp:1016:62: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1016 | fprintf( stderr, "[chuck](VM): reseting shred id to %d...\n", m_shred_id + 1 ); | ~^ ~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld ../lang/chuck-1.2.1.3/src/chuck_vm.cpp: In member function ‘long unsigned int Chuck_VM_Stack::initialize(long unsigned int)’: ../lang/chuck-1.2.1.3/src/chuck_vm.cpp:1388:61: warning: format ‘%s’ expects a matching ‘char*’ argument [-Wformat=] 1388 | "[chuck](VM): OutOfMemory: while allocating stack '%s'\n" ); | ~^ | | | char* ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In function ‘void handle_overflow(Chuck_VM_Shred*, Chuck_VM*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:74:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 74 | "[chuck](VM): Exception StackOverflow in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 75 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:74:72: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 74 | "[chuck](VM): Exception StackOverflow in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 75 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1088:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1088 | ](VM): NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1089 | xid, shred->name.c_str(), shred->pc ); | ~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1088:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1088 | NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1089 | red->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string_Assign::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1132:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1132 | ](VM): NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1133 | xid, shred->name.c_str(), shred->pc ); | ~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1132:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1132 | NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1133 | red->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string_int::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1180:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1180 | uck](VM): NullPointerException: (string + int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1181 | d->xid, shred->name.c_str(), shred->pc ); | ~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1180:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1180 | ): NullPointerException: (string + int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1181 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string_float::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1228:75: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1228 | k](VM): NullPointerException: (string + float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1229 | >xid, shred->name.c_str(), shred->pc ); | ~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1228:87: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1228 | NullPointerException: (string + float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1229 | hred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_int_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1276:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1276 | uck](VM): NullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1277 | d->xid, shred->name.c_str(), shred->pc ); | ~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1276:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1276 | ): NullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1277 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_float_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1324:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1324 | uck](VM): NullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1325 | d->xid, shred->name.c_str(), shred->pc ); | ~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1324:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1324 | ): NullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1325 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_int_string_Assign::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1368:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1368 | "[chuck](VM): NullPointerException: () in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1369 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1368:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1368 | "[chuck](VM): NullPointerException: () in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1369 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_float_string_Assign::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1412:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1412 | ](VM): NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1413 | xid, shred->name.c_str(), shred->pc ); | ~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:1412:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1412 | NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1413 | red->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Time_Advance::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:3519:74: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 3519 | [chuck](VM): DestTimeNegativeException: '%.6f' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3520 | sp, shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:3519:86: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=] 3519 | (VM): DestTimeNegativeException: '%.6f' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3520 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Event_Wait::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:3566:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 3566 | ](VM): NullPointerException: (null Event wait) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3567 | xid, shred->name.c_str(), shred->pc ); | ~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:3566:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 3566 | NullPointerException: (null Event wait) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3567 | red->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Alloc::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:3989:47: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 3989 | "[chuck](VM): (note: in shred[id=%d:%s])\n", shred->xid, shred->name.c_str() ); | ~^ ~~~~~~~~~~ | | | | int long unsigned int | %ld ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Access::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4094:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4094 | uck](VM): NullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4095 | d->xid, shred->name.c_str(), shred->pc ); | ~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4094:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4094 | ): NullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4095 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4101:59: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4101 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4102 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4101:71: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4101 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4102 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4101:83: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long int’ [-Wformat=] 4101 | uck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4102 | d->xid, shred->name.c_str(), shred->pc, i ); | ~ | | | long int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Map_Access::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4211:71: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4211 | chuck](VM): NullPointerException: (map access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4212 | red->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4211:83: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4211 | VM): NullPointerException: (map access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4212 | d, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4218:65: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4218 | "[chuck](VM): InternalArrayMap error: in shred[id=%d:%s], PC=[%d], index=[%s]\n", | ~^ | | | int | %ld 4219 | shred->xid, shred->name.c_str(), shred->pc, key->str.c_str() ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4218:77: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4218 | huck](VM): InternalArrayMap error: in shred[id=%d:%s], PC=[%d], index=[%s]\n", | ~^ | | | int | %ld 4219 | ed->xid, shred->name.c_str(), shred->pc, key->str.c_str() ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Access_Multi::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4354:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4354 | uck](VM): NullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4355 | d->xid, shred->name.c_str(), shred->pc ); | ~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4354:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4354 | ): NullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4355 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4357:67: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4357 | "[chuck](VM): (array dimension where exception occurred: %d)\n", index ); | ~^ ~~~~~ | | | | int long unsigned int | %ld ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4363:59: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4363 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4364 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4363:71: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4363 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4364 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4363:83: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long int’ [-Wformat=] 4363 | uck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4364 | d->xid, shred->name.c_str(), shred->pc, i ); | ~ | | | long int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Append::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4448:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4448 | uck](VM): NullPointerException: (array append) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4449 | d->xid, shred->name.c_str(), shred->pc ); | ~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4448:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4448 | ): NullPointerException: (array append) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4449 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Dot_Member_Data::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4501:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4501 | "[chuck](VM): NullPointerException: shred[id=%d:%s:(%d)], PC=[%d]\n", | ~^ | | | int | %ld 4502 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4501:67: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4501 | "[chuck](VM): NullPointerException: shred[id=%d:%s:(%d)], PC=[%d]\n", | ~^ | | | int | %ld 4502 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4501:77: warning: format ‘%d’ expects a matching ‘int’ argument [-Wformat=] 4501 | "[chuck](VM): NullPointerException: shred[id=%d:%s:(%d)], PC=[%d]\n", | ~^ | | | int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Dot_Member_Func::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4542:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4542 | "[chuck](VM): NullPointerException: shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4543 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4542:72: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4542 | "[chuck](VM): NullPointerException: shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4543 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Op_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4930:77: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4930 | (VM): NullPointerException: (during string op) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4931 | id, shred->name.c_str(), shred->pc ); | ~~ ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4930:89: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4930 | ullPointerException: (during string op) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4931 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4937:51: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4937 | "[chuck](VM): InvalidStringOpException: '%d' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4938 | m_val, shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4937:67: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 4937 | "[chuck](VM): InvalidStringOpException: '%d' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4938 | m_val, shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:4937:79: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=] 4937 | ck](VM): InvalidStringOpException: '%d' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4938 | , shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_UGen_Link::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5049:70: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 5049 | [chuck](VM): NullPointerException: (UGen link) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5050 | hred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5049:82: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 5049 | (VM): NullPointerException: (UGen link) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5050 | id, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_IO_in_int::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5234:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 5234 | uck](VM): NullPointerException: (IO input int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5235 | d->xid, shred->name.c_str(), shred->pc ); | ~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5234:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 5234 | ): NullPointerException: (IO input int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5235 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_IO_in_float::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5276:75: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 5276 | k](VM): NullPointerException: (IO input float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5277 | >xid, shred->name.c_str(), shred->pc ); | ~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5276:87: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 5276 | NullPointerException: (IO input float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5277 | hred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_IO_in_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5320:80: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 5320 | ](VM): NullPointerException: (IO input string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5321 | xid, shred->name.c_str(), shred->pc ); | ~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5320:92: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 5320 | NullPointerException: (IO input string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5321 | red->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_IO_out_int::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5362:74: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 5362 | ck](VM): NullPointerException: (IO output int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5363 | ->xid, shred->name.c_str(), shred->pc ); | ~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5362:86: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 5362 | : NullPointerException: (IO output int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5363 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_IO_out_float::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5404:80: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 5404 | ](VM): NullPointerException: (IO output float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5405 | xid, shred->name.c_str(), shred->pc ); | ~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5404:92: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 5404 | NullPointerException: (IO output float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5405 | red->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_IO_out_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5448:81: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 5448 | (VM): NullPointerException: (IO output string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5449 | id, shred->name.c_str(), shred->pc ); | ~~ ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5448:93: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 5448 | ullPointerException: (IO output string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 5449 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Hack::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5481:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 5481 | fprintf( stderr, "%d :(%s)\n", *(sp-1), m_type_ref->c_name() ); | ~^ ~~~~~~~ | | | | int long int | %ld ../lang/chuck-1.2.1.3/src/chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Gack::execute(Chuck_VM*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5578:42: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=] 5578 | fprintf( stderr, "0x%x ", *(sp) ); | ~^ ~~~~~ | | | | | long int | unsigned int | %lx ../lang/chuck-1.2.1.3/src/chuck_instr.cpp:5581:40: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 5581 | fprintf( stderr, "%d ", *(sp) ); | ~^ ~~~~~ | | | | int long int | %ld x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_scan.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_type.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_emit.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_compile.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_dl.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_oo.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_lang.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_ugen.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_otf.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_stats.cpp ../lang/chuck-1.2.1.3/src/chuck_otf.cpp: In function ‘long unsigned int otf_process_msg(Chuck_VM*, Chuck_Compiler*, Net_Msg*, long unsigned int, void*)’: ../lang/chuck-1.2.1.3/src/chuck_otf.cpp:220:82: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 220 | rr, "[chuck]: unrecognized incoming command from network: '%i'\n", cmd->type ); | ~^ ~~~~~~~~~ | | | | int long unsigned int | %li x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_bbq.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_shell.cpp ../lang/chuck-1.2.1.3/src/chuck_shell.cpp: In member function ‘virtual long int Chuck_Shell::Command_VMAdd::execute(std::vector >&, std::string&)’: ../lang/chuck-1.2.1.3/src/chuck_shell.cpp:1728:26: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 1728 | snprintf( buf, 16, "%u", caller->vms.size() - 1 ); | ~^ ~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int std::vector::size_type {aka long unsigned int} | %lu ../lang/chuck-1.2.1.3/src/chuck_shell.cpp: In member function ‘virtual long int Chuck_Shell::Command_VMList::execute(std::vector >&, std::string&)’: ../lang/chuck-1.2.1.3/src/chuck_shell.cpp:1818:34: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wformat=] 1818 | snprintf( buf, 16, "%u", i ); | ~^ ~ | | | | | std::vector >::size_type {aka long unsigned int} | unsigned int | %lu x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/chuck_globals.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/digiio_rtaudio.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/hidio_sdl.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/midiio_rtmidi.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/rtaudio.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/rtmidi.cpp ../lang/chuck-1.2.1.3/src/rtaudio.cpp: In member function ‘void RtApi::byteSwapBuffer(char*, int, RtAudioFormat)’: ../lang/chuck-1.2.1.3/src/rtaudio.cpp:9043:17: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 9043 | register char val; | ^~~ ../lang/chuck-1.2.1.3/src/rtaudio.cpp:9044:18: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 9044 | register char *ptr; | ^~~ x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/ugen_osc.cpp x86_64-pc-linux-gnu-gcc -D__LINUX_ALSA__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -pipe -march=native -fno-diagnostics-color -O2 -I../lang/chuck-1.2.1.3/src -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ ../lang/chuck-1.2.1.3/src/ugen_filter.cpp ../lang/chuck-1.2.1.3/src/ugen_osc.cpp: In function ‘void gen5_coeffs(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/ugen_osc.cpp:1201:15: error: ordered comparison of pointer with integer zero (‘Chuck_Array8*’ and ‘int’) 1201 | if(in_args<0) return; | ~~~~~~~^~ ../lang/chuck-1.2.1.3/src/ugen_osc.cpp: In function ‘void gen7_coeffs(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/ugen_osc.cpp:1256:15: error: ordered comparison of pointer with integer zero (‘Chuck_Array8*’ and ‘int’) 1256 | if(in_args<0) return; | ~~~~~~~^~ ../lang/chuck-1.2.1.3/src/ugen_osc.cpp: In function ‘void gen9_coeffs(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/ugen_osc.cpp:1309:15: error: ordered comparison of pointer with integer zero (‘Chuck_Array8*’ and ‘int’) 1309 | if(weights<0) return; | ~~~~~~~^~ ../lang/chuck-1.2.1.3/src/ugen_osc.cpp: In function ‘void gen10_coeffs(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/ugen_osc.cpp:1359:15: error: ordered comparison of pointer with integer zero (‘Chuck_Array8*’ and ‘int’) 1359 | if(weights<0) return; | ~~~~~~~^~ ../lang/chuck-1.2.1.3/src/ugen_osc.cpp: In function ‘void gen17_coeffs(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/ugen_osc.cpp:1410:15: error: ordered comparison of pointer with integer zero (‘Chuck_Array8*’ and ‘int’) 1410 | if(weights<0) return; | ~~~~~~~^~ ../lang/chuck-1.2.1.3/src/ugen_osc.cpp: In function ‘void curve_coeffs(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: ../lang/chuck-1.2.1.3/src/ugen_osc.cpp:1471:15: error: ordered comparison of pointer with integer zero (‘Chuck_Array8*’ and ‘int’) 1471 | if(weights<0) goto done; | ~~~~~~~^~ make: *** [makefile.alsa:147: ugen_osc.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: media-sound/audicle-1.0.0.7-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/audicle-1.0.0.7-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/audicle-1.0.0.7-r2::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:audicle-1.0.0.7-r2:20210513-101716.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/audicle-1.0.0.7-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/audicle-1.0.0.7-r2/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/audicle-1.0.0.7-r2/work/audicle-1.0.0.7/src' * S: '/var/tmp/portage/media-sound/audicle-1.0.0.7-r2/work/audicle-1.0.0.7'