From: Andrew R. <and...@us...> - 2007-07-18 14:54:02
|
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 > > indicating that it is expecting at least 6 arguments. My question is, > > what are the bare essentials I need to get PLplot to build only > > requiring PostScript output. I am hoping that I don't need the GD, > > freetype, xwin, etc libraries. > Could you be more specific about the errors, i.e. send the output of the > make command or whatever you are using to this list. The postscript > driver doesn't need GD, xwin but maybe freetype, depending which > postscript you choose. The basic postscript driver requires no extra libraries at all. In any case, you should not get an error from cmake due to missing driver dependencies. If a library is missing, the driver will be disabled. If you want to use the psttf driver, which has better font handling using truetype fonts, then you will introduce extra dependencies. You will need freetype, pango and lasi, as well as suitable fonts. Clearly something else must be going on. Please post your cmake command and any output from cmake, including the error message. Also, can you provide details of the version of Linux this is occuring on. Does exactly the same thing happen under whichever version of Unix you are using? Regards Andrew |