[squid-users] Can't build ecap

From: Landy Landy <landysaccount_at_yahoo.com>
Date: Sun, 15 Nov 2009 06:55:04 -0800 (PST)

Hello Everyone. Sometime this week I posted asking if anyone has squid 3.1 running with ecap. I decided to tested myself but, I'm having problems from the get go. I downloaded ecap sources and I'm trying to build it on my Lenny box. When I run make I get this: if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../../src -g -O2 -MT message.lo -MD -MP -MF ".deps/message.Tpo" -c -o message.lo message.cc; \ then mv -f ".deps/message.Tpo" ".deps/message.Plo"; else rm -f ".deps/message.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I../../../src -g -O2 -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.cc -fPIC -DPIC -o .libs/message.o g++ -DHAVE_CONFIG_H -I../../../src -g -O2 -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.cc -o message.o >/dev/null 2>&1 if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../../src -g -O2 -MT name.lo -MD -MP -MF ".deps/name.Tpo" -c -o name.lo name.cc; \ then mv -f ".deps/name.Tpo" ".deps/name.Plo"; else rm -f ".deps/name.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I../../../src -g -O2 -MT name.lo -MD -MP -MF .deps/name.Tpo -c name.cc -fPIC -DPIC -o .libs/name.o name.cc: In constructor ‘libecap::Name::Name()’: name.cc:7: error: ‘INT_MIN’ was not declared in this scope name.cc: In constructor ‘libecap::Name::Name(const std::string&)’: name.cc:11: error: ‘INT_MIN’ was not declared in this scope name.cc: In constructor ‘libecap::Name::Name(const std::string&, int)’: name.cc:15: error: ‘INT_MIN’ was not declared in this scope name.cc: In member function ‘bool libecap::Name::assignedHostId() const’: name.cc:23: error: ‘INT_MIN’ was not declared in this scope name.cc: In member function ‘void libecap::Name::assignHostId(int) const’: name.cc:27: error: ‘INT_MIN’ was not declared in this scope make[4]: *** [name.lo] Error 1 make[4]: Leaving directory `/workingdir/libecap-0.0.2/src/libecap/common' make[3]: *** [all] Error 2 make[3]: Leaving directory `/workingdir/libecap-0.0.2/src/libecap/common' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/workingdir/libecap-0.0.2/src/libecap' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/workingdir/libecap-0.0.2/src' I've done some googling but nothing related to this, also, nothing in their website. Please help. Thanks in advanced.
Received on Sun Nov 15 2009 - 14:55:11 MST

This archive was generated by hypermail 2.2.0 : Sun Nov 15 2009 - 12:00:02 MST