I realise this group is for memcached and not libmemcache but I don't
seem to be able to find any mailing list for libmemcache and hence I
am hoping that somebody in here is able to help.
I am trying to compile libmemcache on 64 bit Solaris 10, the configure
step works fine and is detecting my system as:
build_triplet = sparc-sun-solaris2.10
host_triplet = sparc-sun-solaris2.10
target_triplet = sparc-sun-solaris2.10
But when I try and run Make I get an error which is shown below:
If anybody can help I'd really appreciate it alternatively if you can
point me to a better place to ask for help then that would also be
very much appreciated.
Brett
buffer.c: In function `mcm_buf_read':
buffer.c:337: error: `errno' undeclared (first use in this function)
buffer.c:337: error: (Each undeclared identifier is reported only once
buffer.c:337: error: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `buffer.lo'
Current working directory /var/home/brettcarr/pkg/
libmemcache-1.4.0.rc2/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='doc include src test'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /var/home/brettcarr/pkg/
libmemcache-1.4.0.rc2
*** Error code 1
make: Fatal error: Command failed for target `all'