On Sat, Dec 20, 2014 at 4:09 AM, Ian Krukow <[email protected]>
wrote:

> Hi Dan,
>
> thanks for the patch, but unfortunately I have not been able to test it
> yet, though I tried different things.
>
> I work with pvpython on a compute server with Ubuntu 12.04. For
> configuration I have CMake 2.8.7, and I built ParaView 3.14.1 a while ago.
> For ParaView 4.2, I need at least CMake 2.8.8, but I could not get it to
> work on that system. Our admin supposed that there might be library
> problems between Ubuntu 12.04 and newer CMake versions, and it may not work
> at all. Therefore I could not build ParaView 4.2.
>


What is the problem you see with the new cmake? cmake is tested on many
platforms so it should work on ubuntu 12.04 as well.


> I tried applying the patch to ParaView 3.14.1 instead, but I had the same
> result as before. Maybe it is just not the right thing to do, I am not
> familiar with these things.
>
> Then I switched to my desktop PC with Windows 7, where I set up the
> building process. When I run the configuration in CMake, as soon as I
> enable python, I get the error
>
> CMake Error at VTK/CMake/ExternalData.cmake:176 (add_test):
>   add_test given test NAME "pvpythonPython-TestAnnotateAttributeData"
>   which already exists in this directory.
> Call Stack (most recent call first):
>   VTK/CMake/vtkTestingMacros.cmake:431 (ExternalData_add_test)
>   CMake/ParaViewTestingMacros.cmake:44 (vtk_add_test_python)
>   Applications/ParaView/Testing/Python/CMakeLists.txt:82
> (paraview_add_test_pvbatch)
>
> even without the patch. Can you tell me what to do about it?
>

Do you do the config/build in the source directory? If yes, could you try
it in a separate build directory?

Dan
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to