[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: building corebase on FreeBSD
From: |
Stefan Bidigaray |
Subject: |
Re: building corebase on FreeBSD |
Date: |
Tue, 3 May 2016 21:11:53 -0400 |
It's an issue caused by how the current configure script works... It doesn't check for where the ICU headers are installed. Run:
CFLAGS=/usr/local/include ./configure
See if that fixes the problem for you. I used to test corebase on FreeBSD, so I don't even know how I never caught such a trivial oversight.
On May 3, 2016 8:46 PM, <
brunomaximom@openmailbox.org> wrote:
Hi people,
I'm trying to get corebase building on FreeBSD 11-CURRENT, but I get a error with icu:
checking unicode/ucal.h usability... no
checking unicode/ucal.h presence... no
checking for unicode/ucal.h... no
configure: error: Could not find required ICU headers.
But I have icu package installed and gnustep-base builds correctly with it.
The config.log is attached then you can see what is happening.
Thanks.
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep