Quantcast
Channel: MondoUnix » PORTS
Viewing all articles
Browse latest Browse all 18

FreeBSD : libintl.h not found

$
0
0

Soluzione errore su sistemi FreeBSD "libintl.h not found"

Utilizzare il compilatore clang (esempio del file /etc/make.conf):

.include "/usr/local/etc/ports_sites.conf"
.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/bin/clang)
CC=clang
CXX=clang++
CPP=clang-cpp
.endif
 
WITH_PKGNG=yes
# added by use.perl 2013-08-12 14:26:57
PERL_VERSION=5.16.3
 
MAKE_JOBS_UNSAFE=yes

Eseguire l'aggiornamento del pacchetto che ha riportato l'errore (esempio):

www.mondounix.com # portmaster -Gbw --no-confirm cvsup-without-gui

(355)


Viewing all articles
Browse latest Browse all 18

Latest Images

Trending Articles