On 2006-11-28 22:41-0500 Hazen Babcock wrote:

>
> 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.

Yes it does.  svg/gcw clash problem solved on Linux. Thanks for the quick
action.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the
Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

-------------------------------------------------------------------------
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