[MacPorts] #52375: inkscape-devel does not build under Sierra - unused variable c3
#52375: inkscape-devel does not build under Sierra - unused variable c3 -----------------------+-------------------------------- Reporter: fleason@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: inkscape-devel -----------------------+-------------------------------- :info:build mv -f $depbase.Tpo $depbase.Po :info:build box3d.cpp:793:17: warning: unused variable 'c3' [-Wunused- variable] :info:build Geom::Point c3(box3d_get_corner_screen(box, 3, false)); :info:build ^ :info:build 1 error generated. :info:build make[3]: *** [main.o] Error 1 :info:build make[3]: *** Waiting for unfinished jobs.... :info:build 1 warning generated. :info:build working tree is out of date, run 'bzr update' :info:build 0.92pre1 r15023 custom -- Ticket URL: <https://trac.macports.org/ticket/52375> MacPorts <https://www.macports.org/> Ports system for macOS
#52375: inkscape-devel does not build under Sierra - unused variable c3 -----------------------------+---------------------- Reporter: fleason@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: inkscape-devel | -----------------------------+---------------------- Changes (by devans@…): * status: new => assigned * owner: macports-tickets@… => devans@… Old description:
:info:build mv -f $depbase.Tpo $depbase.Po :info:build box3d.cpp:793:17: warning: unused variable 'c3' [-Wunused- variable] :info:build Geom::Point c3(box3d_get_corner_screen(box, 3, false)); :info:build ^ :info:build 1 error generated. :info:build make[3]: *** [main.o] Error 1 :info:build make[3]: *** Waiting for unfinished jobs.... :info:build 1 warning generated. :info:build working tree is out of date, run 'bzr update' :info:build 0.92pre1 r15023 custom
New description: :info:build mv -f $depbase.Tpo $depbase.Po :info:build box3d.cpp:793:17: warning: unused variable 'c3' [-Wunused- variable] :info:build Geom::Point c3(box3d_get_corner_screen(box, 3, false)); :info:build ^ :info:build 1 error generated. :info:build make[3]: *** [main.o] Error 1 :info:build make[3]: *** Waiting for unfinished jobs.... :info:build 1 warning generated. :info:build working tree is out of date, run 'bzr update' :info:build 0.92pre1 r15023 custom -- Comment: When quoting console or logfile output, please use wiki:WikiFormatting to enhance readability. -- Ticket URL: <https://trac.macports.org/ticket/52375#comment:1> MacPorts <https://www.macports.org/> Ports system for macOS
#52375: inkscape-devel does not build under Sierra -----------------------------+---------------------- Reporter: fleason@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: duplicate | Keywords: Port: inkscape-devel | -----------------------------+---------------------- Changes (by larryv@…): * status: assigned => closed * version: 2.3.4 => * resolution: => duplicate Old description:
:info:build mv -f $depbase.Tpo $depbase.Po :info:build box3d.cpp:793:17: warning: unused variable 'c3' [-Wunused- variable] :info:build Geom::Point c3(box3d_get_corner_screen(box, 3, false)); :info:build ^ :info:build 1 error generated. :info:build make[3]: *** [main.o] Error 1 :info:build make[3]: *** Waiting for unfinished jobs.... :info:build 1 warning generated. :info:build working tree is out of date, run 'bzr update' :info:build 0.92pre1 r15023 custom
New description: {{{ :info:build mv -f $depbase.Tpo $depbase.Po :info:build box3d.cpp:793:17: warning: unused variable 'c3' [-Wunused- variable] :info:build Geom::Point c3(box3d_get_corner_screen(box, 3, false)); :info:build ^ :info:build 1 error generated. :info:build make[3]: *** [main.o] Error 1 :info:build make[3]: *** Waiting for unfinished jobs.... :info:build 1 warning generated. :info:build working tree is out of date, run 'bzr update' :info:build 0.92pre1 r15023 custom }}} -- 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. -- Ticket URL: <https://trac.macports.org/ticket/52375#comment:2> MacPorts <https://www.macports.org/> Ports system for macOS
participants (1)
-
MacPorts