Changes between Version 1 and Version 2 of Ticket #52375


Ignore:
Timestamp:
Sep 25, 2016, 11:12:17 PM (8 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

The bit you quoted is just a warning. The real error is unrelated and occurs beforehand:

:info:build In file included from main.cpp:33:
:info:build In file included from ./ui/widget/panel.h:20:
:info:build In file included from /opt/local/include/gtkmm-2.4/gtkmm/box.h:59:
:info:build In file included from /opt/local/include/gtkmm-2.4/gtkmm/container.h:30:
:info:build In file included from /opt/local/include/gtkmm-2.4/gtkmm/widget.h:48:
:info:build In file included from /opt/local/include/gtkmm-2.4/gtkmm/rc.h:31:
:info:build In file included from /opt/local/include/gtkmm-2.4/gtkmm/style.h:46:
:info:build In file included from /opt/local/include/gtkmm-2.4/gtkmm/iconset.h:35:
:info:build In file included from /opt/local/include/gtkmm-2.4/gtkmm/stockid.h:26:
:info:build In file included from /opt/local/include/glibmm-2.4/glibmm.h:89:
:info:build /opt/local/include/glibmm-2.4/glibmm/threads.h:209:11: error: field has incomplete type 'GThread' (aka '_GThread')
:info:build   GThread gobject_;
:info:build           ^
:info:build /opt/local/include/glib-2.0/glib/gthread.h:49:16: note: forward declaration of '_GThread'
:info:build typedef struct _GThread         GThread;

Duplicate of #52248.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52375

    • Property Status changed from assigned to closed
    • Property Summary changed from inkscape-devel does not build under Sierra - unused variable c3 to inkscape-devel does not build under Sierra
    • Property Version changed from 2.3.4 to
    • Property Resolution changed from to duplicate
  • Ticket #52375 – Description

    v1 v2  
    1 
     1{{{
    22:info:build     mv -f $depbase.Tpo $depbase.Po
    33:info:build box3d.cpp:793:17: warning: unused variable 'c3' [-Wunused-variable]
     
    1010:info:build working tree is out of date, run 'bzr update'
    1111:info:build 0.92pre1 r15023 custom
     12}}}