Re: [Plplot-devel] Subversion-related changes for our next release.

2007-05-22 Thread Alan W. Irwin
On 2007-05-22 23:11-0400 Hazen Babcock wrote: > > On May 22, 2007, at 2:25 AM, Alan W. Irwin wrote: > >>> The rest of the release build process will then be done working off the >>> contents of this directory. When the release checks out the RM will >>> commit this directory to Sourceforge. >>

Re: [Plplot-devel] How to use output driver

2007-05-22 Thread Jerry
I'm not sure what your requirements are that you need JPEG, but as you probably know, PDF is native across OS X (even the screen display is based on PDF). You can save directly from AquaTerm in either PDF or Postscript. If you want to convert to other file formats such as JPEG (and you don

Re: [Plplot-devel] Subversion-related changes for our next release.

2007-05-22 Thread Hazen Babcock
On May 22, 2007, at 2:25 AM, Alan W. Irwin wrote: >> The rest of the release build process will then be done working >> off the contents of this directory. When the release checks out >> the RM will commit this directory to Sourceforge. > > I assume you should commit it when you first create

Re: [Plplot-devel] How to use output driver

2007-05-22 Thread Arjen Markus
Hiroyasu YASUDA wrote: > Thank you for the quick reply. > > My code always includes "call plparseopts(1)" before plinit(1). But, > when I build the code as "g77 x01f.f `plplot-config --cflags --libs -- > with-f77` -o x01f" and then the code shows "Requested device jpeg not > available" when the co

Re: [Plplot-devel] How to use output driver

2007-05-22 Thread Hiroyasu YASUDA
Thank you for the quick reply. My code always includes "call plparseopts(1)" before plinit(1). But, when I build the code as "g77 x01f.f `plplot-config --cflags --libs -- with-f77` -o x01f" and then the code shows "Requested device jpeg not available" when the code run as "./x01f -dev jpeg".