Undefined symbols:
"_NewHandle", referenced from:
_twainAllocHandle in tw_mac.o
"_InstallEventLoopTimer", referenced from:
_twainMain in tw_mac.o
"_RunApplicationEventLoop", referenced from:
_twainMain in tw_mac.o
"_DSM_Entry", referenced from:
_callDSM in tw_mac.o
"_GetMainEventLoop", referenced from:
_twainMain in tw_mac.o
"_DisposeHandle", referenced from:
_twainFreeHandle in tw_mac.o
"_CGImageCreateWithPNGDataProvider", referenced from:
_twainMain in tw_mac.o
"_CFURLCreateFromFileSystemRepresentation", referenced from:
_twainMain in tw_mac.o
"_CPSEnableForegroundOperation", referenced from:
_twainMain in tw_mac.o
"_CGDataProviderCreateWithURL", referenced from:
_twainMain in tw_mac.o
"_SetFrontProcess", referenced from:
_twainMain in tw_mac.o
"_kCFAllocatorDefault", referenced from:
_kCFAllocatorDefault$non_lazy_ptr in tw_mac.o
"_SetApplicationDockTileImage", referenced from:
_twainMain in tw_mac.o
"_QuitApplicationEventLoop", referenced from:
_twainQuitApplication in tw_mac.o
_doGetImage in tw_mac.o
"_EndQDContextForApplicationDockTile", referenced from:
_twainMain in tw_mac.o
"_GetCurrentProcess", referenced from:
_twainMain in tw_mac.o
"_BeginQDContextForApplicationDockTile", referenced from:
_twainMain in tw_mac.o
"_CPSSetProcessName", referenced from:
_twainMain in tw_mac.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [twain] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command " cd "/tmp/skl/Gimp.app/Contents/Resources/var/macports/build/_tmp_skl_Gimp.app_Contents_Resources_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/work/gimp-2.4.7" && make all " returned error 2
Command output: _twainMain in tw_mac.o
"_CFURLCreateFromFileSystemRepresentation", referenced from:
_twainMain in tw_mac.o
"_CPSEnableForegroundOperation", referenced from:
_twainMain in tw_mac.o
"_CGDataProviderCreateWithURL", referenced from:
_twainMain in tw_mac.o
"_SetFrontProcess", referenced from:
_twainMain in tw_mac.o
"_kCFAllocatorDefault", referenced from:
_kCFAllocatorDefault$non_lazy_ptr in tw_mac.o
"_SetApplicationDockTileImage", referenced from:
_twainMain in tw_mac.o
"_QuitApplicationEventLoop", referenced from:
_twainQuitApplication in tw_mac.o
_doGetImage in tw_mac.o
"_EndQDContextForApplicationDockTile", referenced from:
_twainMain in tw_mac.o
"_GetCurrentProcess", referenced from:
_twainMain in tw_mac.o
"_BeginQDContextForApplicationDockTile", referenced from:
_twainMain in tw_mac.o
"_CPSSetProcessName", referenced from:
_twainMain in tw_mac.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [twain] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Warning: the following items did not execute (for gimp2): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
but you should be able to do it on your own.twain_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(twain_LDFLAGS) \
$(LDFLAGS) -o $@
twain_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(twain_LDFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
BTW, is there anybody on the list who knows how to create a patch file for use with MacPorts?