-
For a proper Desktop environment integration gnubiff should have a .desktop file. Attached is the .desktop file from the Fedora Package. It would be nice if you add this file to your source.
2009-07-28 22:56:33 UTC by fabianaffolter
-
sowadart committed patchset 844 of module gnubiff to the gnubiff CVS repository, changing 3 files.
2009-07-14 22:10:20 UTC by sowadart
-
sowadart committed patchset 843 of module gnubiff to the gnubiff CVS repository, changing 3 files.
2009-07-14 22:05:02 UTC by sowadart
-
thanks for the answer
Finally I succeeded by modifying the Makefile.
Here is what I did :
Configure step : ./configure --prefix=/usr --with-password --with-password-string="blabla"
And now, modify the file src/Makefile :
add "-I/usr/include/libgnomeui-2.0" at the end of the line GNOME_PANEL_DEP_CFLAGS
add "-lgnomeui-2" at the end of the line GNOME_PANEL_DEP_LIBS
Then the make...
2009-06-14 20:11:42 UTC by jleuleu
-
Hi,
probably a gnome development packag of Fedora is missing because the file "gnome.h" seems to be missing:
nls.h:42:23: error: gnome.h: No such file or directory
In ubuntu "gnome.h" is in the package "libgnomeui-dev", so check for this package.
If you don't want to have gnome support, you can call configure with the "--disable-gnome" option.
CU Robert :-)
2009-06-14 19:54:31 UTC by sowadart
-
I tried to compile and install the version 2.2.11 but i had a problem during the make process :
Making all in src
make[1]: Entering directory `/home/jleuleu/download/gnubiff-2.2.11/src'
Compiling gnubiff.cc... if g++ -DHAVE_CONFIG_H -I. -I. -I../config -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo...
2009-06-12 08:07:56 UTC by jleuleu
-
sowadart committed patchset 842 of module gnubiff to the gnubiff CVS repository, changing 2 files.
2009-04-05 18:52:06 UTC by sowadart
-
sowadart committed patchset 841 of module gnubiff to the gnubiff CVS repository, changing 2 files.
2009-04-05 17:27:59 UTC by sowadart
-
sowadart committed patchset 840 of module gnubiff to the gnubiff CVS repository, changing 2 files.
2009-04-05 17:00:25 UTC by sowadart
-
sowadart committed patchset 839 of module gnubiff to the gnubiff CVS repository, changing 21 files.
2009-04-05 17:00:05 UTC by sowadart