[Quickfix-users] Can't make Python API
Brought to you by:
orenmnero
From: Quickfix <qui...@se...> - 2009-03-10 12:47:17
|
Hi all, Some python help would be much appreciated. ./configure --with-python=/usr/include/python2.5/ ...snip... make ...snip... QuickfixPython.cpp: In function 'int SWIG_Python_ConvertFunctionPtr (PyObject*, void**, swig_type_info*)': QuickfixPython.cpp:2052: error: invalid conversion from 'const char*' to 'char*' QuickfixPython.cpp: In function 'int SWIG_AsPtr_std_string(PyObject*, std::string**)': QuickfixPython.cpp:3987: warning: dereferencing type-punned pointer will break strict-aliasing rules QuickfixPython.cpp: In function 'int SWIG_AsVal_bool(PyObject*, bool*)': QuickfixPython.cpp:4026: warning: dereferencing type-punned pointer will break strict-aliasing rules QuickfixPython.cpp:4029: warning: dereferencing type-punned pointer will break strict-aliasing rules QuickfixPython.cpp: In function 'void SWIG_Python_FixMethods (PyMethodDef*, swig_const_info*, swig_type_info**, swig_type_info**)': QuickfixPython.cpp:165892: error: invalid conversion from 'const char*' to 'char*' Any suggestions? |