[vtk-developers] VTK and QT problems.

Andrew Maclean andrew.amaclean at gmail.com
Tue Jun 3 08:05:34 EDT 2008


Ok I found the problems:
1) The package xorg-dev was not installed on the machine.
2) The package libglpng-dev was not installed on the machine.

I also modified the CmakeLists.txt file as follows at line 92 to:
    STRING(REGEX MATCH "^4\\.[3-4]\\.[0-9]+" qt_version_tmp "${QTVERSION}")

And everything buillt Ok with QT 4.4

Thanks

Andrew


On Tue, Jun 3, 2008 at 2:02 PM, Andrew Maclean
<andrew.amaclean at gmail.com> wrote:
> I'll get back to you tonight with it.
> Thanks
>   Andrew
>
>
> On Tue, Jun 3, 2008 at 1:05 AM,  <clinton at elemtech.com> wrote:
>>
>> Can I see your CMakeCache.txt file?
>> I don't see these kinds of issues when I upgrade Qt.
>> Are you building Qt yourself?  Or is it from some Linux distro repository?
>>
>> Clint
>>
>>> When will VTK be able to use the newer version of QT? It is QT4.4
>>> giving me problems. I must admit I find it frustrating that every time
>>> a new version of QT comes out everything breaks badly. It is even
>>> worse for ParaView!!!
>>>
>>> Is this an issue with the CMake FindQT module or specific to VTK?
>>>
>>> I am getting these errors:
>>> CMake Error: The following variables are used in this project, but
>>> they are set to NOTFOUND.
>>> Please set them or make sure they are set and tested correctly in the
>>> CMake files:
>>> QT_FONTCONFIG_LIBRARY (ADVANCED)
>>>     linked by target "QVTK" in directory
>>> /home/amaclean/Code/Kitware/src/VTK/GUISupport/Qt
>>>     linked by target "QVTKCxxTests" in directory
>>> /home/amaclean/Code/Kitware/src/VTK/GUISupport/Qt/Testing/Cxx
>>> [snip]
>> _______________________________________________
>> vtk-developers mailing list
>> vtk-developers at vtk.org
>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>
>
>
> --
> ___________________________________________
> Andrew J. P. Maclean
> Centre for Autonomous Systems
> The Rose Street Building J04
> The University of Sydney 2006 NSW
> AUSTRALIA
> Ph: +61 2 9351 3283
> Fax: +61 2 9351 7474
> URL: http://www.acfr.usyd.edu.au/
> ___________________________________________
>



-- 
___________________________________________
Andrew J. P. Maclean
Centre for Autonomous Systems
The Rose Street Building J04
The University of Sydney 2006 NSW
AUSTRALIA
Ph: +61 2 9351 3283
Fax: +61 2 9351 7474
URL: http://www.acfr.usyd.edu.au/
___________________________________________



More information about the vtk-developers mailing list