[Paraview] Help with ParaView External Modules

Mike Jackson imikejackson at gmail.com
Fri Jul 13 11:45:44 EDT 2007


If you are using "Extra External Modules" then you code is compiled  
directly into ParaView. You should not need to "import" the package.

Also, when you got the first error message about not being able to  
find the file, did you check that the path that cmake is generating  
does in fact exist:

> "C:\psato\ANALYZE\vtkAnalyzeReader.cxx"

Does that path exist?

Can you pack up your project and send it out? It we can take a look  
at your project we may be able to find the mistake/problem quicker.


-- 
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Jul 13, 2007, at 11:17 AM, Patrícia Sato wrote:

> Well, thank you all for the tips, but I still cannot build ParaView  
> with the reader...and I´m a new user at the software.
>
> The problem is that when I use SET (ANALYZE_SRCS  $ 
> {ANALYZE_SOURCE_DIR}/vtkAnalyzeReader.cxx) at  
> ANALYZEParaViewImport.cmake an error message appears:
> CMake Error: Cannot find source file "C:\psato\ANALYZE 
> \vtkAnalyzeReader.cxx" for target "vtkPVFilters". So, I cannot  
> configure the files.
>
> I tried to change the extension .cxx for .cpp and when I did,  
> configure runned fine but when I clicked OK to generate build files  
> I receievd more error messages:
> CMake Error: Unknown Target referenced: maketcltk
> CMake Error: Target: vtkCommonTCL depends on unknown target: maketcltk
> CMake Error: Error in generation process, project files may be invalid
> And CMake closed
>
> Even though, I opened ParaView, selected the xml file at Import  
> Package and tried to open an analyze file. One more error message  
> showed:
> The instruction at "0x011d6742" referenced memory at "0x00000000".  
> The memory could not be "read"
>
> Any suggestions?
>
> Thanks
>
>
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070713/14501d3f/attachment.htm


More information about the ParaView mailing list