|
From: Patrick D. <pd...@gm...> - 2017-07-18 10:04:50
|
Thank Tatsuro, I have an issue with patch -p1 < ../gnuplot-5.0.0-tabulate.patch (Stripping trailing CRs from patch; use --binary to disable.) can't find file to patch at input line 8 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |Index: docs/gnuplot.doc |=================================================================== |RCS file: /cvsroot/gnuplot/gnuplot/docs/gnuplot.doc,v |retrieving revision 1.895 |diff -u -r1.895 gnuplot.doc |--- docs/gnuplot.doc 17 Jun 2014 05:39:30 -0000 1.895 |+++ docs/gnuplot.doc 20 Jun 2014 08:38:13 -0000 -------------------------- File to patch: =========================================================================== Patrick DUPRÉ | | email: pd...@gm... Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France =========================================================================== > Sent: Tuesday, July 18, 2017 at 11:57 AM > From: "Tatsuro MATSUOKA" <tma...@ya...> > To: "Patrick Dupre" <pd...@gm...> > Cc: gnu...@li... > Subject: Re: [Gnuplot-info] table > > >> > > > >> > If I understand the patch > >> > #694 Add options to set table command > >> > > >> > set table "outputfile.asc" clip > >> > > >> > should work, but I get me an error: > >> > > >> > unexpected or unrecognized token > >> > > >> > Is the patch implemented in Version 5.0 patchlevel 5? > >> > > >> No. > >> But you can apply the patch and build the gnuplot by yourself. > >> > >> > >> Tatsuro > >> > >T hank, > > > > Could you give the procedure to implement the patch ? > > I have a fedora distribution. > > For Unixy environments, I have experiences for CYGWIN and Ubuntu. > > 1. Download source tar ball from SourceForge site. > https://sourceforge.net/projects/gnuplot/ > Files -> (each version) > > 2. Extract source tar ball. > > 3. Read INSTALL file carefully and prepare dependencies (dynamic link libraries and development files.) > > 4. Apply patch with patch command > $ cd (source root directory) > $ patch -p1 < (patch file name) > > 5. Configure with properly setting environments variables > > 6. make and make check. > > If you have no experience with Unix build, please ask experts. > > Tatsuro > |