[Gpg4win-devel] Towards the public 1.9.0 BETA release

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Fri Apr 25 15:48:03 CEST 2008


At Mon, 21 Apr 2008 11:26:46 +0200,
Colin Leroy <colin at colino.net> wrote:
> 
> On Mon, 21 Apr 2008 11:22:26 +0200, Jan-Oliver Wagner wrote:
> 
> Hi,
> 
> > I am unsure about the status here. IIRC there was some sort
> > of blocker though important stepts were done.
> 
> >From what I remember, they should be solved... 

First problem I am hitting is dependency on dbus.

i586-mingw32msvc-gcc -DHAVE_CONFIG_H -I. -I../../claws-mail-3.4.0/src -I.. -I../../claws-mail-3.4.0/src/common -Icommon -I../../claws-mail-3.4.0/src/gtk -I../../claws-mail-3.4.0/src/etpan -DG_LOG_DOMAIN=\"Claws-Mail\" -DLOCALEDIR=\""/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/claws-mail-3.4.0/share/locale"\" -DPIXMAP_DIR=\""/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/claws-mail-3.4.0/share/icons/hicolor/48x48/apps"\" -DMANUALDIR=\""/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/claws-mail-3.4.0/share/doc/claws-mail/manual"\" -DFAQDIR=\"""\" -DTARGET_ALIAS=\""i586-pc-mingw32msvc"\" -DSYSCONFDIR=\""/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/claws-mail-3.4.0/etc"\" -DDATAROOTDIR=\""/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/claws-mail-3.4.0/share"\"  -mms-bitfields -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/include/gtk-2.0 -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/lib/gtk-2.0/include -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/include/atk-1.0 -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/include/cairo -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/include/pango-1.0 -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/include/glib-2.0 -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/lib/glib-2.0/include -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/include/libpng12   -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/gpgme-1.1.7-svn1309/include -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/libgpg-error-1.6/include         -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/include -I/home/marcus/g10/wald/gpg4win-p/src/playground/install/pkgs/libetpan-0.52-dev-20071209/include  -mms-bitfields -Wno-unused-function -Wall -mms-bitfields -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o ../../claws-mail-3.4.0/src/main.c
../../claws-mail-3.4.0/src/main.c:61:28: error: dbus/dbus-glib.h: No such file or directory
../../claws-mail-3.4.0/src/main.c:62:28: error: NetworkManager.h: No such file or directory
../../claws-mail-3.4.0/src/main.c:228: error: expected ‘)’ before ‘*’ token
../../claws-mail-3.4.0/src/main.c: In function ‘main’:
../../claws-mail-3.4.0/src/main.c:925: error: ‘DBusGConnection’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:925: error: (Each undeclared identifier is reported only once
../../claws-mail-3.4.0/src/main.c:925: error: for each function it appears in.)
../../claws-mail-3.4.0/src/main.c:925: error: ‘connection’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:927: error: ‘DBusGProxy’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:927: error: ‘proxy’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:1009: warning: implicit declaration of function ‘dbus_g_bus_get’
../../claws-mail-3.4.0/src/main.c:1009: error: ‘DBUS_BUS_SYSTEM’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:1016: warning: implicit declaration of function ‘dbus_g_proxy_new_for_name’
../../claws-mail-3.4.0/src/main.c:1020: warning: implicit declaration of function ‘dbus_g_proxy_add_signal’
../../claws-mail-3.4.0/src/main.c:1021: warning: implicit declaration of function ‘dbus_g_proxy_connect_signal’
../../claws-mail-3.4.0/src/main.c:1022: error: ‘networkmanager_state_change_cb’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:1212: warning: implicit declaration of function ‘networkmanager_state_change_cb’
../../claws-mail-3.4.0/src/main.c:1521: warning: implicit declaration of function ‘dbus_g_connection_unref’
../../claws-mail-3.4.0/src/main.c: At top level:
../../claws-mail-3.4.0/src/main.c:2359: error: expected ‘)’ before ‘*’ token
../../claws-mail-3.4.0/src/main.c: In function ‘networkmanager_is_online’:
../../claws-mail-3.4.0/src/main.c:2407: error: ‘DBusGConnection’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:2407: error: ‘connection’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:2408: error: ‘DBusGProxy’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:2408: error: ‘proxy’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:2418: error: ‘DBUS_BUS_SYSTEM’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:2434: warning: implicit declaration of function ‘dbus_g_proxy_call’
../../claws-mail-3.4.0/src/main.c:2451: error: ‘NM_STATE_CONNECTED’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:2451: error: ‘NM_STATE_UNKNOWN’ undeclared (first use in this function)
../../claws-mail-3.4.0/src/main.c:2452: warning: control reaches end of non-void function
make[5]: *** [main.o] Error 1
make[5]: Leaving directory `/home/marcus/g10/wald/gpg4win-p/src/playground/build/claws-mail-3.4.0-build/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/marcus/g10/wald/gpg4win-p/src/playground/build/claws-mail-3.4.0-build/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/marcus/g10/wald/gpg4win-p/src/playground/build/claws-mail-3.4.0-build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/marcus/g10/wald/gpg4win-p/src/playground/build/claws-mail-3.4.0-build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/marcus/g10/wald/gpg4win-p/src/playground/build/claws-mail-3.4.0-build'
make: *** [stamps/stamp-claws-mail-03-make] Error 2




More information about the Gpg4win-devel mailing list