On Nov 28, 2006, at 3:12 PM, Alan W. Irwin wrote:
>
> Only svg and gcw clash this way; if I disable one of them all seems  
> to be
> well.
>
> If you look at all the device drivers (not just gcw.c and svg.c) it  
> turns
> out that proc_str is a common name for a function that is defined
> differently in each of them.  Some device drivers declare proc_str  
> static
> some do not, and there are other stylistic variations as well.

I was able to create the same clash between the aqt driver and svg  
driver. Thus I believe that the problem is due to the fact that  
proc_str needs to be "static" in all of these drivers. I've committed  
this change to the aqt, svg and the gcw drivers. This removed the  
problem with aqt/svg on OS-X with ENABLE_DYNDRIVER off. Hopefully  
this will prove out on Linux as well.

-Hazen


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to