[Paraview] RE:compiling paraview (Franz Th. Langer)

Amy Squillacote amy.squillacote at kitware.com
Thu May 12 09:51:46 EDT 2005


I'm copying this message back to the ParaView users' list too so everybody 
can benefit from the answer.

- Amy

At 08:58 AM 5/12/2005, Franz Th. Langer wrote:
>Hi Amy and Tom,
>
>thanks very much for help.
>
>I now found the reason of the trouble!
>
>someone had an old installation of paraview and cmake in the dir.
>I assume the autoconfig in Windows/cmake didnt start because it found 
>already the necc. files!
>
>I started all over again from scratch and its working fine!
>
>my first task was to read a file in ply-format!
>paraview crashed!
>as an info for you if you do the following changes then paraview can read 
>ply-files perfectly!
>
>1. in ply_open_for_reading:
>    comment these 3 lines:
>/*lan
>  if (strlen (name) < 4 ||
>      strcmp (name + strlen (name) - 4, ".ply") != 0)
>      strcat (name, ".ply");
>*/
>2.   in the fileopen change "rb" to "r"
>
>3. in get_ascii_item(...
>    right after switch ( ...
>    put the line:
>       case 0:
>
>best regards
>Franz
>
>
>
>Amy Squillacote wrote:
>
>>Hi Franz,
>>
>>I'm copying this back to the ParaView users' list so see if anybody else 
>>sees anything in the CMakeCache.txt file.
>>
>>In case anyone is wondering, the translation of the reported error 
>>message into English is:
>>E:\paraview\Utilities\hdf5\H5detect.c(95): error C2061: Syntax error: 
>>Designator ' jbuf_g '
>>
>>- Amy
>>
>>At 01:19 PM 5/11/2005, you wrote:
>>
>>>Hi Amy,
>>>
>>>thanks very much for your response!
>>>
>>>I didnt change any of the configuration in cmake!
>>>please find attached txt-file!
>>>
>>>regards
>>>Franz
>>>
>>>Amy Squillacote wrote:
>>>
>>>>Hi Franz,
>>>>
>>>>What (if any) CMake options did you change when you were trying to 
>>>>build ParaView?  Can you send a copy of the CMakeCache.txt file (in 
>>>>your ParaView build directory)?
>>>>
>>>>- Amy
>>>>
>>>>At 11:05 AM 5/11/2005, =?gb2312?B?0Lu66LfJ?= wrote:
>>>>
>>>>>To Franz:
>>>>>    If you compile ParaView on default, it will have no Errors!
>>>>> > Hi,
>>>>> >
>>>>> > I am trying to compile ParaView(2.01) on
>>>>> > Windows 2000, VC++ 6.0, Cmake 2.0
>>>>> >
>>>>> > and with build_all it stops at:
>>>>> >
>>>>> > E:\paraview\Utilities\hdf5\H5detect.c(95) : error C2061: Syntaxfehler :
>>>>> > Bezeichner 'jbuf_g'
>>>>> >
>>>>> > I dont know the reason for this error and in the
>>>>> > paraview-guide-book  I was looking for some configuration-
>>>>> > infos for windows, but threre I couldnt find the necc. infos.
>>>>> >
>>>>> > I did exactly what was written in the compiling.html for
>>>>> > windows-installation!
>>>>> > but as you can see compiling is impossible!
>>>>> > perhaps in cmake I have to change some configurations,
>>>>> > but I dont know what ? or is there a tool missing in my system?
>>>>> > (compiling of vtk-only(4.2), works perfect!)
>>>>> >
>>>>> > is it poss. for someone to help me in this matter?
>>>>> >
>>>>> > regards
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>=============================================== ŵ»ùÑÇÁåÉù 
>>>>>http://sms.tom.com/index2.php?inc=3&type=24 ĦÍÐÂÞÀ­ÁåÉù 
>>>>>http://sms.tom.com/index2.php?inc=3&type=26 Î÷ÃÅ×ÓÁåÉù 
>>>>>http://sms.tom.com/index2.php?inc=3&type=25 ŵ»ùÑÇСͼ 
>>>>>http://sms.tom.com/index2.php?inc=2 ŵ»ùÑÇ´óͼ 
>>>>>http://sms.tom.com/index2.php?inc=2&type=3740 Î÷ÃÅ×ÓͼƬ 
>>>>>http://sms.tom.com/index2.php?inc=2&type=30 ÊÖ»úµã¸è 
>>>>>http://sms.tom.com/index2.php?inc=song 
>>>>>===============================================
>>>>>_______________________________________________
>>>>>ParaView mailing list
>>>>>ParaView at paraview.org
>>>>>http://www.paraview.org/mailman/listinfo/paraview
>>>>
>>>>
>>>>
>>>>_______________________________________________
>>>>ParaView mailing list
>>>>ParaView at paraview.org
>>>>http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list