I'd say the best habit is to 'make clean' after a significant 'svn update', or if something is funny after a minor svn update.
cheers Etienne On Wed, Dec 14, 2011 at 10:25 AM, Joaquim Luis <[email protected]> wrote: > On 14-12-2011 07:01, Even Rouault wrote: >> >> 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. > > > Apparently I hadn't (I try to keep the habit of 'make install' immediately > followed by 'make clean') because it worked after doing it. > Thanks > > > 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
