FS#6673 - qtiplot 0.8.9-1: needs recompile due to new python version
Attached to Project:
Arch Linux
Opened by Niklas Volbers (nv) - Wednesday, 21 March 2007, 18:34 GMT
Last edited by Roman Kyrylych (Romashka) - Wednesday, 30 January 2008, 18:35 GMT
Opened by Niklas Volbers (nv) - Wednesday, 21 March 2007, 18:34 GMT
Last edited by Roman Kyrylych (Romashka) - Wednesday, 30 January 2008, 18:35 GMT
|
Details
qtiplot still tries to use python 2.4
|
This task depends upon
In file included from src/application.h:10,
from src/PythonScripting.cpp:24:
src/plot3DDialog.h:69: error: expected `:' before 'slots'
src/plot3DDialog.h:70: error: expected primary-expression before 'void'
src/plot3DDialog.h:70: error: ISO C++ forbids declaration of 'slots' with no type
src/plot3DDialog.h:70: error: expected ';' before 'void'
In file included from src/PythonScripting.cpp:24:
src/application.h:117: error: expected `:' before 'slots'
src/application.h:118: error: expected primary-expression before 'void'
src/application.h:118: error: ISO C++ forbids declaration of 'slots' with no type
src/application.h:118: error: expected ';' before 'void'
src/PythonScripting.cpp: In member function 'virtual QVariant PythonScript::eval()':
src/PythonScripting.cpp:498: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/PythonScripting.cpp:509: warning: suggest parentheses around assignment used as truth value
make: *** [../tmp/qtiplot/PythonScripting.o] Error 1
==> ERROR: Build Failed. Aborting...
regards, Brice
new dependency muparser (extra) (now external lib used)
works fine now with qt>=4 which is also in testing now
bug will close when qt>=4 moves out of testing
it may reduce dependencies but it will increase the size of binary.
what is your "dependencies problem" you are speaking?
if you want to use the static version, use ABS to make one. i will not provide one officially.
if you do not like getting pkgs from testing (you do not need to get testing as main repo, just do a -S testing/qtiplot) you can just make a PKGBUILD that downloads the static version from the website instead of getting the source and building it.
what is your reason of not wanting qtiplot from testing?
by the way: liborigin is built statically now in qtiplot 0.9 still, because it does not like the latest lib we have... i hope they will make it work in 1.0
qtiplot: symbol lookup error: qtiplot: undefined symbol: _ZN13QwtPlotPicker16staticMetaObjectE
i'm working with x86_64 here and it works fine... i will check the i686 pkg when i come home today.
Brice