ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: DDD-3.3.9-test1 is released [HP-UX 11.22, IA64, HP's compiler]


From: Seip, Christopher
Subject: RE: DDD-3.3.9-test1 is released [HP-UX 11.22, IA64, HP's compiler]
Date: Thu, 29 Apr 2004 10:52:57 -0700

Thanks!  That last modification was enough to satisfy the HP compilers.

At the end, linking ddd, I got the same 'Unsatisfied symbol "yyparse" in
file /usr/lib/hpux32/liby.so' message as I mentioned in the build using
gcc.

I removed the ddd/ddd executable and tried your other suggestion:
make LIBY=''

That built a new ddd executable, without the warning message.

Looks good!

--Chris--


-----Original Message-----
From: Arnaud Desitter [mailto:address@hidden 
Sent: Thursday, April 29, 2004 10:29 AM
To: Seip, Christopher
Cc: address@hidden; Tim Mooney
Subject: Re: DDD-3.3.9-test1 is released [HP-UX 11.22, IA64, HP's
compiler]


Hi,

Fixed in CVS. Could you replace 
XtCallbackProc proc = STATIC_CAST(const addHelpCallback_t*,closure)->pr
by XtCallbackProc proc = STATIC_CAST(addHelpCallback_t*,closure)->pr

and try again ? Please post as well any relevant warning.

Thanks,


----- Original Message ----- 
From: "Seip, Christopher" <address@hidden>
To: "Arnaud Desitter" <address@hidden>
Cc: <address@hidden>; "Tim Mooney" <address@hidden>
Sent: Thursday, April 29, 2004 5:52 PM
Subject: RE: DDD-3.3.9-test1 is released [HP-UX 11.22, IA64, HP's
compiler]


Hi Arnaud,

I applied that patch and tried to build with HP's compiler.  Got further
this time!

source='MakeMenu.C' object='MakeMenu.o' libtool=no \
depfile='.deps/MakeMenu.Po' tmpdepfile='.deps/MakeMenu.TPo' \
depmode=none /bin/sh ../depcomp \ aCC -DHAVE_CONFIG_H -I. -I. -I.
-I./.. -I/usr/contrib/X11R6/include
-DNDEBUG   -LANG:std    -c -o MakeMenu.o MakeMenu.C
Error 746: "MakeMenu.C", line 993 # Cannot use static_cast to convert
void *
    to const addHelpCallback_t *.
        XtCallbackProc proc = STATIC_CAST(const
addHelpCallback_t*,closure)->pr
                              ^^^^^^^^^^^
make[2]: *** [MakeMenu.o] Error 2
make[2]: Leaving directory `/usr/local/build/ddd-3.3.9-test1/ddd'


Thanks,

--Chris--

-----Original Message-----
From: Arnaud Desitter [mailto:address@hidden 
Sent: Thursday, April 29, 2004 3:52 AM
To: Seip, Christopher
Cc: address@hidden; Tim Mooney
Subject: Re: DDD-3.3.9-test1 is released [HP-UX 11.22, IA64, HP's
compiler]


Hi,

Please apply the patch attached that fixes the errors below
and try again. 

Regards,

----- Original Message ----- 
From: "Seip, Christopher" <address@hidden>
Newsgroups: gmane.comp.debugging.ddd.general
Cc: <address@hidden>
Sent: Thursday, April 29, 2004 1:22 AM
Subject: RE: DDD-3.3.9-test1 is released [HP-UX 11.22, IA64, HP's
compiler]


Hi Andrew,

I tried building on HP-UX 11.22 on Itanium/IA64 architecture.  Will try
some different builds on HP-UX, very soon.

This time I am using HP's compiler, and providing some GNU tools in my
$PATH: Perl 5.8.3, Make 3.80, Bison 1.875, M4 1.4, and Flex 2.5.4a.

Here's where the build ran into trouble:

source='ddd.C' object='ddd.o' libtool=no \ depfile='.deps/ddd.Po'
tmpdepfile='.deps/ddd.TPo' \ depmode=none /bin/sh ../depcomp \ aCC
-DHAVE_CONFIG_H -I. -I. -I.  -I./.. -I/usr/contrib/X11R6/include
-DNDEBUG -g   -c -o ddd.o ddd.C
Warning 552: "StringBox.h", line 92 # Ambiguous overloaded function
    declaration; default arguments make this function indistinguishable
from
    previous one. Clashing function "StringBox::StringBox(const string
&,const
    char *,const char *)" was previously declared at ["StringBox.h",
line 84].
        StringBox(const char *s = "", const char *fontname = "fixed",
        ^^^^^^^^^
Error 746: "ddd.C", line 5840 # Cannot use static_cast to convert void *
to
    const WhenReadyProc_t *.
        XtCallbackProc proc = STATIC_CAST(const
WhenReadyProc_t*,client_data)->
                              ^^^^^^^^^^^
make[2]: *** [ddd.o] Error 2
make[2]: Leaving directory `/usr/local/build/ddd-3.3.9-test1/ddd'


The config.log is attached.  I hope this is helpful.  Regards,

--Chris--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]