Hi Hans,

I just commited a change to svn, although I couldn't test it. Anyway,  
I think there was a function definition still not encompassed by the  
correct #ifdef/#endif code. Either check out the latest svn or change  
the following lines in drivers/gd.c:

from line 233 on:

int plToGdAlpha( PLFLT a ) {
   int tmp = (int)((1.0-a)*gdAlphaMax);
   return tmp;
}

to

#if GD2_VERS >= 2
int plToGdAlpha( PLFLT a ) {
   int tmp = (int)((1.0-a)*gdAlphaMax);
   return tmp;
}
#endif

Let us know if this works for you, since nobody here still has gd 1.8.

Thanks,
Werner

On 10.12.2008, at 11:44, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] 
 > wrote:

> Andrew,
>
> I just downloaded the 5.9.0 release and get the same error about the  
> alpha channel again. Did the fix not make it into this release and  
> if not in which release will it be ?
>
> Thanks,
> Hans
>
>

--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web: http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801-13469 (laboratory)
fax: +43-(0)1-58801-13499


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to