On Aug 24, 2008, at 1:41 PM, Jon Choy wrote: > I am having problems building scribus-1.3.3.12-2. I have an Intel > MAC and Leopard 10.5.4 on my system. See the messages > below. I did try doing the fink selfupdate. Should I try building > scribus-aqua instead? > > Jon > > > > > [ 85%] Generating htmlim.moc > /sw2/src/fink.build/scribus-1.3.3.12-2/scribus-1.3.3.12/scribus/ > plugins/gettext/ > htmlim/htmlim.h:0: Warning: No relevant classes found. No output > generated. > Scanning dependencies of target htmlim > [ 85%] Building CXX object scribus/plugins/gettext/htmlim/CMakeFiles/ > htmlim.dir/ > htmlim.o > In file included from /sw2/src/fink.build/scribus-1.3.3.12-2/ > scribus-1.3.3.12/sc > ribus/plugins/gettext/htmlim/htmlim.h:43, > from /sw2/src/fink.build/scribus-1.3.3.12-2/ > scribus-1.3.3.12/sc > ribus/plugins/gettext/htmlim/htmlim.cpp:27: > /sw2/src/fink.build/scribus-1.3.3.12-2/scribus-1.3.3.12/scribus/ > plugins/gettext/ > htmlim/htmlreader.h:35:31: error: libxml/HTMLparser.h: No such file > or directory <snip> >
The missing file should be provided by libxml2: $ dlocate libxml/HTMLparser.h libxml2: /sw/include/libxml2/libxml/HTMLparser.h which is in the dependency list for scribus. You may need to do a "fink rebuild libxml2" if you're missing that file. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
