I followed steps;
(i) ./prepare
(ii) ./configure
(ii) make
But I'm getting error as follows;
In file included from term.h:342,
from term.c:1212:
../term/pslatex.trm: In function ‘EPSLATEX_common_init’:
../term/pslatex.trm:431:50: error: ‘GP_CAIRO_SCALE’ undeclared (first use in this function)
........
........so on
please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your source is master branch (the development branch (version 5.5) but not branch-5-4-stable.
Your build lacks the preparation of external dependencies.
The easist way to get dependencies for gnuplot on Ubuntu is to use
For 5.5, two extra librariles should be installed for webp terminal andLibrary containing Amos routines for complex functions if you need those features.
Hi,
I followed steps;
(i) ./prepare
(ii) ./configure
(ii) make
But I'm getting error as follows;
In file included from term.h:342,
from term.c:1212:
../term/pslatex.trm: In function ‘EPSLATEX_common_init’:
../term/pslatex.trm:431:50: error: ‘GP_CAIRO_SCALE’ undeclared (first use in this function)
........
........so on
please help.
Please upload here your config.log file as an attachment file.
We can see that how your configragtion phase were proceeded.
And please describe your build enviromment, version of gnuplot source
ex. Ubuntu 20.04, with gcc, g++-9. gnuplot-5.4.3.
Last edit: Tatsuro MATSUOKA 2022-03-31
Thank you for your reply.
Required details are as follow;
Ubuntu 20.04, gcc 9.4.0, g++ 9.4.0, gnuplot branch-5-4-stable
I have also added "config.log" file. I think there is error related to gcc.
Thanks
The below is the configration summary in config.log.
Your source is master branch (the development branch (version 5.5) but not branch-5-4-stable.
Your build lacks the preparation of external dependencies.
The easist way to get dependencies for gnuplot on Ubuntu is to use
Before using the above, read and follow the below:
https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list
Last edit: Tatsuro MATSUOKA 2022-04-01
For 5.5, two extra librariles should be installed for webp terminal andLibrary containing Amos routines for complex functions if you need those features.