After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 509933 - 2.21.1 does not compile
2.21.1 does not compile
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.21.x
Other Linux
: Normal blocker
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2008-01-16 16:46 UTC by Joseph Sacco
Modified: 2008-01-28 18:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Joseph Sacco 2008-01-16 16:46:55 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
Comment 1 Joseph Sacco 2008-01-16 18:38:13 UTC
It might be better to resolve this problem in nautilus.  See

     http://bugzilla.gnome.org/show_bug.cgi?id=509966


-Joseph
Comment 2 Joseph Sacco 2008-01-16 21:36:03 UTC
Answer: NO!!!  

See 

     http://bugzilla.gnome.org/show_bug.cgi?id=509966


-Joseph
Comment 3 Paolo Bacchilega 2008-01-28 18:26:18 UTC
pathc applied to trunk, thanks.