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


From: Arnaud Desitter
Subject: Re: DDD-3.3.9-test1 is released
Date: Thu, 29 Apr 2004 10:51:07 +0100

----- Original Message ----- 
From: "Tim Mooney" <address@hidden>
Newsgroups: gmane.comp.debugging.ddd.general
Cc: "DDD Users Mailing List" <address@hidden>
Sent: Wednesday, April 28, 2004 9:51 PM
Subject: Re: DDD-3.3.9-test1 is released


> In regard to: DDD-3.3.9-test1 is released, Andrew Gaylard said (at
9:40pm...:
>
> >Since this release has many changes, I'd be grateful if everyone
> >would give it a spin, and let the mailing list know whether it
> >works or not.  I'm particularly interested in build issues
> >on commercial Unix platforms.  This release should (finally!)
> >build fine on HPUX-11.11, Solaris-8, Irix-6.5.x, and Tru64-v5.1.
> >But I need proof, so let me know (whatever your platform).
>
> I've tried a couple platforms so far.
>
> To get it to configure on IRIX (6.5.22m) with the IRIX C and C++ compilers
> (7.3.1.3m), I needed to have
>
> -LANG:std
>
> in CXXFLAGS (that's probably known already).  I immediately get an error
> when trying to build though:
>
> CC -DHAVE_CONFIG_H -I. -I. -I.  -I./..  -I/local/gnu/include  -DNDEBUG
> -O2 -LANG:std -n32 -OPT:Olimit=3000    -c -o ddd.o ddd.C
> cc-1168 CC: ERROR File = ddd.C, Line = 5840
>   The indicated type conversion is invalid.
>
>       XtCallbackProc proc = STATIC_CAST(const
WhenReadyProc_t*,client_data)->proc;
>                             ^
>
> 1 error detected in the compilation of "ddd.C".
>

If you use:
       XtCallbackProc proc =
STATIC_CAST(WhenReadyProc_t*,client_data)->proc;
does that fix it ?

Regards,





reply via email to

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