Re: [Vimprobable-users] install newbee problem
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Ludo B. <la...@gm...> - 2013-02-24 20:37:33
|
Thanks Hannes, ok, I'm getting closer, but there's no cigar yet ;-) Synaptic didn't find any libgtk+... so I took libgtk-3-dev, which did mention something about "+" in the description. After downloading the other 2 necessary files, here's how far I got: ludo@ludo-IXLs ~/Downloads/tarballs/vimprobable2 $ make cc -MMD -c `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4` -D_XOPEN_SOURCE=500 callbacks.c -o callbacks.o perl ./js-merge-helper.pl cc -MMD -c `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4` -D_XOPEN_SOURCE=500 main.c -o main.o cc -MMD -c `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4` -D_XOPEN_SOURCE=500 utilities.c -o utilities.o utilities.c: In functie ‘complete_list’: utilities.c:567:17: let op: ‘g_strdown’ is deprecated (declared at /usr/include/glib-2.0/glib/gstrfuncs.h:179) [-Wdeprecated-declarations] cc callbacks.o main.o utilities.o `pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4` -lX11 -lXext -o vimprobable2 I guess the "deprecated" mention is still problematic? Ludo |