I'm trying to get htdig running on our new Solaris 8 box, with little
success.  I've tried both htdig-3.1.6-120901 and htdig-3.2.0b4-120901 using
gcc 3.0.2.   In looking through the mailing list archives, it seems I'm
running across the same errors that Mark T. Valites had back in
October/November with 3.1.6 and 3. (thread from archive is here:
http://www.geocrawler.com/mail/thread.php3?subject=%5Bhtdig%5D+compile+fails
+on+solaris+8&list=8822)

It seemed he had old headers floating around on his system.  Is there a good
way to tell if that's the case?  I built gcc 3.0.2 from scratch; I didn't
use a precompiled package.  A find on stdio.h (because 'make' complains
about snprintf which according to the man page is in stdio.h) turns up the
following:

-rw-r--r--  1 root  11480 Nov 20 14:36
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.2/include/stdio.h
-rw-r--r--  1 root   2977 Nov 20 15:38
/usr/local/include/g++-v3/c_shadow/stdio.h
-rw-r--r--  1 root  11066 Jan  5  2000 /usr/include/stdio.h
-rw-r--r--  1 root   8393 Jan  5  2000 /usr/ucbinclude/stdio.h

I don't know if that's normal or not.

I've included exactly what make spits out below.  I'd appreciate any help at
all, even if it's to point out something obviously stupid that I'm doing.

Thanks,

- Darryl


[corndog]# make
Making all in db
make[1]: Entering directory `/work/source/htdig-3.2.0b4-120901/db'
/bin/sh ./libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib  -D_REENTRANT  -I/usr/include  
-g -O2 -Wall -c db_err.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -I/usr/include -g 
-O2 -Wall -Wp,-MD,.deps/db_err.pp -c db_err.c -o db_err.o
In file included from db_err.c:15:
/usr/include/sys/types.h:16: warning: ignoring #pragma ident
In file included from /usr/include/sys/types.h:18,
                 from db_err.c:15:
/usr/include/sys/isa_defs.h:9: warning: ignoring #pragma ident
In file included from /usr/include/sys/types.h:19,
                 from db_err.c:15:
/usr/include/sys/feature_tests.h:13: warning: ignoring #pragma ident
In file included from /usr/include/sys/types.h:24,
                 from db_err.c:15:
/usr/include/sys/machtypes.h:16: warning: ignoring #pragma ident
In file included from /usr/include/sys/types.h:36,
                 from db_err.c:15:
/usr/include/sys/int_types.h:9: warning: ignoring #pragma ident
In file included from /usr/include/sys/types.h:544,
                 from db_err.c:15:
/usr/include/sys/select.h:12: warning: ignoring #pragma ident
In file included from /usr/include/sys/select.h:17,
                 from /usr/include/sys/types.h:544,
                 from db_err.c:15:
/usr/include/sys/time.h:22: warning: ignoring #pragma ident
In file included from /usr/include/sys/time.h:410,
                 from /usr/include/sys/select.h:17,
                 from /usr/include/sys/types.h:544,
                 from db_err.c:15:
/usr/include/time.h:16: warning: ignoring #pragma ident
In file included from /usr/include/time.h:20,
                 from /usr/include/sys/time.h:410,
                 from /usr/include/sys/select.h:17,
                 from /usr/include/sys/types.h:544,
                 from db_err.c:15:
/usr/include/iso/time_iso.h:28: warning: ignoring #pragma ident
In file included from db_err.c:17:
/usr/include/errno.h:17: warning: ignoring #pragma ident
In file included from /usr/include/errno.h:23,
                 from db_err.c:17:
/usr/include/sys/errno.h:11: warning: ignoring #pragma ident
In file included from db_err.c:18:
/usr/include/stdio.h:20: warning: ignoring #pragma ident
In file included from /usr/include/stdio.h:22,
                 from db_err.c:18:
/usr/include/iso/stdio_iso.h:32: warning: ignoring #pragma ident
In file included from /usr/include/iso/stdio_iso.h:36,
                 from /usr/include/stdio.h:22,
                 from db_err.c:18:
/usr/include/sys/va_list.h:9: warning: ignoring #pragma ident
In file included from /usr/include/iso/stdio_iso.h:37,
                 from /usr/include/stdio.h:22,
                 from db_err.c:18:
/usr/include/stdio_tag.h:9: warning: ignoring #pragma ident
In file included from /usr/include/iso/stdio_iso.h:38,
                 from /usr/include/stdio.h:22,
                 from db_err.c:18:
/usr/include/stdio_impl.h:9: warning: ignoring #pragma ident
In file included from db_err.c:19:
/usr/include/stdlib.h:16: warning: ignoring #pragma ident
In file included from /usr/include/stdlib.h:18,
                 from db_err.c:19:
/usr/include/iso/stdlib_iso.h:28: warning: ignoring #pragma ident
In file included from db_err.c:20:
/usr/include/string.h:16: warning: ignoring #pragma ident
In file included from /usr/include/string.h:18,
                 from db_err.c:20:
/usr/include/iso/string_iso.h:28: warning: ignoring #pragma ident
In file included from db_err.c:23:
/usr/include/stdarg.h:16: warning: ignoring #pragma ident
In file included from /usr/include/stdarg.h:20,
                 from db_err.c:23:
/usr/include/iso/stdarg_iso.h:28: warning: ignoring #pragma ident
In file included from mutex.h:39,
                 from db_int.h:261,
                 from db_err.c:29:
/usr/include/synch.h:9: warning: ignoring #pragma ident
In file included from /usr/include/synch.h:17,
                 from mutex.h:39,
                 from db_int.h:261,
                 from db_err.c:29:
/usr/include/sys/machlock.h:9: warning: ignoring #pragma ident
In file included from /usr/include/synch.h:18,
                 from mutex.h:39,
                 from db_int.h:261,
                 from db_err.c:29:
/usr/include/sys/time_impl.h:15: warning: ignoring #pragma ident
In file included from /usr/include/synch.h:19,
                 from mutex.h:39,
                 from db_int.h:261,
                 from db_err.c:29:
/usr/include/sys/synch.h:9: warning: ignoring #pragma ident
db_err.c: In function `CDB_db_strerror':
db_err.c:248: warning: implicit declaration of function `snprintf'
db_err.c: In function `CDB___db_err':
db_err.c:278: `__builtin_va_alist' undeclared (first use in this function)
db_err.c:278: (Each undeclared identifier is reported only once
db_err.c:278: for each function it appears in.)
db_err.c:275: warning: `ap' might be used uninitialized in this function
db_err.c: In function `CDB___db_errcall':
db_err.c:328: warning: implicit declaration of function `vsnprintf'
db_err.c: In function `CDB___db_logmsg':
db_err.c:408: `__builtin_va_alist' undeclared (first use in this function)
db_err.c:395: warning: `ap' might be used uninitialized in this function
make[1]: *** [db_err.lo] Error 1
make[1]: Leaving directory `/work/source/htdig-3.2.0b4-120901/db'
make: *** [all-recursive] Error 1




 ----------------------------------------------------------------------
  Darryl Friesen, B.Sc., Programmer/Analyst    [EMAIL PROTECTED]
  Education & Research Technology Services,     http://gollum.usask.ca/
  Information Technology Services Division,
  University of Saskatchewan
 ----------------------------------------------------------------------
  "Go not to the Elves for counsel, for they will say both no and yes"



_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to