thx for reporting, fixed

On Tue, Jun 23, 2015 at 9:20 PM, Wolfgang Goetz <wolfgang.zt...@web.de>
wrote:

> Hi,
>
> pls find attached patch to make gcc happy.
>
>
> kind regards
> Wolfgang
>
>
>
>
>
> ...
> -- Lua support: System library not found (to use darktable's version use
> -DDONT_USE_INTERNAL_LUA=Off)
> ...
>
> /home/goetz/repos/darktable/src/libs/import.c: In function ‘reset_child’:
> /home/goetz/repos/darktable/src/libs/import.c:388:3: error: implicit
> declaration of function ‘dt_lua_do_chunk_async’
> [-Werror=implicit-function-declaration]
>    dt_lua_do_chunk_async(dt_lua_widget_trigger_callback,
>    ^
> /home/goetz/repos/darktable/src/libs/import.c:388:25: error:
> ‘dt_lua_widget_trigger_callback’ undeclared (first use in this function)
>    dt_lua_do_chunk_async(dt_lua_widget_trigger_callback,
>                          ^
> /home/goetz/repos/darktable/src/libs/import.c:388:25: note: each
> undeclared identifier is reported only once for each function it appears in
> /home/goetz/repos/darktable/src/libs/import.c:389:7: error:
> ‘LUA_ASYNC_TYPENAME’ undeclared (first use in this function)
>        LUA_ASYNC_TYPENAME,"lua_widget",child, // the GtkWidget is an alias
> for the lua_widget
>        ^
> /home/goetz/repos/darktable/src/libs/import.c:391:7: error:
> ‘LUA_ASYNC_DONE’ undeclared (first use in this function)
>        LUA_ASYNC_DONE);
>        ^
> /home/goetz/repos/darktable/src/libs/import.c: In function
> ‘_lib_import_get_extra_widget’:
> /home/goetz/repos/darktable/src/libs/import.c:397:20: error: unused
> variable ‘d’ [-Werror=unused-variable]
>    dt_lib_import_t *d = (dt_lib_import_t *)self->data;
>                     ^
> /home/goetz/repos/darktable/src/libs/import.c: In function
> ‘_lib_import_folder_callback’:
> /home/goetz/repos/darktable/src/libs/import.c:855:20: error: unused
> variable ‘d’ [-Werror=unused-variable]
>    dt_lib_import_t *d = (dt_lib_import_t *)self->data;
>                     ^
> /home/goetz/repos/darktable/src/libs/import.c: At top level:
> /home/goetz/repos/darktable/src/libs/import.c:386:13: error: ‘reset_child’
> defined but not used [-Werror=unused-function]
>  static void reset_child(GtkWidget* child, gpointer user_data)
>              ^
> cc1: all warnings being treated as errors
> src/libs/CMakeFiles/import.dir/build.make:54: recipe for target
> 'src/libs/CMakeFiles/import.dir/import.c.o' failed
> make[2]: *** [src/libs/CMakeFiles/import.dir/import.c.o] Error 1
> CMakeFiles/Makefile2:2064: recipe for target
> 'src/libs/CMakeFiles/import.dir/all' failed
> make[1]: *** [src/libs/CMakeFiles/import.dir/all] Error 2
>
>
> ------------------------------------------------------------------------------
> Monitor 25 network devices or servers for free with OpManager!
> OpManager is web-based network management software that monitors
> network devices and physical & virtual servers, alerts via email & sms
> for fault. Monitor 25 devices for free with no restriction. Download now
> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
> _______________________________________________
> darktable-devel mailing list
> darktable-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-devel
>
>
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to