|
Re: Compiling ParaView with F14
Thanks Steve, this list is really useful. Unfortunately I really do have to compile it myself. In the meantime I managed to compile PV (without Python) but I started a build with Python. Although I haven't yet seen if it works, I'm fairly confident. PV doesn't seem capable of detecting Python2.7, as a general solution do the following:
Switch Python support on
Configure (c key)
Press t to go to advanced mode
Look for the python library and python include line
For include write: /usr/include/python2.7
library: /usr/lib/libpython2.7.so
Configure (c key)
Any warning should be gone now (except the QT 4.7 warning which you can ignore).
There is also a well known bug with ffmpeg. To avoid that one add
-D__STDC_CONSTANT_MACROS
to the CXX_Flags option.
I now only have a problem with this pvmeshless compilation but I doubt that anybody else uses this here. Anyway I'll report back as soon as it is solved for future reference.
|