Opened 11 years ago
Closed 11 years ago
#41624 closed defect (fixed)
inkscape-devel build error
Reported by: | mf2k (Frank Schima) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | inkscape-devel |
Description
I'm seeing the following build error for inkscape-devel.
-I./extension/dbus -I/opt/local/include -Werror=format-security -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/var/macports/build/_opt_mports_trunk_dports_graphics_inkscape-devel/inkscape-devel/work/inkscape-devel-0.48.99.12832/src/extension/script -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -pipe -Os -std=c++11 -arch x86_64 -stdlib=libc++ -MT sp-tspan.o -MD -MP -MF $depbase.Tpo -c -o sp-tspan.o sp-tspan.cpp &&\ :info:build mv -f $depbase.Tpo $depbase.Po :info:build In file included from sp-switch.cpp:22: :info:build In file included from ./display/drawing-group.h:15: :info:build In file included from ./display/drawing-item.h:19: :info:build In file included from /opt/local/include/boost/intrusive/list.hpp:20: :info:build In file included from /opt/local/include/boost/intrusive/list_hook.hpp:19: :info:build In file included from /opt/local/include/boost/intrusive/detail/utilities.hpp:33: :info:build In file included from /opt/local/include/boost/functional/hash.hpp:6: :info:build In file included from /opt/local/include/boost/functional/hash/hash.hpp:15: :info:build /opt/local/include/boost/functional/hash/detail/hash_float.hpp:71:25: warning: cast from 'char *' to 'std::size_t *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align] :info:build seed = *(std::size_t*) ptr; :info:build ^~~~~~~~~~~~~~~~~~ :info:build In file included from sp-text.cpp:31: :info:build ./libnrtype/FontFactory.h:33:10: fatal error: 'freetype/freetype.h' file not found :info:build #include <freetype/freetype.h> :info:build ^ :info:build depbase=`echo sp-use.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
Attachments (1)
Change History (2)
Changed 11 years ago by mf2k (Frank Schima)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed by r114165.