The following affects both 0.91 and trunk. . .
g++ -DHAVE_CONFIG_H -I. -I.. -I../cxxtest -I./extension/dbus -I/usr/include/freetype2 -pthread -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I.................c -o ui/clipboard.o ui/clipboard.cpp
In file included from ./2geom/geom.h:43:0,
from ./snapped-point.h:17,
from ./snapper.h:20,
from ./line-snapper.h:13,
from ./guide-snapper.h:14,
from ./snap.h:21,
from ./sp-namedview.h:21,
from ui/clipboard.cpp:84:
./2geom/line.h: In member function 'void Geom::Line::setPoints(const Geom::Point&, const Geom::Point&)':
./2geom/line.h:148:13: warning: statement is indented as if it were guarded by... [-Wmisleading-indentation]
m_versor.normalize();
^~~~~~~~
./2geom/line.h:146:9: note: ...this 'else' clause, but it is not
else
^~~~
ui/clipboard.cpp: In member function 'void Inkscape::UI::ClipboardManagerImpl::_inkscape_wait_for_targets(std::__cxx11::list<Glib::ustring>&)':
ui/clipboard.cpp:1405:22: error: 'ScopedPtr' is not a member of 'Glib'
target = Glib::ScopedPtr<char>(atom_name).get(); //This frees the gchar*.
^~~~
ui/clipboard.cpp:1405:38: error: expected primary-expression before 'char'
target = Glib::ScopedPtr<char>(atom_name).get(); //This frees the gchar*.
^~~~
Makefile:8045: recipe for target 'ui/clipboard.o' failed
hi,
Which version of libglibmm do you have ?