I think this is related to the libcdio upgrade from 0.69 to 0.70. In any case, here's the error i'm getting:
Anything i can do to fix this up?gcc -I/Users/vokiel/Dev/vlc-trunk/extras/contrib/include -no-cpp-precomp -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o testimage testimage.o -L/Users/vokiel/Dev/vlc-trunk/extras/contrib/lib ../lib/.libs/libvcd.a /Users/vokiel/Dev/vlc-trunk/extras/contrib/lib/libiso9660.dylib /Users/vokiel/Dev/vlc-trunk/extras/contrib/lib/libcdio.dylib -lm
ld: Undefined symbols:
_CFDataGetBytes
_CFDataGetLength
_CFDictionaryGetValue
_CFDictionarySetValue
_CFNumberGetValue
_CFRelease
_CFStringGetCString
_IOBSDNameMatching
_IOIteratorNext
_IOMasterPort
_IOObjectConformsTo
_IOObjectRelease
_IORegistryEntryCreateCFProperties
_IORegistryEntryCreateCFProperty
_IORegistryEntryGetParentIterator
_IORegistryEntryGetPath
_IOServiceGetMatchingServices
_IOServiceMatching
___CFStringMakeConstantString
_kCFAllocatorDefault
_kCFBooleanTrue
_kIOMasterPortDefault
make[4]: *** [testimage] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [.vcdimager] Error 2
Thank you.