[PD-dev] [ pure-data-Patches-1561814 ] MinGW fixes for the pd/extra folder

2009-09-01 Thread SourceForge.net
Patches item #1561814, was opened at 2006-09-20 00:06
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

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: bugfix
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: MinGW fixes for the pd/extra folder 

Initial Comment:

This patch is two key parts:

- minor fixes in the source code for properly
supporting MinGW

- a new unified makefile for the pd/extra section
which handles Mac OS X, GNU/Linux, and Windows/MinGW.

--

Comment By: Nobody/Anonymous (nobody)
Date: 2009-09-02 03:57

Message:
how about moving the MSVC nmake Makefile to makefile.nt, like the main MSVC
makefile?

--

Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-30 21:42

Message:
I took the patches -- the makefile looks like it will break my MSVC build
(nmake, anyone?)


--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-10-28 02:37

Message:
Logged In: YES 
user_id=27104
Originator: YES

The makefile included here needs to be updated for Mac OS X Universal
builds, basically, this needs to be added to the CFLAGS:

-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc

And this needs to be added to the LDFLAGS:

-arch i386 -arch ppc



--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-20 00:14

Message:
Logged In: YES 
user_id=27104


I forgot to mention, this is called differently from
pd/src/makefile.  The extern target should look like this
to use this makefile:

externs:
make -C ../extra




--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-1561814 ] MinGW fixes for the pd/extra folder

2009-08-31 Thread SourceForge.net
Patches item #1561814, was opened at 2006-09-20 00:06
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

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: bugfix
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: MinGW fixes for the pd/extra folder 

Initial Comment:

This patch is two key parts:

- minor fixes in the source code for properly
supporting MinGW

- a new unified makefile for the pd/extra section
which handles Mac OS X, GNU/Linux, and Windows/MinGW.

--

Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-30 21:42

Message:
I took the patches -- the makefile looks like it will break my MSVC build
(nmake, anyone?)


--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-10-28 02:37

Message:
Logged In: YES 
user_id=27104
Originator: YES

The makefile included here needs to be updated for Mac OS X Universal
builds, basically, this needs to be added to the CFLAGS:

-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc

And this needs to be added to the LDFLAGS:

-arch i386 -arch ppc



--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-20 00:14

Message:
Logged In: YES 
user_id=27104


I forgot to mention, this is called differently from
pd/src/makefile.  The extern target should look like this
to use this makefile:

externs:
make -C ../extra




--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-1561814 ] MinGW fixes for the pd/extra folder

2006-09-19 Thread SourceForge.net
Patches item #1561814, was opened at 2006-09-19 20:06
Message generated for change (Settings changed) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

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: bugfix
Status: Open
Resolution: None
Priority: 7
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: MinGW fixes for the pd/extra folder 

Initial Comment:

This patch is two key parts:

- minor fixes in the source code for properly
supporting MinGW

- a new unified makefile for the pd/extra section
which handles Mac OS X, GNU/Linux, and Windows/MinGW.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-1561814 ] MinGW fixes for the pd/extra folder

2006-09-19 Thread SourceForge.net
Patches item #1561814, was opened at 2006-09-19 20:06
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

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: bugfix
Status: Open
Resolution: None
Priority: 7
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: MinGW fixes for the pd/extra folder 

Initial Comment:

This patch is two key parts:

- minor fixes in the source code for properly
supporting MinGW

- a new unified makefile for the pd/extra section
which handles Mac OS X, GNU/Linux, and Windows/MinGW.

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-19 20:14

Message:
Logged In: YES 
user_id=27104


I forgot to mention, this is called differently from
pd/src/makefile.  The extern target should look like this
to use this makefile:

externs:
make -C ../extra




--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1561814group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev