[Paraview] plugin for 3D Delaunay

Mike Jackson imikejackson at gmail.com
Tue Feb 19 12:18:02 EST 2008


Not sure on windows but I don't think you can actually mix a MinGW Qt  
with a Visual Studio 9 ParaView. All the code most probably has to be  
from the same compiler.

Also, in the CMakeSetup GUI, there should be an entry for  
QT_QMAKE_EXECUTABLE. Edit the entry to point to your Qt 4 qmake  
executable, C:\Qt\4.3.3\bin\qmake.

You will probably have to recompile Qt with VS 9 first.

Mike

On Feb 19, 2008, at 12:11 PM, Stefan Murphy wrote:

> I have installed CMake, and Qt 4.3.3 from the file
> qt-win-opensource-4.3.3-mingw. MinGW was installed with Qt. I obtained
> the source code for ParaView3.2.1.
>
> When I try to run CMake for Visual Studio 9, 2008 it says that Qt is
> not found, specifically asking me to check the QT_QMAKE_EXECUTABLE
> variable. I set this to C:\Qt\4.3.3\bin, but I get the same error.
>
> Is there anything else I have to do with Qt? I ran "configure
> -platform win32-g++" and added C:\Qt\4.3.3\bin to PATH and still get
> the same error.
>
>
> Stefan
>
>
>
> On Feb 18, 2008 6:24 PM, Jean Favre <jfavre at cscs.ch> wrote:
>> On 18, Feb 2008 10:48 PM, Stefan Murphy <stefan.murphy at dal.ca> wrote:
>>
>>> Jean,
>>>
>>> I've been trying to compile your plugin with CMake, but I am getting
>>> the error:
>>>
>>> "CMake Error: ParaView_DIR is not set. It must be set to the  
>>> directory
>>> containing ParaViewConfig.cmake in order to use ParaView."
>>>
>>> I have never used CMake before - Do you have the compiled .dll  
>>> or .so
>>> file for the plugin?
>>
>> the procedure documented on the Wiki assumes prior knowledge of  
>> Cmake,
>> and assumes that you have compiled your own version of ParaView  
>> from the
>> source code distribution.
>>
>> The error above comes up the first time you run cmake while its  
>> internal
>> variables are not set. While using Cmake, you should put in the  
>> path to
>> the directory where you have previoulsy build ParaView. After  
>> that, the
>> configuration can complete, and the Makefile gets generated.
>>
>> Looks however, like you have never done any of this. First step,  
>> check
>> the wiki, compile your own Paraview. Once done with that, you may  
>> get to
>> the second step of adding pluggins.
>>
>> Jean
>>
>>


More information about the ParaView mailing list