[PD-dev] [pure-data:patches] #551 OS X: Link errors when building portmidi

Thomas Grill xovo at users.sf.net
Tue May 5 21:53:47 CEST 2015




---

** [patches:#551] OS X: Link errors when building portmidi**

**Status:** open
**Group:** bugfix
**Created:** Tue May 05, 2015 07:53 PM UTC by Thomas Grill
**Last Updated:** Tue May 05, 2015 07:53 PM UTC
**Owner:** Miller Puckette

Hi, when building on OS X (10.9) i had to include two files into portmidi/Makefile.am to avoid link errors.

diff --git a/portmidi/Makefile.am b/portmidi/Makefile.am
index 1b4d61a..8828326 100644
--- a/portmidi/Makefile.am
+++ b/portmidi/Makefile.am
@@ -19,7 +19,9 @@ if MACOSX
 INCLUDES +=  -Ipm_mac
 libportmidi_la_SOURCES += porttime/ptmacosx_cf.c \
         pm_mac/pmmac.c \
-        pm_mac/pmmacosxcm.c
+        pm_mac/pmmacosxcm.c \
+        pm_mac/finddefault.c \
+        pm_mac/readbinaryplist.c
 endif
 
 if WINDOWS


---

Sent from sourceforge.net because pd-dev at lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/patches/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/patches/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20150505/0ba7a2c8/attachment.html>


More information about the Pd-dev mailing list