Hide Forgot
Created attachment 489135 [details] Generated SWIG files Description of problem: When building the C++ broker the following files do not compile: /qpid/cpp/bindings/qmf/python/qmfengine.cpp (2051, 17069) /qpid/cpp/bindings/qpid/python/cqpid.cpp (2051, 11402) /qpid/cpp/bindings/qmf2/python/cqmf2.cpp(2051, 16534) They all produce the same error: error: invalid conversion from 'const char*' to 'char*' swig 1.3.29-2.el5 python-2.7.1 gcc - 4.1.2-50.el5 I am guessing this is an issue with swig versions.
I installed version swig 2 + and it works fine.