According to impu:
> Accept my apology for acting like an ignorant. If your
> email program opened up the *.h file, you may just get
> a huge email (not in size, but quantity of text).
> Just for your information, I should have renamed it to
> *.txt format prior to sending, no harm intended. :)
It's also probably not a good idea to post proprietary source code to
a mailing list.
> > # make
> > CC -c
> >
> -DDEFAULT_CONFIG_FILE="/opt/www/htdig/conf/htdig.conf"
> > -I../htl
> > ib -I../htcommon -I../db/dist -I../include -g
> > Configuration.cc
> > CC: "/opt/CC/include/CC/iostream.h", line 117:
> > error:
> > two definitions of ios::op
> > erator void *() (1034)
> > CC: "/opt/CC/include/CC/iostream.h", line 117:
> > error:
> > ios::operator void *() can
> > not be redeclared in class declaration (1168)
> > *** Error exit code 1
I dunno, but to me it looks like your "CC" C++ compiler doesn't like its
own header files. Maybe there's a version mismatch somewhere. You should
try compiling a simple C++ program that includes iostream.h, and if that
fails, report it to HP.
If the simple program doesn't fail like this, it may be that the htdig
source and/or Makefiles are doing something that CC doesn't like, in which
case you should go with Jesse's advice and use the GNU C++ compiler.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html