I get an error when compiling entangle from git under Ubuntu 13.10 (autogen.sh runs fine, when running make I see the error):

  CC       libentangle_frontend_la-entangle-session-browser.lo
frontend/entangle-session-browser.c: In function 'entangle_session_browser_motion_notify': frontend/entangle-session-browser.c:1423:5: error: implicit declaration of function 'gtk_drag_begin_with_coordinates' [-Werror=implicit-function-declaration]
     ctx = gtk_drag_begin_with_coordinates(widget,
     ^
frontend/entangle-session-browser.c:1423:5: error: nested extern declaration of 'gtk_drag_begin_with_coordinates' [-Werror=nested-externs] frontend/entangle-session-browser.c:1423:9: error: assignment makes pointer from integer without a cast [-Werror]
     ctx = gtk_drag_begin_with_coordinates(widget,
         ^
cc1: all warnings being treated as errors
make[4]: *** [libentangle_frontend_la-entangle-session-browser.lo] Error 1
make[4]: Leaving directory `/home/cristian/unstable/entangle/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cristian/unstable/entangle/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/cristian/unstable/entangle/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cristian/unstable/entangle'
make: *** [all] Errore 2

Any idea?
Thanks
Cristian



_______________________________________________
Entangle-devel mailing list
Entangle-devel@gna.org
https://mail.gna.org/listinfo/entangle-devel

Reply via email to