Re: [Plplot-devel] Disambiguation issue still exists

2016-01-21 Thread Alan W. Irwin
On 2016-01-21 07:43- Arjen Markus wrote: > Hi Alan, > > > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> >> I was pretty proud of that implementation, but there is a "slight" problem >> with it >> which is it does not work! :-( >> > Well, the idea

[Plplot-devel] Fortran binding: finally happy with plGetCursor

2016-01-21 Thread Alan W. Irwin
Hi Arjen: The subject line pretty much says it all. Please take a look at my latest commit (see ) and let me know what you think of the new/improved plplot_graphics module. Alan __ Alan W

[Plplot-devel] My plans for further work during this release cycle

2016-01-21 Thread Alan W. Irwin
Here are my ToDo lists for some remaining things I want to do with the Fortran binding that just landed and also some further general PLplot issues I want to address before the release. None of these topics are release critical, but they are all in the "would be nice" category. I assume most of th

Re: [Plplot-devel] My plans for further work during this release cycle

2016-01-21 Thread Alan W. Irwin
On 2016-01-21 02:24-0800 Alan W. Irwin wrote: > * Tidy/beautify our Fortran code which is currently in an identation > mess. I am currently researching a GPL'd tool called f90ppr to do > this. That idea turned out to be a waste of time. I locally built that tool, and it does impose a uniform st

[Plplot-devel] Qt5 / cmake error

2016-01-21 Thread Hazen Babcock
Hello, As Qt4 is now at least technically no longer supported I thought I might spend some time to see if I could get our PyQt bindings to work with Qt5. However unfortunately I can't even build PLplot with Qt5 due to a cmake error. Any suggestions would be appreciated. The error message:

Re: [Plplot-devel] Qt5 / cmake error

2016-01-21 Thread Greg Jung
I know that one, it came up for me when building a new shared library and one of the target_link_libraries() calls included "PRIVATE" as a keyword (i.e., exactly what it said). I took out the "PRIVATE " and it worked. What that all means, I don't know! the result worked out for linux. http://sour

Re: [Plplot-devel] My plans for further work during this release cycle

2016-01-21 Thread Alan W. Irwin
On 2016-01-21 02:24-0800 Alan W. Irwin wrote: > * Tidy/beautify our Fortran code which is currently in an identation > mess. Hi Arjen: I finally finished the above using emacs. For details look at the commit message at

Re: [Plplot-devel] My plans for further work during this release cycle

2016-01-21 Thread Arjen Markus
Hi Alan, I will do so - pity that f90ppr is not really up to the task. I wouldn't have thought that Michel Olagnon (the author of the tool) kept to this 7th column convention. I think of reasons, but not particularly good ones ;). I have some minor edits to apply to the new Fortran document

Re: [Plplot-devel] Qt5 / cmake error

2016-01-21 Thread Alan W. Irwin
On 2016-01-21 21:23-0500 Hazen Babcock wrote: > > Hello, > > As Qt4 is now at least technically no longer supported I thought I might > spend some time to see if I could get our PyQt bindings to work with Qt5. > However unfortunately I can't even build PLplot with Qt5 due to a cmake > error. An