Re: [Plplot-general] Building a bare minimum plplot

2007-07-19 Thread Scott Hall
Mission accomplished! I am up and running. Thank you all again for all of your help, I truly appreciated it. Scott On 7/18/07, Alan W. Irwin <[EMAIL PROTECTED]> wrote: On 2007-07-18 16:02-0400 Scott Hall wrote: > I tried checking it out with svn using the command > > svn co https://plplot.

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Alan W. Irwin
On 2007-07-18 16:02-0400 Scott Hall wrote: > I tried checking it out with svn using the command > > svn co https://plplot.svn.sourceforge.net/svnroot/plplot plplot That command should work fine at least for Linux subversion clients (except for the overlarge download problem I mentioned before bec

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Alan W. Irwin
On 2007-07-18 19:00+0100 Andrew Ross wrote: > > On Wed, Jul 18, 2007 at 09:34:11AM -0700, Alan Irwin wrote: >> On 2007-07-18 11:40-0400 Scott Hall wrote: >> >>> I am new to PLplot and this the first time I have used CMake. For >>> simplicity, on my part, I have been using the GUI version (ccmake

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Scott Hall
I tried checking it out with svn using the command svn co https://plplot.svn.sourceforge.net/svnroot/plplot plplot svn tells me it does not recognize the URL scheme. Now I am new to svn as well, I installed the latest version of svn. Thanks Scott On 7/18/07, Andrew Ross <[EMAIL PROTECTED]> w

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Andrew Ross
On Wed, Jul 18, 2007 at 09:34:11AM -0700, Alan Irwin wrote: > On 2007-07-18 11:40-0400 Scott Hall wrote: > > > I am new to PLplot and this the first time I have used CMake. For > > simplicity, on my part, I have been using the GUI version (ccmake > > CMakeLists.txt) to generate the makefile. I

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Alan W. Irwin
On 2007-07-18 11:40-0400 Scott Hall wrote: > I am new to PLplot and this the first time I have used CMake. For > simplicity, on my part, I have been using the GUI version (ccmake > CMakeLists.txt) to generate the makefile. I am attaching the output from > using ccmake. This was made on my Linux

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Scott Hall
I am new to PLplot and this the first time I have used CMake. For simplicity, on my part, I have been using the GUI version (ccmake CMakeLists.txt) to generate the makefile. I am attaching the output from using ccmake. This was made on my Linux platform. CMake Error: Error in cmake code at pdf

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Alan W. Irwin
On 2007-07-18 10:21-0400 Scott Hall wrote: > Hello, > > I am trying to get PLplot installed onto three different platforms, Windows, > SunOS, and Linux. My goal is to be able to compile the same random programs > on each of the three platforms. I have succesfully built on all three but > now I a

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Andrew Ross
On Wed, Jul 18, 2007 at 04:35:34PM +0200, Werner Smekal wrote: > Hi Scott, > > > > Basically I want to only build PostScript files as my output on all > > three platforms. When building on Linux and Unix I disable all but > > the postscript driver and when I configure it I get an error > > in

Re: [Plplot-general] Building a bare minimum plplot

2007-07-18 Thread Werner Smekal
Hi Scott, > > Basically I want to only build PostScript files as my output on all > three platforms. When building on Linux and Unix I disable all but > the postscript driver and when I configure it I get an error > indicating that it is expecting at least 6 arguments. My question is, > wha