Hi Ben, Quoth [email protected]: > What is the build error? I submitted the disk cache support, and can fix it. > I am looking to see if I have an environment to reproduce.
Attached.
surf build options: CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-1.0 -DVERSION="0.6" -D_DEFAULT_SOURCE LDFLAGS = -g -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -lwebkitgtk-1.0 -lgtk-x11-2.0 -lsoup-2.4 -ljavascriptcoregtk-1.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgthread-2.0 CC = cc CC surf.c surf.c:110:1: error: unknown type name ‘SoupCache’ surf.c: In function ‘cleanup’: surf.c:316:3: warning: implicit declaration of function ‘soup_cache_flush’ [-Wimplicit-function-declaration] surf.c:317:3: warning: implicit declaration of function ‘soup_cache_dump’ [-Wimplicit-function-declaration] surf.c: In function ‘loaduri’: surf.c:760:3: warning: implicit declaration of function ‘realpath’ [-Wimplicit-function-declaration] surf.c:760:6: warning: assignment makes pointer from integer without a cast [enabled by default] surf.c: In function ‘setup’: surf.c:1255:3: warning: implicit declaration of function ‘soup_cache_new’ [-Wimplicit-function-declaration] surf.c:1255:43: error: ‘SOUP_CACHE_SINGLE_USER’ undeclared (first use in this function) surf.c:1255:43: note: each undeclared identifier is reported only once for each function it appears in surf.c:1256:3: warning: implicit declaration of function ‘soup_cache_set_max_size’ [-Wimplicit-function-declaration] surf.c:1257:3: warning: implicit declaration of function ‘soup_cache_load’ [-Wimplicit-function-declaration] surf.c: At top level: surf.c:1314:1: warning: ‘eval’ defined but not used [-Wunused-function] make: *** [surf.o] Error 1
