Am 04.11.2011 um 05:32 schrieb Sebastian Kuzminsky: > On 11/03/2011 06:14 PM, Michael Haberler wrote: >> ok, this compiles now on hardy but doesnt link - library names need manual >> fixup in src/emc/pythonplugin/Submakefile and src/emc/sai/Submakefile >> >> Anybody can help me with autoconf? > > Now autoconf determines the python version and links against the right > version of libpython.
builds fine for me too now. thanks a lot! > But one test fails on hardy (passes on lucid): > interp/iniparam-failassign. A boost version issue? I don't know. strange - it says all 70 test OK for me. the iniparam-failassign test is "supposed to fail" since inifile predefined named parameters are read-only boost.python is not touched in this execution path. it makes sure the interpreter aborts when trying to do something like #<_ini[section]name> = 42 so that's minor. still I'm poking around in the buildbot logs and see errors, but not the one you're referring to All I see is a 'Failed to remake makefile `Makefile' error and in http://buildbot.linuxcnc.org/buildbot/builders/hardy-i386-realtime-rip/builds/116/steps/compile/logs/stdio : emc/rs274ngc/interp_python.cc:20:33: error: boost/make_shared.hpp: No such file or directory now that include was superfluous and is removed in master already? almost there.. the first upward merge from v2.5_branch will be 'interesting' I guess. I'll give it a stab -m ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
