libdc1394 on OS X Leopard
After upgrading to Leopard I started getting the error message “Could not create LocalIsochPortInterface”. Eventually I found that building libdc1394 against the universal SDK did the trick, like this:
./configure CFLAGS=-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386
Clearly something has changed in 10.5.
Tags: code
November 19th, 2008 at 8:49 am
some quotes needed: thanks a lot!
./configure CFLAGS=”-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386″