First off, please read <http://www.htdig.org/FAQ.html#q1.16>
In your case, I would think there is some fairly serious problem with
your build environment. Either your gcc/g++ is not set up properly,
or you are missing some header files or the configure script did not
complete properly.
Are you using a copy of gcc you compiled yourself, or is it a binary
installation?
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
At 1:14 PM -0400 9/13/00, support wrote:
>I thought i read in the htdig search/postings that you were having trouble
>with solaris.
>
>the compiler is:
>/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
>gcc version 2.95.2 19991024 (release)
>
>o/s: SunOS lighting-test.ic3lab.com 5.6 Generic_105181-05 sun4u sparc
>SUNW,Ultra-5_10
>
>ive configured and compiled it many times on linux without any
>problems.
>
>the errors im getting are all like:
>In file included from db_int.h:13,
> from ../btree/bt_compare.c:59:
>db.h:78: parse error before `db_pgno_t'
>db.h:78: warning: data definition has no type or storage class
>db.h:79: parse error before `db_indx_t'
>db.h:79: warning: data definition has no type or storage class
>db.h:82: parse error before `db_recno_t'
>db.h:82: warning: data definition has no type or storage class
>db.h:119: parse error before `u_int32_t'
>db.h:119: warning: no semicolon at end of struct or union
>db.h:120: warning: data definition has no type or storage class
>db.h:121: parse error before `dlen'
>db.h:121: warning: data definition has no type or storage class
>db.h:122: parse error before `doff'
>db.h:122: warning: data definition has no type or storage class
>db.h:128: parse error before `flags'
>db.h:128: warning: data definition has no type or storage class
>db.h:235: warning: no semicolon at end of struct or union
>db.h:235: parse error before `*'
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>