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. :)
Tek
--- impu <[EMAIL PROTECTED]> wrote:
> Hi,
> I am trying to install htdig-3.1.5 under HPUX
> 10.20. Basically, untar to ./configure goes without
> any headache (see attached config.log). Then when I
> am asked to run make, I do and come across this
> problem... (I'm copying and pasting this below)
>
>
>
******************************************************
> # 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
>
> Stop.
> *** Error exit code 1
> Stop.
>
*****************************************************
>
> So, I looked at iostream.h (which is also attached)
> and line 117 says this...
>
> int rdstate() const { return state ; }
> operator void*()
> {
> if
> (state&(failbit|badbit|hardfail)) return 0 ;
> else return this ;
> }
> 117--> operator const void*() const
> {
> if
> (state&(failbit|badbit|hardfail)) return 0 ;
> else return this ;
> }
> *************************************************
>
> Not a C programmer, (not a programmer at all) and
> have
> no clue how to resolve this issue. Any pointer?
>
> Thanks,
>
> Impu
>
>
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html