Have you tried something like this
$ cd darktable/build/ && rm -rf * && cmake ../ && make
already?

Which osm-gps-map version is that, specifically?

Roman.

On Mon, May 30, 2016 at 6:30 PM, Darrell Eifert <darrelleif...@yahoo.com> wrote:
> Hello --
>
> I just recently updated to Ubuntu Xenial and tried to compile the latest 
> version of Darktable from Git using both ./build.sh and cmake from the 
> appropriate directories. Both times the compiler got about 44% of the way 
> through, and then stopped with the following message:
>
> /home/administrator/darktable/src/views/map.c:284:13: error: static 
> declaration of ‘osm_gps_map_zoom_fit_bbox’ follows non-static declaration
>  static void osm_gps_map_zoom_fit_bbox(OsmGpsMap *map, float latitude1, float 
> l
>              ^
> In file included from /usr/include/osmgpsmap-1.0/osm-gps-map-layer.h:43:0,
>                  from /usr/include/osmgpsmap-1.0/osm-gps-map.h:24,
>                  from /home/administrator/darktable/src/views/view.h:29,
>                  from /home/administrator/darktable/src/libs/lib.h:23,
>                  from /home/administrator/darktable/src/control/control.h:33,
>                  from /home/administrator/darktable/src/views/map.c:27:
> /usr/include/osmgpsmap-1.0/osm-gps-map-widget.h:88:17: note: previous 
> declaration of ‘osm_gps_map_zoom_fit_bbox’ was here
>  void            osm_gps_map_zoom_fit_bbox               (OsmGpsMap *map, 
> float
>                  ^
> src/views/CMakeFiles/map.dir/build.make:62: recipe for target 
> 'src/views/CMakeFiles/map.dir/map.c.o' failed
> make[2]: *** [src/views/CMakeFiles/map.dir/map.c.o] Error 1
> CMakeFiles/Makefile2:1812: recipe for target 
> 'src/views/CMakeFiles/map.dir/all' failed
> make[1]: *** [src/views/CMakeFiles/map.dir/all] Error 2
> Makefile:149: recipe for target 'all' failed
> make: *** [all] Error 2
>
> ---------------------
>
> I've done a quick search for solutions, but haven't seen anything.  Thanks in 
> advance for ideas on a fix or workaround.
>
> -- Darrell
> ___________________________________________________________________________
> darktable developer mailing list
> to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org
>
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to