From: <tim...@en...> - 2006-07-09 18:10:52
|
Juergen Wieferink wrote: > Hi Timoth=E9e, > > =20 >> I guess you have gtk+ 2.6, not 2.8 or later. That's fine in terms of >> =20 > > wiefer@localhost:~> rpm -qa |grep -i gtk2 > gtk2-devel-2.6.4-6.3 > gtk2-2.6.4-6.3 > > =20 >> what we need for the wxWidgets terminal. However, gtk+ 2.8 is dependan= t >> on cairo, and was magically adding the '-lpangocairo' flag. gtk+ 2.6 >> does not depend on cairo, hence the missing flag. I've fixed that in >> CVS. Please try to see if the problem is fixed. >> =20 > > Yes, compiles and links fine. > =20 Good ! > =20 >> Well, so far your experience and your reports have been really fruitfu= l, >> thank you very much, and please go on ;-) >> =20 > > Thanks. But now to the next riddle: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D8<=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > (...) > > Terminal type set to 'wxt' > gnuplot> plot sin(x) > Error reading Pango modules file > > (<unknown>:17660): Pango-WARNING **: No builtin or dynamically loaded m= odules > 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. > > (...) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>8=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > The file /usr/local/etc/pango/pango.modules actually exists, but is > empty apart from comments. Have you tried to run 'pango-querymodules' ? It may tell you why it did=20 not find the so-called modules. Attached is my file to let you know what you are expecting. Best regards, Timoth=E9e |