Date: Sun, 09 Sep 2007 22:28:59 +0100 From: Adam J Richardson <fatman@crackmonkey.us> To: Mel <fbsd.questions@rachie.is-a-geek.net> Cc: freebsd-questions@freebsd.org Subject: Re: firefox 2.0.0.6 build fails: missing pangox.h Message-ID: <46E4659B.3000608@crackmonkey.us> In-Reply-To: <200709092105.12625.fbsd.questions@rachie.is-a-geek.net> References: <46E426D7.8040203@completecomputing.com> <200709092027.44570.fbsd.questions@rachie.is-a-geek.net> <46E43F98.8090901@completecomputing.com> <200709092105.12625.fbsd.questions@rachie.is-a-geek.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mel wrote: > You probably had WITHOUT_X11 defined somewhere (/etc/make.conf > or /var/db/ports/pango/options or /usr/local/etc/pkgtools.conf in MAKE_ARGS > somewhere, shell environment?) when you rebuilt pango. Hi Kyle. I think Mel has hit on the answer here. Pango is being built without X support. I had this exact error myself. A few libraries [Pango, Cairo etc] weren't allowing themselves to be built on. Turns out I had in my /etc/make.conf the lines NO_X=true WITHOUT_X11=true to speed up "make buildworld". Then I installed X from packages on this machine. A bit later I tried to build Firefox... took me a week to figure it out. In summary, just comment out any "NO_X" and "WITHOUT_X11" lines in the locations Mel suggested. Then remove, rebuild and reinstall Pango. After that's done Firefox should build properly. HtH, Adam J Richardson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46E4659B.3000608>