[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Gwebdec



(Sorry, I didn't send this to the List.)

Alright. I installed the gtk2.0-dev package. I ran make:

# make
make -C src/webdec
make[1]: Entering directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/webdec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/webdec'
make -C src/webman
make[1]: Entering directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/webman'
make -C ../weblib
make[2]: Entering directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/weblib'
ar -r libWeb.a config.o meta.o
make[2]: Leaving directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/weblib'
gcc     -o webman gui-link.o copy_images.o webdec.o webman.o  -L../weblib/ -lWeb
make[1]: Leaving directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/webman'
make -C src/gwebdec
make[1]: Entering directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/gwebdec'
make -C ../weblib
make[2]: Entering directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/weblib'
ar -r libWeb.a config.o meta.o
make[2]: Leaving directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/weblib'
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o delete.o delete.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o background.o background.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o gui_import.o gui_import.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o gui_config.o gui_config.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o gui_about.o gui_about.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o wddetail.o wddetail.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o webman-link.o webman-link.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o webman-utils.o webman-utils.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o marshal.o marshal.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o wdcollection.o wdcollection.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o wdpreview.o wdpreview.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o wddir.o wddir.c
gcc -O2 `pkg-config --cflags gtk+-2.0` -I../include -I../weblib    -c -o gui.o gui.c
gcc     -o gwebdec delete.o background.o gui_import.o gui_config.o gui_about.o wddetail.o webman-link.o webman-utils.o marshal.owdcollection.o wdpreview.o wddir.o gui.o -O2 -L../weblib -lWeb `pkg-config --cflags --libs gtk+-2.0 --libs gthread-2.0`
make[1]: Leaving directory `/home/david/Pictures/Webshots/gwebdec-0.24.1/src/gwebdec'

Then, I ran make install:

make install
chmod 755 src/webdec/webdec src/webman/webman src/gwebdec/gwebdec
cp src/webdec/webdec src/webman/webman src/gwebdec/gwebdec /usr/bin

It says in the README to "fire up the gui". Not really knowing how to do this (but noting it is in /usr/bin), I gave gwebdec a shot:

gwebdec

(gwebdec:4905): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


(gwebdec:4905): Gtk-WARNING **: cannot open display:

is what I get.

What have I not done?

Thank you in advance.
Reply to: