|
From: Juergen W. <wie...@fr...> - 2006-07-10 18:41:21
|
On Sunday 09 July 2006 22:11 Timoth=C3=A9e Lecomte wrote:
> Juergen Wieferink wrote:
> > Terminal type set to 'wxt'
> > gnuplot> plot sin(x)
> > Error reading Pango modules file
> >
> > (<unknown>:17660): Pango-WARNING **: No builtin or dynamically loaded
> > modules were found. Pango will not work correctly. This probably means
> > there was an error in the creation of:
> > '/usr/local/etc/pango/pango.modules'
> > You may be able to recreate this file by running pango-querymodules.
> Have you tried to run 'pango-querymodules' ? It may tell you why it did
> not find the so-called modules.
> Attached is my file to let you know what you are expecting.
Well, I tried somehow... I typed "pango-q" and hit tab twice and
was getting nothing because it was not yet in the hash, probably. I
thought that this was because missing priveleges and got root. And
also root did not know pango-querymodules. Because /usr/local/bin
is not in the path of root. Maybe this is the reason
/usr/local/etc/pango/pango.modules was empty.
=46inally, I piped the output of pango-querymodules into
/usr/local/etc/pango/pango.modules and there you are, it works!
Really cool look and feel, congrats!!! And thanks for your efforts
to get it to work on machines like mine. ;-)
Just curious: Will there be a smoother integration of the mousing
features into the GUI?
JFTR:
*Howto* get the wxWidgets terminal of gnuplot working on SuSE
9.3 (the problem are missing libraries):
* install the *-devel rpms of the glib and of gtk2
* build and install cairo-1.2=20
* build and pango-1.10=20
the latest version will not work because of the glib dependence
* make sure that /usr/local/etc/pango/pango.modules is valid
run `pango-querymodules' and pipe the output into the above file
if neccessary.
* configure, build and install gnuplot
* have fun!
Thanks again for a great piece of work,
Juergen
|