Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1941
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2013-07-23 05:22 -0700 |
| References | <5213f873-dc07-412e-99a4-67f90709bee4@19g2000yql.googlegroups.com> <hk9tfl$3nu$1@news.eternal-september.org> |
| Message-ID | <23fd8823-3f81-4f0f-b4d3-c71232003cf8@googlegroups.com> (permalink) |
| Subject | Re: 'test' does not display points in current CVS |
| From | moc@mocpa.com |
2010년 2월 2일 화요일 오전 11시 12분 50초 UTC-8, sfeam 님의 말: > Péter Juhász wrote: > > > Sorry to generate so much noise here lately, but I believe I've found > > another bug. > > > > The 'test' command seems to be broken in the current (Jan. 30) CVS > > version. > > An image tells it best: > > http://imagebin.org/83019 > > > > Instead of the various point symbols just dots are displayed. This > > behavior seems to be terminal-independent. > > I cannot reproduce this problem here using either current CVS or the 4.4 > release candidate. Both produce a correct test plot. > > > An unrelated note: on Ubuntu 9.10 the configure script doesn't seem to > > want to recognize the presence of a lua installation, even if it is > > installed, development packages and everything. So it won't compile in > > the lua terminal even if it was enabled with the --with-lua switch. > > > > The reason for this seems to be that the gnuplot's configure script > > expects the package name as 'lua' but it's installed as 'lua5.1' on > > the system. This can be remedied if one calls the configure script > > like this: > > > > LUA_CFLAGS="-I/usr/include/lua5.1" LUA_LIBS="-llua5.1" ./configure -- > > with-lua (other options. > > > > Péter Juhász > > The LUA_CFLAGS are taken from your local system's pkg-config file. > The best fix is to make sure there is a symlink > /usr/lib/pkgconfig/lua.pc -> /usr/lib/pkgconfig/lua5.1.pc > > See http://ubuntuforums.org/showthread.php?t=1127979 > > I will put a note in the INSTALL file warning about this Ubuntu-specific > quirk. Adding a specific test for "lua5.1" in the configure script sounds > like a bad idea, since I imagine it would just break again when Ubuntu > packages lua 5.2. Hi, This problem has changed but is still festering. Currently a note in INSTALL for Ubuntu suggests the symlink fix, but meanwhile the lua people have come out with 5.2, and they have evidently refused to provide a .pc file for it. See for example http://lua-users.org/lists/lua-l/2012-02/msg00748.html. Some organizations, such as Debian, have made their own, but Canonical has not. Insofar as I can tell this means that I can't compile gnuplot on my Ubuntu12.04 (I'm no hot shot).
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar | Unroll thread
Re: 'test' does not display points in current CVS moc@mocpa.com - 2013-07-23 05:22 -0700 Re: 'test' does not display points in current CVS Christoph Bersch <usenet@bersch.net> - 2013-07-23 14:53 +0200
csiph-web