Opened 8 years ago

Closed 8 years ago

#51976 closed defect (invalid)

inkscape-devel: build error

Reported by: mf2k (Frank Schima) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: inkscape-devel

Description

I'm seeing the following build error with the latest version of inkscape-devel:

-I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/cairomm-1.0 -I/opt/local/lib/cairomm-1.0/include -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/cairomm-1.0 -I/opt/local/lib/cairomm-1.0/include -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/giomm-2.4 -I/opt/local/lib/giomm-2.4/include -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/glibmm-2.4/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -pipe -Os -std=c++11 -stdlib=libc++ -arch x86_64 -MT live_effects/lpe-vonkoch.o -MD -MP -MF $depbase.Tpo -c -o live_effects/lpe-vonkoch.o live_effects/lpe-vonkoch.cpp &&\
:info:build 	mv -f $depbase.Tpo $depbase.Po
:info:build In file included from live_effects/effect.cpp:40:
:info:build In file included from ./live_effects/lpe-lattice2.h:21:
:info:build In file included from /opt/local/include/gtkmm-3.0/gtkmm.h:87:
: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;
:info:build                ^
:info:build 1 error generated.

Attachments (1)

main.log (2.9 MB) - added by mf2k (Frank Schima) 8 years ago.

Change History (2)

Changed 8 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed

This builds for me now.

Note: See TracTickets for help on using tickets.