[Quickfix-developers] failure to build with python2.7
Brought to you by:
orenmnero
From: Michael F. <qui...@vi...> - 2013-05-28 00:46:48
|
Both on SuSE 12.3 and ubuntu 10.1 ./configure --with-python=/usr/include/python2.7 make[3]: Entering directory `/home/mfischer/quickfix/src/python' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I.. -I../.. -g -O2 -Wall -ansi -Wpointer-arith -Wwrite-strings -I/usr/include/libxml2 -I/usr/include/python2.7 -MT QuickfixPython.lo -MD -MP -MF .deps/QuickfixPython.Tpo -c -o QuickfixPython.lo QuickfixPython.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I.. -I../.. -g -O2 -Wall -ansi -Wpointer-arith -Wwrite-strings -I/usr/include/libxml2 -I/usr/include/python2.7 -MT QuickfixPython.lo -MD -MP -MF .deps/QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/QuickfixPython.o QuickfixPython.cpp: In function ‘void SWIG_Python_AddErrorMsg(const char*)’: QuickfixPython.cpp:872:42: warning: format not a string literal and no format arguments [-Wformat-security] QuickfixPython.cpp: In function ‘PyObject* _wrap_DataDictionary_getGroup(PyObject*, PyObject*)’: QuickfixPython.cpp:306005:9: warning: unused variable ‘res’ [-Wunused-variable] And then it hangs, taking up 100% of cpu. I kill it after more than 1 minute of failing to make progress. gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 Any other info I can supply to get this working? Michael -- |