|
From: Petr M. <mi...@ph...> - 2017-07-04 15:26:22
|
Hello,
I have troubles compiling rc2 on Linux (OpenSUSE 42.2, and some Ubuntu) -
linking fails.
It is this problem:
https://sourceforge.net/p/gnuplot/support-requests/196/
The workaround
configure --with-X11
described above does not help, while
TERMLIBS="-lX11" ./configure
let me gnuplot compile.
Can this be fixed?
***
Further, I can see that
set term qt; test
does not pass the test of character width (testing rectangle is too narrow),
while x11 and wxt pass well.
***
Those two dummy terminals show 90123456789 instead of 0123...90123...9 in the
character width test:
set term dumb; test
set term caca; test
***
Is caca still experimental?
It's just fun, but it's nice, mouseable and it seems to work, so I propose to
have it not experimental.
***
Greetings,
Petr
|