Le mercredi 14 décembre 2011 01:48:36, Joaquim Luis a écrit : > Hi, > > It's been a while (well, a couple of months) since I built on OSX but I > only did a svn update and I now get these linking errors > > ....stall_name /usr/local/lib/libgdal.1.dylib -compatibility_version 17 > -current_version 17.0 -Wl,-single_module > ld: warning: path '/System/Library/Frameworks/Carbon.framework/Carbon' > following -L not a directory > Undefined symbols: > "HFAEntry::FindChildren(char const*, char const*)", referenced from: > _HFAGetIGEFilename in hfaopen.o > _HFARenameReferences in hfaopen.o > _HFARenameReferences in hfaopen.o > _HFARenameReferences in hfaopen.o > (maybe you meant: HFAEntry::FindChildren(char const*, char const*, > int)) > ld: symbol(s) not found
Did you 'make clean' before 'make' ? Sounds like you didn't. The FindChildren() has an extra optional argument now. > > Joaquim > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
