Csound Csound-dev Csound-tekno Search About

[Csnd] csound5 compilation in windows

Date2007-11-13 11:21
FromMatti Koskinen
Subject[Csnd] csound5 compilation in windows
I managed to compile 5.07 in linux without any problems, but trying to 
compile latest cvs is no go.
I installed mingw (not msys) and scons testing the compiler fails. If I 
try to compile a test program command line, mingw compiles it ok, and 
the result is ok too. Then I tried msvc 2005 express edition, and the 
compilation starts, but terminates with error intptr_t redefinition and 
also uintptr_t redefinition.

Does msys affect? or has anybody succeeded with msvc express?

I'd like to try the latest cvs, as I found Cecilia 3.0, but that crashes 
immediately with tclcsound.dll from 5.07, little further I can go with 
5.03, which was in the same directory as cecilia-3.0.zip.

thanks

-matti



Date2007-11-13 11:54
FromVictor Lazzarini
Subject[Csnd] Re: csound5 compilation in windows
If you are using scons 0.97, try reverting to scons 0.96. I think
that might be the problem.

Cecilia is not up-to-date on CVS.

Victor

At 11:21 13/11/2007, you wrote:
>I managed to compile 5.07 in linux without any problems, but trying to 
>compile latest cvs is no go.
>I installed mingw (not msys) and scons testing the compiler fails. If I 
>try to compile a test program command line, mingw compiles it ok, and the 
>result is ok too. Then I tried msvc 2005 express edition, and the 
>compilation starts, but terminates with error intptr_t redefinition and 
>also uintptr_t redefinition.
>
>Does msys affect? or has anybody succeeded with msvc express?
>
>I'd like to try the latest cvs, as I found Cecilia 3.0, but that crashes 
>immediately with tclcsound.dll from 5.07, little further I can go with 
>5.03, which was in the same directory as cecilia-3.0.zip.
>
>thanks
>
>-matti
>
>
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>csound"

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth


Date2007-11-13 13:33
FromMatti Koskinen
Subject[Csnd] Re: Re: csound5 compilation in windows
Victor Lazzarini kirjoitti:
> If you are using scons 0.97, try reverting to scons 0.96. I think
> that might be the problem.

Thanks, but no go. I installed scons 0.96 (there were several versions 
of 0.96) and installed msys, but still getting error compiling 
conftest_0.c. config log says that application has requested runtime to 
terminate it in an unusual way.

Mingw was installed via install program which downloaded packages from 
the net, so mingw should be the most recent version.



Date2007-11-13 15:02
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: csound5 compilation in windows
I heard of a similar error in linux FC7 which was due to some
gcc problem. Maybe the latest mingw has that problem, too?

Victor

At 13:33 13/11/2007, you wrote:
>Victor Lazzarini kirjoitti:
>>If you are using scons 0.97, try reverting to scons 0.96. I think
>>that might be the problem.
>
>Thanks, but no go. I installed scons 0.96 (there were several versions of 
>0.96) and installed msys, but still getting error compiling conftest_0.c. 
>config log says that application has requested runtime to terminate it in 
>an unusual way.
>
>Mingw was installed via install program which downloaded packages from the 
>net, so mingw should be the most recent version.
>
>
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>csound"

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth


Date2007-11-13 15:30
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: csound5 compilation in windows
I have updated to the latest msys and am seeing some strange things. Igot
the internal compiler error message as well when building csound, although
the conf tests went OK

Victor
At 15:02 13/11/2007, you wrote:
>I heard of a similar error in linux FC7 which was due to some
>gcc problem. Maybe the latest mingw has that problem, too?
>
>Victor
>
>At 13:33 13/11/2007, you wrote:
>>Victor Lazzarini kirjoitti:
>>>If you are using scons 0.97, try reverting to scons 0.96. I think
>>>that might be the problem.
>>
>>Thanks, but no go. I installed scons 0.96 (there were several versions of 
>>0.96) and installed msys, but still getting error compiling conftest_0.c. 
>>config log says that application has requested runtime to terminate it in 
>>an unusual way.
>>
>>Mingw was installed via install program which downloaded packages from 
>>the net, so mingw should be the most recent version.
>>
>>
>>
>>
>>Send bugs reports to this list.
>>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>>csound"
>
>Victor Lazzarini
>Music Technology Laboratory
>Music Department
>National University of Ireland, Maynooth
>
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>csound"

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth


Date2007-11-13 15:44
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: Re: csound5 compilation in windows
I can confim that the sconf test is not going OK. So there is something fishy
about the latest mingw/msys release. GCC version 3.4.2 works fine, but
3.4.5 does not.

Victor


At 15:30 13/11/2007, you wrote:
>I have updated to the latest msys and am seeing some strange things. Igot
>the internal compiler error message as well when building csound, although
>the conf tests went OK
>
>Victor
>At 15:02 13/11/2007, you wrote:
>>I heard of a similar error in linux FC7 which was due to some
>>gcc problem. Maybe the latest mingw has that problem, too?
>>
>>Victor
>>
>>At 13:33 13/11/2007, you wrote:
>>>Victor Lazzarini kirjoitti:
>>>>If you are using scons 0.97, try reverting to scons 0.96. I think
>>>>that might be the problem.
>>>
>>>Thanks, but no go. I installed scons 0.96 (there were several versions 
>>>of 0.96) and installed msys, but still getting error compiling 
>>>conftest_0.c. config log says that application has requested runtime to 
>>>terminate it in an unusual way.
>>>
>>>Mingw was installed via install program which downloaded packages from 
>>>the net, so mingw should be the most recent version.
>>>
>>>
>>>
>>>
>>>Send bugs reports to this list.
>>>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>>>csound"
>>
>>Victor Lazzarini
>>Music Technology Laboratory
>>Music Department
>>National University of Ireland, Maynooth
>>
>>
>>
>>Send bugs reports to this list.
>>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>>csound"
>
>Victor Lazzarini
>Music Technology Laboratory
>Music Department
>National University of Ireland, Maynooth
>
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>csound"

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth