On Sun, Feb 26, 2012 at 7:08 PM, Peter Dyballa <[email protected]> wrote: > > Am 26.2.2012 um 16:59 schrieb John Hutcheson: > >> ./objs/.libs/ftgzip.d uses /usr/local/include/zconf.h >> ./objs/.libs/ftgzip.d uses /usr/local/include/zlib.h >> Please fix build process to get consistent use of fink's headers. > > Rename /usr/local to something else while building packages with Fink! > > Fink needs to use many, many C header files from /sw/include to guarantee > that these and the shared libraries are of the same version and do match. > Foreign files might allow to build, but at run time failures might occur. > > -- > Greetings > > Pete > > It's not the valleys in life I dread so much as the dips. > – Garfield > >
Peter is quite correct. In this particular case the package is expecting /usr/include/zconf.h and /usr/include/zlib.h to build against the zlib which comes with your operating system, but the rationale is the same. -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
