Re: Bugs? [Re: Guppi 0.34.5 released]



On Wed, May 03, 2000 at 08:05:42PM +0100, Neil J Pilgrim wrote:
> Just got the tarball. It built fine, and I installed it with a
> --prefix=${PWD}/here. However the following occurs`:
<bad error messages omitted>

Hmm... it looks like you aren't finding the plug-ins (which go into
PREFIX/lib/guppi/plug-ins/VERSION_NUMBER), and all hell is
subsequently breaking loose.

When you run guppi, you should see something like this:
% here/bin/guppi 
guppi-Message: Booting Guile
libguppiuseful-Message: Initializing CORBA
libguppiuseful-Message: Initializing libglade
libguppiuseful-Message: Initializing Utility Library
libguppiuseful-Message: Initializing Guile
libguppiuseful-Message: Initializing Bonobo
libguppiuseful-Message: Initializing Statistics Library
libguppiuseful-Message: Initializing Data Library
libguppiuseful-Message: Initializing Plot Library
libguppiuseful-Message: Initializing GuppiAppGuile
libguppiuseful-Message: Loading Plug-Ins
libguppiuseful-Message: Loaded plug-in: Delimited Text Importer
libguppiuseful-Message: Loaded plug-in: Axis
libguppiuseful-Message: Loaded plug-in: Box Plot
libguppiuseful-Message: Loaded plug-in: Graph Paper
libguppiuseful-Message: Loaded plug-in: Sample Plug-In
libguppiuseful-Message: Loaded plug-in: Simple Linear Regression
libguppiuseful-Message: Loaded plug-in: Scatter Plot
libguppiuseful-Message: Building Main Guppi Window
libguppiuseful-Message: Loading .guppirc
libguppiuseful-Message: Visit us at http://www.gnome.org/guppi

If you didn't get those "Loaded plug-in" lines, or got errors at this
point, this is the problem.

If you *are* loading the plug-ins properly, the only other thing I can
think of is that you have a shared lib from an old version laying
around in /usr/local/lib or somewhere like that.

Try doing
% ldd here/bin/guppi | fgrep guppi
and confirm that the guppi-related shared libs that are being used are
the ones you just built.

-JT

-- 
GNU/Linux: Free your mind and your OS will follow.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]