| Getting this build system to work can be tricky.
As I recall:
1. Install MSys.
2. Install MinGW where MSys expects it. You should install the gcc-core, gcc-g++, mingw-runtime, w31api, mingw32-make, and binutils packages. All of these appear to be necessary to get close to a Posix type build system.
3. If necessary, modify custom.py to point to /usr/local/include and /usr/local lib using, however, the complete WINDOWS (not MSys/Posix) pathnames.
See http://www.mingw.org/MinGWiki/index.php/Install%20MinGW for more information. This appears to be reasonably current.
Hope this helps,
Mike
-----Original Message-----
>From: Matti Koskinen
>Sent: Nov 13, 2007 8:33 AM
>To: csound@lists.bath.ac.uk
>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.
>
>
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|