[Cs-dev] Compiling under mingw questions
Date | 2005-07-29 23:16 |
From | iainduncan@telus.net |
Subject | [Cs-dev] Compiling under mingw questions |
Ouch, setting up the mingw system to compile csound5 for windows is not trivial. So far I've managed to compile and link a test app with portaudio, portmidi, libsndfile, and fltk. The only gotcha was that libsndfile wouldn't work if there were any spaces in the path name for the windows directory. Current sumbling blocks: - does fltk need to be built from source under mingw with --enable-threads? How is this best done under windows? - can I use a windows version of python for scons, and if so, what do I need to do to make that execute from mingw? Unfortunately compiling python from source under mingw looks like a real pain requiring patches and many steps Thanks Iain ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-07-30 00:27 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Compiling under mingw questions |
I think you also need msys. You probably have that already, but you didn't mention it. I think you don't need --enable-threads for fltk on windows but I haven't built there in a while, so I'm not sure. You don't need python from source, just get a 2.3 release. Cheers, Andres On Fri, 2005-07-29 at 17:16, iainduncan@telus.net wrote: > Ouch, setting up the mingw system to compile csound5 for windows is not trivial. > > So far I've managed to compile and link a test app with portaudio, portmidi, > libsndfile, and fltk. The only gotcha was that libsndfile wouldn't work if there > were any spaces in the path name for the windows directory. > > Current sumbling blocks: > > - does fltk need to be built from source under mingw with --enable-threads? How > is this best done under windows? > > - can I use a windows version of python for scons, and if so, what do I need to > do to make that execute from mingw? Unfortunately compiling python from source > under mingw looks like a real pain requiring patches and many steps > > Thanks > Iain > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-07-30 10:43 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Compiling under mingw questions |
iainduncan@telus.net wrote: > - does fltk need to be built from source under mingw with --enable-threads? How > is this best done under windows? You should compile it with --enable-shared --enable-threads. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |