[PD-dev] [ pure-data-Patches-2886889 ] build fixes for Android, clean up for Linux/BSD

SourceForge.net noreply at sourceforge.net
Sat Jan 2 03:05:56 CET 2010


Patches item #2886889, was opened at 2009-10-27 00:41
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2886889&group_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: build fixes for Android, clean up for Linux/BSD

Initial Comment:
Android seems to be an odd mix of Linux and BSD.  In the process of porting Pd to android, I found a few inconsistencies:

- int32 was being using in UNIX land, when int32_t should be used there (int32 is Windows and IRIX)
- int32_t should come from stdint.h not sys/types.h
- sighandler_t is not defined in Android, but sig_t is defined in Linux, MacOSX, and Android

I checked these on Ubuntu 9.04, Mac OS X 10.5.8, Cygwin, MinGW, OpenBSD, and Android.


----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-01 21:05

Message:
FYI: this patch has already been included in the pd-gui-rewrite/0.43
branch:

https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-gui-rewrite/0.43

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2886889&group_id=55736




More information about the Pd-dev mailing list