You sure it builds for you?
Now i get this:
Make error line 298: problem compiling: src/extension/implementation/script.cpp: In member function 'Glib::ustring Inkscape::Extension::Implementation::Script:: resolveInterpreterExecutable(const Glib::ustring&)': src/extension/implementation/script.cpp:161: error: ISO C++ forbids comparison b etween pointer and integer In file included from src/extension/implementation/script.cpp:43: src/util/glib-list-iterators.h: In member function 'T* const& Inkscape::Util::GS ListConstIterator<T*>::operator*() const [with T = SPItem]': src/extension/implementation/script.cpp:748: instantiated from here src/util/glib-list-iterators.h:47: warning: dereferencing type-punned pointer wi ll break strict-aliasing rules
-----Original Message----- From: Krzysztof Kosiński [mailto:tweenk.pl@...400...] Sent: zondag 28 februari 2010 23:45 To: Engelen, J.B.C. (Johan) Cc: inkscape-devel@lists.sourceforge.net Subject: Re: Build broken (bzr 9118)
Oops, didn't remove the cast - should work now Regards, Krzysztof
W dniu 28 lutego 2010 23:14 użytkownik <J.B.C.Engelen@...1578...> napisał:
After bzr 9118, I get the following build error on Windows XP:
============================= Make error line 298: problem compiling:
src/extension/implementation/script.cpp:
In member function 'Glib::ustring
Inkscape::Extension::Implementation::Script::
resolveInterpreterExecutable(const Glib::ustring&)': src/extension/implementation/script.cpp:160: error: invalid
conversion
from 'uns igned int' to 'HINSTANCE__*' src/extension/implementation/script.cpp:161: error: ISO C++ forbids comparison b etween pointer and integer In file included from src/extension/implementation/script.cpp:43: src/util/glib-list-iterators.h: In member function 'T* const& Inkscape::Util::GS ListConstIterator<T*>::operator*() const [with T = SPItem]': src/extension/implementation/script.cpp:748: instantiated
from here
src/util/glib-list-iterators.h:47: warning: dereferencing
type-punned
pointer wi ll break strict-aliasing rules
Thanks for fixing it soon, Johan