On Wed, 19 Dec 2007, Sven Schreiber wrote:
I removed the fink package aquaterm which was indeed installed. So I
guess
that means to rebuild gnuplot.
Yes, I'm afraid so.
> Do you have some gnome components installed via Fink?
Yes, without actively knowing it. So I did /sw/bin/fink remove
--recursive gnome-base.
That should do the job.
Ok, let's see how it goes without gnome.
Just to be on the safe side, I'm starting over again:
* configuring and building lbgd: ok
* configuring and building gnuplot: ok
* configuring gretl: ok, but at 'make' I get:
...
make -C gui2
make[1]: *** No rule to make target `/sw/include/libgnomeui-2.0/gnome.h',
needed by `about.o'. Stop.
make: *** [gui2] Error 2
What's next?
make clean ; make
(In the make process, we figure dependencies and record these.
What's happening here is that a now-obsolete dependency is
blocking the build. "make clean" will trash all the previously
recorded dependencies.)
Allin.