bug-gv
[Top][All Lists]
Advanced

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

Re: [bug-gv] problems with libXaw3D-1.6.1


From: gabriele balducci
Subject: Re: [bug-gv] problems with libXaw3D-1.6.1
Date: Wed, 29 Feb 2012 16:36:51 +0100

> >
> >
> > So it looks like with 1.6.1 it is up to applications to use:
> >
> > pkg-config --cflags xaw3d
> >
> > To set the macros at compile time.  internationalization is set by 
> > default.  I had been setting arrow-scrollbars, but looks like I need 
> > to set the others too.
> >
> That's exactly that the world needs: Xaw3d incompatible to Xaw3d 1.5E, 
> so all programs that need it need an adjusted built system - all with 
> checiing if Xaw3d 1.6.x is being used (there isn't an documented check 
> for that) - thus making it very incompatible to Xaw3d 1.5E.
> 
> And it also does not include significant bug fixes - so why should I 
> wish to use Xaw3d 1.6.1 instead of a bugfixed Xaw3d 1.5E?
> 
> I cannot believe that.
> 

Well, I am not in the position to enter a discussion about the direction
taken by the changes in Xaw3d.

I can only thank you very much for taking the time to fix the gv-3.7.3
<--> Xaw3d-1.6.1 problems.

I summarize here what seems to be the working configuration, in the hope
to be useful for others:

=> build Xaw3d-1.6.1 with:

    --enable-internationalization
    --enable-multiplane-bitmaps
    --enable-gray-stipples
    --enable-arrow-scrollbars

=> then build gv with:

   export CFLAGS="${CFLAGS} `pkg-config --cflags xaw3d`"


Thanks again!
ciao
gabriele



reply via email to

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