Hi Doug, Christopher,

If it helps anyone, the patch to plplot.pd that I've used locally to get around the problem is:

##############################
--- plplot.pd_orig    2013-11-02 12:04:16 +1100
+++ plplot.pd    2013-11-02 12:05:52 +1100
@@ -2085,6 +2085,11 @@
#include <plplotP.h>
#include <plevent.h>
#include <stdio.h>
+
+#ifdef plwidth
+#define c_plwid c_plwidth
+#endif
+
EOH

# The create_low_level_constants function is used to make the #define'd
##############################

Admittedly, I haven't checked it against earlier builds of plplot.
As long as they don't define "plwidth" (and I think they don't) and as long as "plwidth" is not defined elsewhere (and I think it isn't), then it should be ok.
(Famous last words ... ;-)

Cheers,
Rob

-----Original Message----- From: Douglas Hunt
Sent: Sunday, November 03, 2013 2:04 AM
To: Christopher Meng
Cc: [email protected]
Subject: Re: [Perldl] Some updates of PDL-Graphics-PLplot?

Hi Christopher:  I know I need to fix PDL-Graphics-PLplot to work with the
latest plplot.  I'll try to get to it next week.

Regards,

  Doug Hunt

On Sat, 2 Nov 2013, Christopher Meng wrote:

Hi,

Red Hat Perl coordinator has left some words at:

https://bugzilla.redhat.com/show_bug.cgi?id=992701#c3

Can you take a short look at it?

Thanks!

--

Yours sincerely,
Christopher Meng

Fєdоґa ї₴ al$о a кїпd оf нaт lїкє Яёd Haт.

http://cicku.me






_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to