pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

graphics/inkscape compilation error



On NetBSD 7 amd64 pkgsrc-current I get the following compilation error for
above package:

ui/clipboard.cpp: In member function 'void
Inkscape::UI::ClipboardManagerImpl::_inkscape_wait_for_targets(std::list<Glib::ustring>&)':
ui/clipboard.cpp:1405:22: error: 'make_unique_ptr_gfree' is not a member
of 'Glib'
             target = Glib::make_unique_ptr_gfree(atom_name).get(); //This
frees the gchar*.
                      ^
Makefile:8040: recipe for target 'ui/clipboard.o' failed
gmake[3]: *** [ui/clipboard.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
ui/dialog/document-properties.cpp: In member function 'void
Inkscape::UI::Dialog::DocumentProperties::onDocUnitChange()':
ui/dialog/document-properties.cpp:1696:33: warning: variable
'old_doc_unit' set but not used [-Wunused-but-set-variable]
     Inkscape::Util::Unit const *old_doc_unit = unit_table.getUnit("px");
                                 ^
In file included from ui/dialog/dialog-manager.cpp:27:0:
./ui/dialog/filter-effects-dialog.h:242:54: warning: 'auto_ptr' is
deprecated (declared at /usr/include/g++/backward/auto_ptr.h:87)
[-Wdeprecated-declarations]
         std::auto_ptr<Inkscape::XML::SignalObserver> _observer;
                                                      ^
gmake[3]: Leaving directory
'/mnt/pkgsrc/pkgsrc/graphics/inkscape/work/inkscape-0.91/src'
Makefile:5048: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
'/mnt/pkgsrc/pkgsrc/graphics/inkscape/work/inkscape-0.91/src'
Makefile:1401: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
'/mnt/pkgsrc/pkgsrc/graphics/inkscape/work/inkscape-0.91'
Makefile:1096: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2


Unable to install binary package from pkgin repo as it seems to depend on
boost-1.59 and many other packages seem to want boost-1.60.

Mayuresh.


Home | Main Index | Thread Index | Old Index