Re: building corebase on FreeBSD

2016-05-03 Thread brunomaximom
Really thanks. Working. Em 2016-05-03 23:24, Stefan Bidigaray escreveu: That's because I forgot to include the -I (that's a dash, uppercase i). Should've been CFLAGS=-I/usr/local/include ./configure It's just taking the compiler where to find the include files. On May 3, 2016 22:20,

Re: building corebase on FreeBSD

2016-05-03 Thread Stefan Bidigaray
That's because I forgot to include the -I (that's a dash, uppercase i). Should've been CFLAGS=-I/usr/local/include ./configure It's just taking the compiler where to find the include files. On May 3, 2016 22:20, wrote: > So that give me this error: > $

Re: building corebase on FreeBSD

2016-05-03 Thread brunomaximom
So that give me this error: $ CFLAGS=/usr/local/include ./configure checking for gcc... cc checking whether the C compiler works... no configure: error: in `/usr/home/dharc/Downloads/corebase-master': configure: error: C compiler cannot create executables Em 2016-05-03 22:11, Stefan Bidigaray

Re: building corebase on FreeBSD

2016-05-03 Thread Stefan Bidigaray
oversight. On May 3, 2016 8:46 PM, <brunomaxi...@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 >

building corebase on FreeBSD

2016-05-03 Thread brunomaximom
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