Opened 14 years ago

Closed 14 years ago

Last modified 7 years ago

#3039 closed task (invalid)

file-roller-2.18.4 compile issue

Reported by: Robert L. Inglis Owned by: blfs-book@…
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

This package compiles fine using the books default instructions: ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \

--libexecdir=$(pkg-config \

--variable=prefix ORBit-2.0)/lib \

--sysconfdir=/etc/gnome/2.28.2 \ --localstatedir=/var/lib \ --disable-nautilus-actions

If you --enable-nautilus-actions it fails.

gcc -DHAVE_CONFIG_H -I. -I.. -DFR_DATADIR=\"/usr/share\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I.. -I.. -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT nautilus-fileroller.lo -MD -MP -MF .deps/nautilus-fileroller.Tpo -c nautilus-fileroller.c -fPIC -DPIC -o .libs/nautilus-fileroller.o

nautilus-fileroller.c:27:41: error: libgnomevfs/gnome-vfs-utils.h: No such file or directory nautilus-fileroller.c:28:45: error: libgnomevfs/gnome-vfs-file-info.h: No such file or directory nautilus-fileroller.c:29:39: error: libgnomevfs/gnome-vfs-ops.h: No such file or directory nautilus-fileroller.c: In function 'extract_to_callback': nautilus-fileroller.c:52: warning: assignment makes pointer from integer without a cast nautilus-fileroller.c: In function 'extract_here_callback': nautilus-fileroller.c:90: warning: assignment makes pointer from integer without a cast nautilus-fileroller.c:104: warning: assignment makes pointer from integer without a cast nautilus-fileroller.c: In function 'add_callback': nautilus-fileroller.c:131: warning: assignment makes pointer from integer without a cast nautilus-fileroller.c:145: warning: assignment makes pointer from integer without a cast nautilus-fileroller.c: In function 'nautilus_fr_get_file_items': nautilus-fileroller.c:237: error: 'GnomeVFSFileInfo' undeclared (first use in this function) nautilus-fileroller.c:237: error: (Each undeclared identifier is reported only once nautilus-fileroller.c:237: error: for each function it appears in.) nautilus-fileroller.c:237: error: 'info' undeclared (first use in this function) nautilus-fileroller.c:238: error: 'GnomeVFSResult' undeclared (first use in this function) nautilus-fileroller.c:238: error: expected ';' before 'result' nautilus-fileroller.c:242: error: 'result' undeclared (first use in this function) nautilus-fileroller.c:244: error: 'GNOME_VFS_FILE_INFO_GET_ACCESS_RIGHTS' undeclared (first use in this function) nautilus-fileroller.c:245: error: 'GNOME_VFS_OK' undeclared (first use in this function) nautilus-fileroller.c:246: error: 'GNOME_VFS_PERM_ACCESS_WRITABLE' undeclared (first use in this function) make[2]: * [nautilus-fileroller.lo] Error 1 make[2]: Leaving directory `/mnt/sources/sources/gnome2/src/file-roller-2.18.4/nautilus' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/mnt/sources/sources/gnome2/src/file-roller-2.18.4' make: * [all] Error 2 ringlis [ /mnt/sources/sources/gnome2/src/file-roller-2.18.4 ]$ ls

On my previous builds I just bypassed this version 2.18.4 and used version 2.28.2.

Change History (3)

comment:1 by DJ Lucas, 14 years ago

Use file-roller-2.28.2. The book is probably still behind.

comment:2 by Randy McMurchy, 14 years ago

Resolution: invalid
Status: newclosed

Marking this ticket as invalid because File-Roller has not been updated yet and the book shows an older version. The proper version of File-Roller is 2.28.2.

comment:3 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.