Dan McGhee wrote:
This is another one of those it says "no such file or directroy," but
it's there. This is the first time I've ever had a firefox build
fail. I'm really mystified.
Here's the log excerpt:
<lots of snipping>
In file included from
/usr/src/firefox/mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp:70:
../../../dist/include/system_wrappers/pango/pangox.h:3:31: error:
pango/pangox.h: No such file or directory
<snip>
In the ./mozilla source tree:
# find ./ -name "pangox.h" -print
./firefox-build/config/system_wrappers/pango/pangox.h
Yup, it's not in the right directory. But look!!!
# ls firefox-build/dist/include/system_wrappers/pango
pangofc-decoder.h pangofc-fontmap.h **pango.h** pangox.h
pangofc-font.h pango-fontmap.h pangoxft.h
(emphasis added)
Find finds it in a different directory--and it's there--and doesn't
find it in the right directory and, obviously, neither does make. I
don't know what to do.
I've narrowed down the problem some, but it adds to my confusion. Look
at this:
$ ls -alQ
/usr/src/firefox/mozilla/firefox-build/dist/include/system_wrappers
lrwxrwxrwx 1 10074 10074 28 2006-01-26 07:44
"/usr/src/firefox/mozilla/firefox-build/dist/include/system_wrappers" ->
"../../config/system_wrappers"
Obviously (?), this link is not working somehow, but I don't know how to
fix it.
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page