GNOME Bugzilla – Bug 509933
2.21.1 does not compile
Last modified: 2008-01-28 18:26:18 UTC
file-roller 2.21.1 does not compile because if header path problems. A fix is shown below. -Joseph ========================================================================== --- file-roller-2.21.1/nautilus/Makefile.in- 2008-01-16 11:40:52.000000000 -0500 +++ file-roller-2.21.1/nautilus/Makefile.in 2008-01-16 11:42:31.000000000 -0500 @@ -252,7 +252,8 @@ -I$(top_srcdir) \ -I$(top_builddir) \ $(DISABLE_DEPRECATED) \ - $(NAUTILUS_CFLAGS) + $(NAUTILUS_CFLAGS) \ + $(FR_CFLAGS) nautilus_extensiondir = $(NAUTILUS_EXTENSION_DIR) nautilus_extension_LTLIBRARIES = libnautilus-fileroller.la
It might be better to resolve this problem in nautilus. See http://bugzilla.gnome.org/show_bug.cgi?id=509966 -Joseph
Answer: NO!!! See http://bugzilla.gnome.org/show_bug.cgi?id=509966 -Joseph
pathc applied to trunk, thanks.