From: Dmitry Lunts on
Hello,all!
I'm trying to install firefox 3.6 from /usr/ports/www/firefox.
First, I pkg_delete'd previousely installed firefox 3.0,
but when doing make install clean I see the following errors:
.../../dist/system_wrappers/pango/pango.h:3:30: error: pango/pango.h:
No such file or directory

and

.../../dist/system_wrappers/pango/pangocairo.h:3:35: error:
pango/pangocairo.h: No such file or directory

and other errors, which seem to be caused by pango's headers search failure.

But WHY headers are searched for in ../../dist/system_wrappers/...,
although during installation they are palced in
/usr/ports/www/firefox/work/mozilla-1.9.2/config/system_wrappers ???

What concern is ../dist/.. of?

I even tried to copy all pango's headers to /usr/local/include,
but with the same result.

And initially there were no pango's headers in /usr/local/include

How can work around this?
TIA, Dmitry

$uname -a
FreeBSD domain 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Fri Feb 26
19:51:57 UTC 2010
root(a)i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

This release was installed thru "freebsd-update -r 7.2-RELEASE upgrade" from
FreeBSD 7.1
--

Best regards, Dmitry
email: eingorn777(a)gmail.com
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Beat Gaetzi" on
Hi,

> Hello,all!
> I'm trying to install firefox 3.6 from /usr/ports/www/firefox.
> First, I pkg_delete'd previousely installed firefox 3.0,
> but when doing make install clean I see the following errors:
> ../../dist/system_wrappers/pango/pango.h:3:30: error: pango/pango.h:
> No such file or directory
>
> and
>
> ../../dist/system_wrappers/pango/pangocairo.h:3:35: error:
> pango/pangocairo.h: No such file or directory
>
> and other errors, which seem to be caused by pango's headers search
> failure.
>
> But WHY headers are searched for in ../../dist/system_wrappers/...,
> although during installation they are palced in
> /usr/ports/www/firefox/work/mozilla-1.9.2/config/system_wrappers ???
>
> What concern is ../dist/.. of?
>
> I even tried to copy all pango's headers to /usr/local/include,
> but with the same result.
>
> And initially there were no pango's headers in /usr/local/include

They should be installed in /usr/local/include/pango-1.0/pango/

> How can work around this?

Which version of Pango do you have installed? It should be Pango 1.14 or
higher. If not could you please update your Pango installation.

Beat
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"