Patches item #1374659, was opened at 2005-12-06 12:42 Message generated for change (Settings changed) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1374659...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: feature Status: Open
Resolution: None
Priority: 1 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Nobody/Anonymous (nobody) Summary: MinGW Makefile for Pd
Initial Comment:
Attached is a Makefile for building Pd on Windows using MinGW. I have successfully build the HEAD of the MAIN branch of Pd in CVS with it. It goes with these instructions:
http://puredata.org/docs/developer/win
For now, this is kind of a hacked up cross between makefile.nt and makefile.in. Ideally, the MinGW specifics would be incorporated into the configure.in and makefile.in system, so that on all platforms, you could build Pd by doing: ./configure && make
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2006-04-12 09:54
Message: Logged In: YES user_id=564396
now what to do with that one? the patch has been accepted but (afterwards) retracted by the committer... i guess, i close it for now and whenever the "real" configure/makefile changes go in it should be opened again.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2006-04-05 20:59
Message: Logged In: YES user_id=27104
This is not quite ready to be included in Pd. For now, its just used to build Pd-extended. Soon, it will be turned into patches against configure.in and makefile.in so that MinGW will also work with ./configure && make install
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette) Date: 2006-03-23 17:29
Message: Logged In: YES user_id=313747
Took it (untested... I don't have mingw.)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2005-12-19 19:09
Message: Logged In: YES user_id=27104
this is the makefile.mingw that was used to build Pd-0.38.4-extendedRC6.exe
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2005-12-19 17:53
Message: Logged In: YES user_id=27104
This new makefile compiles everything, including the externals and pd.com, the cmd.exe version (using the regular s_entry.c, no s_entry_com.c necessary, thanks to MinGW's -mwindows).
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1374659...