On Fri, Dec 24, 2004 at 03:08:28PM -0500, David R. Morrison wrote: > Koen van der Drift <[EMAIL PROTECTED]> wrote: >> >> During the build of gimp2 (2.0.6-1, 10.3, unstable tree), I got 2 >> errors that file/sw/lib/libgsf-1.la and /sw/lib/libcroco.la could not >> be found. After installing libgsf-dev and libcroco1 compilation went >> fine. I don't understand this, because they are already in the >> BuildDepends field. > > It's a bit hard to read the .info file because of all the variants,
That's why we have 'fink show-deps' > but it appears that libgsf-dev and libcroco1 are only in > BuildDepends for the gimp2-svg variant, not for gimp2 itself. Sounds like a .la of something that is listed tries to load those missing ones (would be a job for BuildDependsInherited). So the question is "which .la has this hidden dependency?" Probably have to manually check each lib listed in the libtool call that generated that error (and recurse through the dependency_libs field in them). dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
