Luke Gill wrote: > This is where the errors start, sorry it is so long. > > fcxml.c:26:19: expat.h: No such file or directory
This is a genuine bug in the mozilla package. The CPP-flags are wrong or some symlink is missing, in any case mozilla doesn't find its own expat.h file. The bug can go unnoticed, because most people will have the expat package installed, so /sw/include/expat.h from that package will be found. From looking at the compile log, I see that there are other bugs: mozilla installs some stuff directly into /sw/lib instead of /sw/src/root-* , for example /sw/lib/mozilla/libexpat.a, which is bad in any case and makes files stay outside of the deb package. -- Martin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
