
Tobias Jakobs wrote:
Hi,
I can't compile SVN. I have this errors:
$ make make all-recursive make[1]: Entering directory `/home/tobias/cvs/inkscape' Making all in src make[2]: Entering directory `/home/tobias/cvs/inkscape/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/perl/5.8/CORE -I/usr/include/python2.5 -I/usr/include/freetype2 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DRELAYTOOL_CRYPTO='static const int libcrypto_is_present = 1; static int __attribute__((unused)) libcrypto_symbol_is_present(char *m) { return 1; }' -DRELAYTOOL_SSL='static const int libssl_is_present = 1; static int __attribute__((unused)) libssl_symbol_is_present(char *m) { return 1; }' -DHAVE_SSL -I/usr/include/freetype2 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DPOTRACE="potrace" -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I../cxxtest -Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -D_FORTIFY_SOURCE=2 -Wno-unused-parameter -g -O2 -MT extension/script/inkscape_py_wrap.o -MD -MP -MF "extension/script/.deps/inkscape_py_wrap.Tpo" \ -c -o extension/script/inkscape_py_wrap.o `test -f 'extension/script/inkscape_py_wrap.cpp' || echo './'`extension/script/inkscape_py_wrap.cpp; \ then mv -f "extension/script/.deps/inkscape_py_wrap.Tpo" "extension/script/.deps/inkscape_py_wrap.Po"; \ else rm -f "extension/script/.deps/inkscape_py_wrap.Tpo"; exit 1; \ fi extension/script/inkscape_py_wrap.cpp: In function 'int SWIG_Python_ConvertPtr(PyObject*, void**, swig_type_info*, int)': extension/script/inkscape_py_wrap.cpp:795: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp:805: error: invalid conversion from 'const char*' to 'char*' extension/script/inkscape_py_wrap.cpp: In function 'PyObject* SWIG_Python_NewPointerObj(void*, swig_type_info*, int)': extension/script/inkscape_py_wrap.cpp:910: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'void SWIG_Python_FixMethods(PyMethodDef*, swig_const_info*, swig_type_info**, swig_type_info**)': extension/script/inkscape_py_wrap.cpp:980: error: invalid conversion from 'const char*' to 'char*' extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_delete_Inkscape(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1123: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_Inkscape_getDesktop(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1141: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_Inkscape_getDialogManager(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1159: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_delete_DialogManager(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1183: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_DialogManager_showAbout(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1200: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_delete_Desktop(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1224: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_Desktop_getDocument(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1242: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_delete_Document(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1266: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: In function 'PyObject* _wrap_Document_hello(PyObject*, PyObject*)': extension/script/inkscape_py_wrap.cpp:1283: warning: dereferencing type-punned pointer will break strict-aliasing rules extension/script/inkscape_py_wrap.cpp: At global scope: extension/script/inkscape_py_wrap.cpp:233: warning: 'swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used extension/script/inkscape_py_wrap.cpp:271: warning: 'swig_type_info* SWIG_TypeQuery(const char*)' defined but not used extension/script/inkscape_py_wrap.cpp:346: warning: 'void SWIG_PropagateClientData(swig_type_info*)' defined but not used extension/script/inkscape_py_wrap.cpp:619: warning: 'void SWIG_Python_addvarlink(PyObject*, char*, PyObject* (*)(), int (*)(PyObject*))' defined but not used extension/script/inkscape_py_wrap.cpp:829: warning: 'void* SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined but not used extension/script/inkscape_py_wrap.cpp:843: warning: 'int SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, int)' defined but not used make[2]: *** [extension/script/inkscape_py_wrap.o] Error 1 make[2]: Leaving directory `/home/tobias/cvs/inkscape/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tobias/cvs/inkscape' make: *** [all] Error 2
What compiler are you using? This SWIG-generated code gives people lots of warnings, but it hasn't caused any errors yet. Also, which version of Python do you have on your machine?
I don't really like SWIG that much, and I have been considering rewriting the interpreter-embedding classes for Python and Perl manually instead. We would get clean code and no warnings.
Obviously that typecast is the problem, and I'll check in a fix. But if this requires a lot of fixing, then it would be more profitable to recode than to hack.
bob