Re: [Plplot-devel] plfreetype smooth=1 bug for example 24

2009-01-27 Thread Werner Smekal
Hi Alan, > > There are five other (besides hitting return) possible methods for > terminating the window. There are two window manager controls for > doing > it and the corresponding alt-F4 and the wxwidgets file button for > exit and > the corresponding alt-x. If I use any of those 5

Re: [Plplot-devel] Trouble building on OS X

2009-01-27 Thread Jerry
* What are the results of "make VERBOSE=1" (starting from a clean build, again)? * What are your OS X and gcc versions? Here is my script this time: cmake \ -DCMAKE_INSTALL_PREFIX=/Users/me/Documents/Programs/Ada/Code/Bindings/ PLplot/plplot_svn/temp \ /Users/me/Documents/Programs/Ada/Cod

[Plplot-devel] 5.9.2 on freshmeat.net

2009-01-27 Thread Werner Smekal
Hi, I eventually submitted the new release to http://freshmeat.net . If you are fast, the entry will still be on the frontpage, otherwise go to http://freshmeat.net/projects/plplot/?branch_id=14259&release_id=292969 to see the project page. If you think, that I should change some text, I can

Re: [Plplot-devel] 5.9.2 on freshmeat.net

2009-01-27 Thread Werner Smekal
Hi Arjen, you're right. I can't change the text right now any more, but for the next release I'll stick more closely to Hazen's text. I needed to summarize the changelog from version 5.2.1 to 5.9.2 in some sentences, so I was rather vague. But since we should have more releases from now on

Re: [Plplot-devel] Trouble building on OS X

2009-01-27 Thread Alan W. Irwin
On 2009-01-27 03:02-0700 Jerry wrote: >> >> * What are the results of "make VERBOSE=1" (starting from a clean build, >> again)? >> >> * What are your OS X and gcc versions? > > Here is my script this time: > > cmake \ > -DCMAKE_INSTALL_PREFIX=/Users/me/Documents/Programs/Ada/Code/Bindings/PLplot

[Plplot-devel] Duration of this release cycle

2009-01-27 Thread Alan W. Irwin
Hi Werner: On 2009-01-27 16:17+0100 Werner Smekal wrote: > Apart from that: when is the next release (5.9.3?) due, so that I know > if I can finish at least some of my todos in time ;) The ten-month release cycle for PLplot-5.9.1 was unusually long. The one-month release cycle for PLplot-5.9.2

Re: [Plplot-devel] Questions about the Lua bindings and examples

2009-01-27 Thread Alan W. Irwin
On 2009-01-26 10:47+0100 Werner Smekal wrote: >> * How do you run the examples? > > * Enable lua bindings with -DENABLE_lua=ON > * lua, lualib, lualiblib must be installed, plus developer packages > (Ubuntu/Debian) > * cd build-directory/bindings/lua (here you should find plplotluac.so) > * lua s

[Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-27 Thread pm
All, I have had success linking to Plplot shared libraries on all distributions of Linux. However, in porting some of my software to Cygwin on XP, linking to static libraries had a small problem using the *.pc file for F77. I built plplot like this on Cygwin: plplot-5.9.2 from the tarball.  

Re: [Plplot-devel] Trouble building on OS X

2009-01-27 Thread Jerry
On Jan 27, 2009, at 10:19 AM, Alan W. Irwin wrote: On 2009-01-27 03:02-0700 Jerry wrote: * What are the results of "make VERBOSE=1" (starting from a clean build, again)? * What are your OS X and gcc versions? Here is my script this time: cmake \ -DCMAKE_INSTALL_PREFIX=/Users/me/Documents