[Cs-dev] Fails to build
Date | 2007-08-22 10:03 |
From | jpff |
Subject | [Cs-dev] Fails to build |
g++ -o InOut/widgets.os -c -fexceptions -Wall -DLINUX -DPIPES -DNO_FLTK_THREADS -O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DBETA -DHAVE_SOCKETS -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -D_FORTIFY_SOURCE=2 -I. -IH -I/usr/lib/jvm/java-1.5.0/include -I/usr/lib/jvm/java-1.5.0/include/linux -I/usr/local/include -I/usr/include -I/usr/X11R6/include InOut/widgets.cpp InOut/widgets.cpp: In function 'void fl_callbackExecButton(Fl_Button*, void*)': InOut/widgets.cpp:2083: error: 'p' was not declared in this scope scons: *** [InOut/widgets.os] Error 1 scons: building terminated because of errors. Not sure about this but is the problem static void fl_callbackExecButton(Fl_Button* w, void *a) should read static void fl_callbackExecButton(Fl_Button* w, void *p) ?? ==John ffitch ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-08-22 10:32 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Fails to build |
sorry my fault tryingto fix warnings; I will fix it now. Victor At 10:03 22/08/2007, you wrote: >g++ -o InOut/widgets.os -c -fexceptions -Wall -DLINUX -DPIPES >-DNO_FLTK_THREADS -O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 >-fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DBETA -DHAVE_SOCKETS >-DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H >-DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_SOCKETS -DHAVE_DIRENT_H >-D_FORTIFY_SOURCE=2 -I. -IH -I/usr/lib/jvm/java-1.5.0/include >-I/usr/lib/jvm/java-1.5.0/include/linux -I/usr/local/include >-I/usr/include -I/usr/X11R6/include InOut/widgets.cpp >InOut/widgets.cpp: In function 'void fl_callbackExecButton(Fl_Button*, >void*)': >InOut/widgets.cpp:2083: error: 'p' was not declared in this scope >scons: *** [InOut/widgets.os] Error 1 >scons: building terminated because of errors. > > >Not sure about this but is the problem >static void fl_callbackExecButton(Fl_Button* w, void *a) >should read >static void fl_callbackExecButton(Fl_Button* w, void *p) > >?? > >==John ffitch > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. >Still grepping through log files to find problems? Stop. >Now Search log events and configuration files using AJAX and a browser. >Download your FREE copy of Splunk now >> http://get.splunk.com/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-08-22 10:38 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Fails to build |
And it's now fixed. At 10:32 22/08/2007, you wrote: >sorry my fault tryingto fix warnings; I will fix it now. > >Victor > >At 10:03 22/08/2007, you wrote: > >g++ -o InOut/widgets.os -c -fexceptions -Wall -DLINUX -DPIPES > >-DNO_FLTK_THREADS -O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 > >-fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DBETA -DHAVE_SOCKETS > >-DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H > >-DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_SOCKETS -DHAVE_DIRENT_H > >-D_FORTIFY_SOURCE=2 -I. -IH -I/usr/lib/jvm/java-1.5.0/include > >-I/usr/lib/jvm/java-1.5.0/include/linux -I/usr/local/include > >-I/usr/include -I/usr/X11R6/include InOut/widgets.cpp > >InOut/widgets.cpp: In function 'void fl_callbackExecButton(Fl_Button*, > >void*)': > >InOut/widgets.cpp:2083: error: 'p' was not declared in this scope > >scons: *** [InOut/widgets.os] Error 1 > >scons: building terminated because of errors. > > > > > >Not sure about this but is the problem > >static void fl_callbackExecButton(Fl_Button* w, void *a) > >should read > >static void fl_callbackExecButton(Fl_Button* w, void *p) > > > >?? > > > >==John ffitch > > > >------------------------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. > >Still grepping through log files to find problems? Stop. > >Now Search log events and configuration files using AJAX and a browser. > >Download your FREE copy of Splunk now >> http://get.splunk.com/ > >_______________________________________________ > >Csound-devel mailing list > >Csound-devel@lists.sourceforge.net > >https://lists.sourceforge.net/lists/listinfo/csound-devel > >Victor Lazzarini >Music Technology Laboratory >Music Department >National University of Ireland, Maynooth > > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. >Still grepping through log files to find problems? Stop. >Now Search log events and configuration files using AJAX and a browser. >Download your FREE copy of Splunk now >> http://get.splunk.com/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-08-22 14:40 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] Fails to build |
Thanks ==John ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |