Re: [bluefisch] error in some install script *solved*



Hi Paul,
This one has returned in 2.8.0 It is one of the few bugs, which are easy to fix anyways. Thanks for the job!

Bye,

Martijn

Martijn Brouwer wrote:

Hi Paul,
I found the source of the problems.
In the Makefile of data subdir of bluefish, line 22 reads:
gnome2prefix=/usr/share/
This can be overridden by adding this option to ./configure:
 --with-gnome2-prefix=/<garnome-dir>/share
So you have to add the option
--with-gnome2-prefix=$(sharedstatedir)
to the CONFIGURE_ARGS in the Makefile. The --with-gnome2-menu option can then be omitted.
I tried this and it works well.

Martijn



Paul Drain wrote:


tend to change versionnumbers in Makefiles, and I do not know how tla deals with files that are modified by the user). But the Bluefish Makefile is identical to the old one. Has something gone wrong?



It *should* overwrite them if you're using TLA from source, but if
you've got a binary version (rpm, etc) it might not.

In that case, adding:

--with-gnome1-menu=$(sharedstatedir)/gnome/apps

to the end of CONFIGURE_ARGS, should fix your issue.

--patch-209 is the patch containing the fix above, so i'd check to make
sure arch is up to date first.

Cheers,

Paul










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