|
[Sponsors] | |||||
|
|
|
#1 |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Hi all,
trying to compile paraview by my self and get the following error after compiling and running paraview: Code:
ERROR: In /home/shorty/Projects/ParaView-3.14.1-Source/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, line 68 vtkEventQtSlotConnect (0x8c3b980): Cannot connect NULL objects. Speicherzugriffsfehler (Speicherabzug geschrieben) I think its the reason of that warning while configure paraview Code:
CMake Warning at CMakeLists.txt:110 (MESSAGE): Warning: You are using Qt 4.8.1. Officially supported version is Qt 4.6 Any help would be appreciated Tobi |
|
|
|
|
|
|
|
|
#2 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Tobi,
These are old instructions for ParaView 3.10.1, but the trick is the same for 3.14.1: http://www.cfd-online.com/Forums/blo...-qt-4-6-4.html Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#3 | |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Quote:
I ll try it today evening .) Tobi |
||
|
|
|
||
|
|
|
#5 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Tobi,
To preserve the old build, all you have to do is edit the file "$WM_PROJECT_DIR/etc/config/paraview.sh" and change the references from 3.12.0 to 3.14.1. Then start a new terminal window/tab (just in case) and you're ready to go! About the question you sent me in private - you can add those kinds of variables like this: Code:
./makeParaView -qmake $WM_THIRD_PARTY_DIR/platforms/linux64Gcc44/qt-4.6.4/bin/qmake vtkGL2PSExporter:BOOL=ON ![]() This is in reference to your other thread, more specifically post #5: http://www.cfd-online.com/Forums/ope...tml#post387096 But from the quote you wrote, I'm guessing that's not what the original writer had in mind, but I could be wrong... from where did you copy that quote? Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#6 | |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Quote:
Well one question bruno, normally you compile paraview with "./makeParaview" that was all. Is it possible to build the paraview in the third party with that additional variable? Its not working on my machine :/ can not make ./makeQt qt-4.6.4 Getting errors. |
||
|
|
|
||
|
|
|
#7 | |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Quote:
Now I can compile it like you said but if I use the Code:
vtkGL2PSExporter:BOOL=ON Code:
shorty@cfd:~/OpenFOAM/ThirdParty-2.1.x$ ./makeQt qt-4.6.4 > makeQt.log 2>&1 && time ./makeParaView -qmake ${WM_THIRD_PARTY_DIR}/platforms/$WM_ARCH$WM_COMPILER/qt-4.6.4/bin/qmake vtkGL2PSExporter:BOOL=ON > makePV.log 2>&1
real 0m0.018s
user 0m0.004s
sys 0m0.000s
shorty@cfd:~/OpenFOAM/ThirdParty-2.1.x$
|
||
|
|
|
||
|
|
|
#8 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Tobi,
What does the file "makeQt.log" contain? Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#9 | |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Quote:
I see you moved the thread. Well I will have a look to the log file tomorrow evening. I ll upload the file or maybe I can manage it myself. Tobi Last edited by Tobi; October 19, 2012 at 04:59. Reason: my english is too bad ;) |
||
|
|
|
||
|
|
|
#10 | |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Quote:
makeQt.log is okay! No error. The makePV.log gives an error of the attribute you told me: Code:
unknown option/argument: 'vtkGL2PSExporter:BOOL=OFF'
usage: makeParaView [OPTION] [CMAKE-OPTION]
options:
-rebuild for repeated builds (-make -install) *use with caution*
-mesa with mesa (if not already enabled)
-mpi with mpi (if not already enabled)
-python with python (if not already enabled)
-cmake PATH with the cmake version corresponding to the cmake path given
-qmake PATH with the Qt version corresponding to the qmake path given
-qt with extra Qt gui support (if not already enabled)
-qt-VER with Qt version corresponding to
$WM_THIRD_PARTY_DIR/platforms/linux64Gcc/qt-VER/bin/qmake
-gcc force g++ instead of the value from $WM_CXX
-verbose verbose output in Makefiles
-version VER specify an alternative version (current value: 3.12.0)
-major VER specify an alternative major version for special builds
-mesa-include DIR
location of mesa headers (current value: /usr/include/GL)
-mesa-lib PATH path to mesa library (current value: /usr/lib64/libOSMesa.so)
-python-lib PATH path to python library (current value: none)
-help
The -no-FEATURE option can be disable these features (if not already disabled):
mesa mpi python qt
CMake options start with a capital letter and contain an '='.
For example,
makeParaView BUILD_TESTING=ON PARAVIEW_GENERATE_PROXY_DOCUMENTATION=OFF
to add tests and avoid building documentation
For finer control, the build stages can be selected or deselected individually:
-config -no-config
-make -no-make
-install -no-install
* Make and install paraview-3.12.0 located under
$WM_THIRD_PARTY_DIR/ParaView-3.12.0
-> $WM_THIRD_PARTY_DIR/platforms/linux64Gcc/paraview-3.12.0
Any suggestions are appreciate Tobi |
||
|
|
|
||
|
|
|
#11 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Tobi,
Then we need to back-trace to where you go the information about this option! Like I wrote before, I think this option is used at code level, not at build level! edit: I found this http://www.paraview.org/pipermail/pa...ne/017937.html - you can try and use the "proxy xml definition" for creating a wrapper for this class. Best regards, Bruno
__________________
Last edited by wyldckat; October 20, 2012 at 17:46. Reason: see "edit:" |
|
|
|
|
|
|
|
|
#12 | |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Quote:
you have to build your paraview by your self with ccmake and there you can set up the variable. But therefor I can not compile paraview ![]() The info I got from here: http://www.vtk.org/Bug/view.php?id=1630 as I get from the discription, you are able to save the plots as eps Tobi |
||
|
|
|
||
|
|
|
#14 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Tobi,
I haven't had time to look into this and I won't have any during the week. Basically you need to either use instead of "vtkGL2PSExporter" for the build options in makeParaView, you'll need to either use "VTK_GL2PS_ON" or "VTK_GL2PS". The other possibility is that you'll need to hack one or more files in ParaView's VTK folder for this to work. Good luck! Bruno
__________________
|
|
|
|
|
|
|
|
|
#15 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Tobi,
I made a quick search into the files and it seems that the keyword you're looking for is this: VTK_USE_GL2PS Either one of the following commands should do the trick, although I haven't tested it yet:
Good luck! Bruno
__________________
|
|
|
|
|
|
|
|
|
#16 | |
|
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,716
Blog Entries: 6
Rep Power: 53 ![]() ![]() ![]() |
Quote:
I ll have a look at this, this week and give a feedback. Tobi |
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|