Hey folks,

I have been trying to build the latest portmidi for OSX.
I am running OSX 10.7 and Xcode4.2.

The output below shows the result of a command line build
and install. The install seems to show that I am installing
/usr/local/include/porttime.h, but no porttime library.

When I try to compile source code that uses portime, I
get errors like "Symbol not found: _Pt_Time"


Shouldn't the make file be creating and installing a
porttime.a and porttime.dylib?




mbp:portmidi apalomba$ make -f pm_mac/Makefile.osx
cd Release; make
[ 26%] Built target pmjni
[ 50%] Built target portmidi-static
[ 53%] Built target latency
[ 56%] Built target midiclock
[ 60%] Built target midithread
[ 63%] Built target midithru
[ 66%] Built target mm
[ 70%] Built target qtest
[ 73%] Built target sysex
[ 76%] Built target test
[100%] Built target portmidi-dynamic
mbp:portmidi apalomba$ cd Release/
mbp:Release apalomba$
mbp:Release apalomba$ sudo make install
Password:
[ 26%] Built target pmjni
[ 50%] Built target portmidi-static
[ 53%] Built target latency
[ 56%] Built target midiclock
[ 60%] Built target midithread
[ 63%] Built target midithru
[ 66%] Built target mm
[ 70%] Built target qtest
[ 73%] Built target sysex
[ 76%] Built target test
[100%] Built target portmidi-dynamic
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/libportmidi_s.a
-- Installing: /usr/local/lib/libpmjni.dylib
-- Installing: /usr/local/lib/libportmidi.dylib
-- Up-to-date: /usr/local/include/portmidi.h
-- Up-to-date: /usr/local/include/porttime.h
mbp:Release apalomba$
_______________________________________________
media_api mailing list
[email protected]
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to