Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1941 > unrolled thread

Re: 'test' does not display points in current CVS

Started bymoc@mocpa.com
First post2013-07-23 05:22 -0700
Last post2013-07-23 14:53 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#1941 — Re: 'test' does not display points in current CVS

Frommoc@mocpa.com
Date2013-07-23 05:22 -0700
SubjectRe: 'test' does not display points in current CVS
Message-ID<23fd8823-3f81-4f0f-b4d3-c71232003cf8@googlegroups.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).

[toc] | [next] | [standalone]


#1942

FromChristoph Bersch <usenet@bersch.net>
Date2013-07-23 14:53 +0200
Message-ID<kslu0h$2jv$1@dont-email.me>
In reply to#1941
Am 23.07.2013 14:22, schrieb moc@mocpa.com:
>
>>> LUA_CFLAGS="-I/usr/include/lua5.1" LUA_LIBS="-llua5.1"
>>> ./configure -- with-lua (other options.
>
> 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).

So why don't you try Péter's proposal, which you quoted (see above)?

LUA_CFLAGS="-I/usr/include/lua5.2" LUA_LIBS="-llua5.2" ./configure ...

Christoph

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web