HTTrack Website Copier
Free software offline browser - FORUM
Subject: Make on Solaris 10 x86
Author: saumelw
Date: 12/13/2006 04:47
 
I am trying to get httrack 3.40-3 to compile when I do a make I get the
following error

# make
make  all-recursive
Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT    -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE  -DPREFIX=\""/usr/local"\" 
-DSYSCONFDIR=\""/usr/local/etc"\"  -DDATADIR=\""/usr/local/share"\" 
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNO_MALLOCT -g -O2 -MT
proxytrack-proxytrack.o -MD -MP -MF ".deps/proxytrack-proxytrack.Tpo" \
  -c -o proxytrack-proxytrack.o `test -f 'proxy/proxytrack.c' || echo
'./'`proxy/proxytrack.c; \
then mv -f ".deps/proxytrack-proxytrack.Tpo" ".deps/proxytrack-proxytrack.Po";
\
else rm -f ".deps/proxytrack-proxytrack.Tpo"; exit 1; \
fi
In file included from proxy/proxytrack.c:132:
proxy/proxystrings.h:88: warning: return type defaults to 'int'
proxy/proxytrack.c: In function 'gethost':
proxy/proxytrack.c:260: error: 'buffer' undeclared (first use in this
function)
proxy/proxytrack.c:260: error: (Each undeclared identifier is reported only
once
proxy/proxytrack.c:260: error: for each function it appears in.)
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c:261: error: request for member 'm_addr' in something not a
structure or union
proxy/proxytrack.c: At top level:
proxy/proxytrack.c:527: warning: no previous prototype for 'get_time_rfc822'
proxy/proxytrack.c: In function 'proxytrack_process_HTTP':
proxy/proxytrack.c:824: warning: unused variable 'willexit'
proxy/proxytrack.c:823: warning: unused variable 'retour'
proxy/proxytrack.c: In function 'ICP_reply':
proxy/proxytrack.c:1452: warning: pointer targets in passing argument 1 of
'strlen' differ in signedness
proxy/proxytrack.c: In function 'proxytrack_start_ICP':
proxy/proxytrack.c:1523: warning: comparison is always true due to limited
range of data type
proxy/proxytrack.c:1535: warning: pointer targets in passing argument 2 of
'PT_LookupIndex' differ in signedness
proxy/proxytrack.c:1539: warning: pointer targets in passing argument 1 of
'strchr' differ in signedness
proxy/proxytrack.c:1519: warning: unused variable 'Sender_Host_Address'
proxy/proxytrack.c:1518: warning: unused variable 'Option_Data'
proxy/proxytrack.c:1517: warning: unused variable 'Options'
proxy/proxytrack.c:1592: warning: pointer type mismatch in conditional
expression
proxy/proxytrack.c:1592: warning: format '%s' expects type 'char *', but
argument 6 has type 'void * const'
proxy/proxytrack.c: In function 'proxytrack_start':
proxy/proxytrack.c:1611: warning: passing argument 1 of
'proxytrack_process_generic' from incompatible pointer type
*** Error code 1
make: Fatal error: Command failed for target `proxytrack-proxytrack.o'
Current working directory /datadisk/home/root2/httrack3402/httrack-3.40.3/src
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src man m4 libtest templates lang html'; 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) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
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 /datadisk/home/root2/httrack3402/httrack-3.40.3
*** Error code 1
make: Fatal error: Command failed for target `all'

Can someone help me with problem thank you.
 
Reply


All articles

Subject Author Date
Make on Solaris 10 x86

12/13/2006 04:47
Re: Make on Solaris 10 x86

09/02/2007 21:24
Re: Make on Solaris 10 x86

09/27/2007 04:28




4

Created with FORUM 2.0.11