Re: [squid-users] Squid-4.0.4 on FreeBSD

2016-01-13 Thread Odhiambo Washington
[root@mail /usr/home/wash/ILI/Squid/4.x/squid-4.0.4]# make Making all in compat depbase=`echo eui64_aton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool --tag=CC--mode=compile gcc -DHAVE_CONFIG_H-I.. -I../include -I../lib -I../src -I../include -I/usr/include -I/usr/include

Re: [squid-users] Squid-4.0.4 on FreeBSD

2016-01-13 Thread Kinkie
Hi, I see that there is no -I/usr/local/include option to the compiler. Add that as a CPPLAGS when calling configure (e.g. CPPFLAGS=-I/usr/local/include ./configure ) this should fix the build for you. On Wed, Jan 13, 2016 at 4:25 PM, Odhiambo Washington wrote: > I am

[squid-users] Squid-4.0.4 on FreeBSD

2016-01-13 Thread Odhiambo Washington
I am trying to compile on FreeBSD 10.1-RELEASE-amd64 /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I.. -I../include -I../lib -I../src -I../include -I/usr/include -I/usr/include -I../libltdl -I/usr/include -I/usr/local/include/libxml2 -Werror -Qunused-arguments

Re: [squid-users] Squid-4.0.4 on FreeBSD

2016-01-13 Thread Amos Jeffries
On 14/01/2016 4:28 a.m., Kinkie wrote: > Hi, >I see that there is no -I/usr/local/include option to the compiler. > > Add that as a CPPLAGS when calling configure > (e.g. > CPPFLAGS=-I/usr/local/include ./configure > ) > this should fix the build for you. ITYM:

Re: [squid-users] Squid-4.0.4 on FreeBSD

2016-01-13 Thread Amos Jeffries
On 14/01/2016 5:23 a.m., Odhiambo Washington wrote: > [root@mail /usr/home/wash/ILI/Squid/4.x/squid-4.0.4]# make > Making all in compat > depbase=`echo eui64_aton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh > ../libtool --tag=CC--mode=compile gcc -DHAVE_CONFIG_H-I.. > -I../include