Csound Csound-dev Csound-tekno Search About

[Cs-dev] Still cannot see how widgets.cpp compiles

Date2007-08-23 07:27
Fromjpff
Subject[Cs-dev] Still cannot see how widgets.cpp compiles
In the function fl_callbackExecButton (which now compiles on Linux) I
see in the windows case "strcpy(command, p->commandString);" but p is
not defined.
==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

Date2007-08-23 10:06
FromVictor Lazzarini
SubjectRe: [Cs-dev] Still cannot see how widgets.cpp compiles
Well I moved the declaration of 'p' onto the linux case because
I kept getting annnoying warnings on Windows. Perhaps the
windows section is never reached. I'll check it.

Victor

At 07:27 23/08/2007, you wrote:
>In the function fl_callbackExecButton (which now compiles on Linux) I
>see in the windows case "strcpy(command, p->commandString);" but p is
>not defined.
>==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

Date2007-08-23 10:20
FromVictor Lazzarini
SubjectRe: [Cs-dev] Still cannot see how widgets.cpp compiles
#ifdef WIN32  and not #ifdef WINDOWS

the code was being bypassed, and it didn't build at first, but
I fixed it now.

Victor

At 10:06 23/08/2007, you wrote:
>Well I moved the declaration of 'p' onto the linux case because
>I kept getting annnoying warnings on Windows. Perhaps the
>windows section is never reached. I'll check it.
>
>Victor
>
>At 07:27 23/08/2007, you wrote:
> >In the function fl_callbackExecButton (which now compiles on Linux) I
> >see in the windows case "strcpy(command, p->commandString);" but p is
> >not defined.
> >==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