[Cs-dev] CsoundVST_wrap.cc
Date | 2005-12-19 20:35 |
From | jpff@codemist.co.uk |
Subject | [Cs-dev] CsoundVST_wrap.cc |
Changing lines 11337 and 11338 in function PyObject *_wrap_Counterpoint_message__SWIG_1(PyObject *self, PyObject *args) to read: // arg3 = *argp3; (arg1)->message((char const *)arg2,*argp3); fixes the compilation error. I have no idea where this file comes from -- seems to be generated from somewhere, but I cannot determine where. This is not a fix but plaster (and why the code is so obscure when there is a simpler version is beyond me) ==John ffitch ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-12-19 20:39 |
From | Istvan Varga |
Subject | Re: [Cs-dev] CsoundVST_wrap.cc |
Attachments | None |
Date | 2005-12-19 21:29 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] CsoundVST_wrap.cc |
> What version of SWIG do you have ? SWIG Version 1.3.21 That is the latest available, and the same as on the other machine. ==John ffitch ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-12-19 21:33 |
From | Istvan Varga |
Subject | Re: [Cs-dev] CsoundVST_wrap.cc |
Attachments | None |
Date | 2005-12-19 22:46 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] CsoundVST_wrap.cc |
I think the problem is that the type va_list may be different things on different machines. It seems OK on the 32bit machine but fails on the 64bit. ==John ffitch ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-12-20 10:23 |
From | Istvan Varga |
Subject | Re: [Cs-dev] CsoundVST_wrap.cc |
Attachments | None |
Date | 2005-12-20 11:48 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] CsoundVST_wrap.cc |
>>>>> "Istvan" == Istvan Varga |
Date | 2005-12-20 13:15 |
From | Istvan Varga |
Subject | Re: [Cs-dev] CsoundVST_wrap.cc |
Attachments | None |