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 516954 - FTBFS: actions, adblock needs gio porting (or update in include/)
FTBFS: actions, adblock needs gio porting (or update in include/)
Status: RESOLVED DUPLICATE of bug 516844
Product: epiphany-extensions
Classification: Deprecated
Component: adblock
master
Other Linux
: Normal blocker
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2008-02-17 07:43 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2008-02-17 18:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diego Escalante Urrelo (not reading bugmail) 2008-02-17 07:43:21 UTC
In file included from ephy-actions-extension.c:26:
../../include/ephy-file-helpers.h:27:49: error: libgnomevfs/gnome-vfs-mime-handlers.h: No such file or directory
../../include/ephy-file-helpers.h:28:39: error: libgnomevfs/gnome-vfs-ops.h: No such file or directory
In file included from ephy-actions-extension.c:26:
../../include/ephy-file-helpers.h:43: error: expected declaration specifiers or '...' before 'GnomeVFSMonitorEventType'
../../include/ephy-file-helpers.h:85: error: expected ')' before '*' token
../../include/ephy-file-helpers.h:94: error: expected declaration specifiers or '...' before 'GnomeVFSMonitorType'
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2008-02-17 07:45:55 UTC
I must add:
 gcc
 -DHAVE_CONFIG_H
 -I.
 -I.
 -I../..
 -I../../include
 -DSHARE_DIR=\"/home/diego/gnome/src/build//share/epiphany-extensions\"
 -DEPHY_EXTENSIONS_LOCALEDIR=\"/home/diego/gnome/src/build//share/locale\"
 -DG_DISABLE_DEPRECATED
 -DGDK_DISABLE_DEPRECATED
 -DGDK_PIXBUF_DISABLE_DEPRECATED
 -DGCONF_DISABLE_DEPRECATED
 -DGNOME_VFS_DISABLE_DEPRECATED
 -DLIBGLADE_DISABLE_DEPRECATED
 -DPANGO_DISABLE_DEPRECATED
 -DGTK_DISABLE_DEPRECATED
 -DGNOME_DISABLE_DEPRECATED
 -I/home/diego/gnome/src/build//include/epiphany/2.21
 -I/usr/include/libxml2
 -I/usr/include/libglade-2.0
 -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/glib-2.0
 -I/usr/lib/glib-2.0/include
 -I/usr/include/freetype2
 -I/usr/include/libpng12
 -I/usr/include/pixman-1 
 -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -g -O2 -MT libactionsextension_la-ephy-actions-extension.lo -MD -MP -MF .deps/libactionsextension_la-ephy-actions-extension.Tpo -c ephy-actions-extension.c  -fPIC
 -DPIC -o .libs/libactionsextension_la-ephy-actions-extension.o
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2008-02-17 07:49:34 UTC
My mistake, it was actions not adblock.
Comment 3 Diego Escalante Urrelo (not reading bugmail) 2008-02-17 07:52:50 UTC
Ok even more spam... adblock doesn't work either, I didn't trust my eyes.
Comment 4 Xan Lopez 2008-02-17 18:32:19 UTC
The build is fixed now, the bug to get rid of gnome-vfs is bug 516844.

*** This bug has been marked as a duplicate of 516844 ***