Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2014 19:58:34 +0200
From:      Toomas Aas <toomas.aas@raad.tartu.ee>
To:        gnome@freebsd.org
Subject:   libintl.h not found while building accessibility/at-spi2-core
Message-ID:  <20140312195834.89412n8tl5k4cvuo@webmail.raad.tartu.ee>

next in thread | raw e-mail | index | archive | help
Hello!

I'm trying to build accessibility/at-spi2-core port on my 9.2-STABLE  
amd64 system, but build fails with message about libintl.h not being  
found. Actually libintl.h exists:

$ pkg which /usr/local/include/libintl.h
/usr/local/include/libintl.h was installed by package gettext-0.18.1.1

So, what can I do to make the at-spi2-core port find it?

I did try setting MAKE_JOBS_UNSAFE=yes, but that didn't make a  
difference. Ports tree is up to date (updated just few minutes ago).

----------------------------------------------------------------------------
In file included from  
/usr/ports/accessibility/at-spi2-core/work/at-spi2-core-2.8.0/atspi/atspi-private.h:33:
/usr/local/include/glib-2.0/glib/gi18n.h:25:10: fatal error:  
'libintl.h' file not found
#include <libintl.h>
          ^
error generated.
Error while processing the source.
gmake[2]: *** [Atspi-2.0.gir] Error 1
gmake[2]: Leaving directory  
`/usr/ports/accessibility/at-spi2-core/work/at-spi2-core-2.8.0/atspi'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory  
`/usr/ports/accessibility/at-spi2-core/work/at-spi2-core-2.8.0'
gmake: *** [all] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/accessibility/at-spi2-core.

Thanks in advance.
-- 
Toomas Aas





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140312195834.89412n8tl5k4cvuo>