Csound Csound-dev Csound-tekno Search About

[Cs-dev] CsoundVST_wrap.cc

Date2005-12-19 20:35
Fromjpff@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

Date2005-12-19 20:39
FromIstvan Varga
SubjectRe: [Cs-dev] CsoundVST_wrap.cc
AttachmentsNone  

Date2005-12-19 21:29
Fromjpff@codemist.co.uk
SubjectRe: [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

Date2005-12-19 21:33
FromIstvan Varga
SubjectRe: [Cs-dev] CsoundVST_wrap.cc
AttachmentsNone  

Date2005-12-19 22:46
Fromjpff@codemist.co.uk
SubjectRe: [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

Date2005-12-20 10:23
FromIstvan Varga
SubjectRe: [Cs-dev] CsoundVST_wrap.cc
AttachmentsNone  

Date2005-12-20 11:48
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] CsoundVST_wrap.cc
>>>>> "Istvan" == Istvan Varga  writes:

 Istvan> On Monday 19 December 2005 23:46, jpff@codemist.co.uk wrote:
 >> 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.

 Istvan> Do similar errors also occur with the csnd interfaces ?

Cannot tell, as building csnd interface require jni.h which does not
exist on the machine, despite installing lots of java packages.

==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

Date2005-12-20 13:15
FromIstvan Varga
SubjectRe: [Cs-dev] CsoundVST_wrap.cc
AttachmentsNone