[Paraview] Problem with Compile on OS X-V

Mike Jackson imikejackson at gmail.com
Tue Jun 13 16:30:54 EDT 2006


If you are on a PPC mac, the precompiled binaries from Ktware  
actually work.


--------
Mike Jackson
imikejackson <at> gmail <dot> com



On Jun 13, 2006, at 4:27 PM, Kush Tandon wrote:

> Mike,
>
> I'll do as you suggested and see how it works. Hopefully, I'll get  
> it all installed.
>
> Cheers,
>
> Kush
>
> On Jun 13, 2006, at 12:50 PM, Mike Jackson wrote:
>
>> Looking at the cmakecache.txt file there are lots of references  
>> to /opt.. Is there a special version of "make" you are using? Also  
>> I noticed that you are trying to link against Python 2.4. THis  
>> will not work. Stick with Python 2.3. There has been traffic on  
>> this list and the VTK users list on this subject lately.
>>
>>    Essentially you are mixing things that are installed by Fink  
>> and things that are loaded on the system already. Those installed  
>> by Fink will be in /opt... those installed by the system are in / 
>> usr...
>>
>>   If you are thinking of just starting to make symlinks  
>> everywhere.. then the problem with that is that the actual paths  
>> that a library is installed in is embedded in the library itself.
>>
>>   You are going to pretty much have to walk through the cmakecache  
>> file and find every reference to /opt and change it to its  
>> equivalent in /usr.
>>
>> Also, not sure what version of Paraview/VTK you are trying to  
>> build but I would stick with official releases, and not from CVS  
>> unless there is something that you absolutely need in CVS.
>>
>>
>> --------
>> Mike Jackson
>> imikejackson <at> gmail <dot> com
>>
>>
>>
>> On Jun 13, 2006, at 2:13 PM, Kush Tandon wrote:
>>
>>> Mike,
>>>
>>> Yes, I have installed software packages from FINK in past on my  
>>> OS X. Please find my CMakeCache.txt attached. Any work around.
>>>
>>> Complete error message is:
>>>
>>> /Users/kushtandon/ParaView-OSX/Servers/ServerManager: building  
>>> default_target
>>> Building dependencies dependlocal...
>>> Building dependencies dependlocal...
>>> Building dependencies dependlocal...
>>> Building Custom command /Users/kushtandon/ParaView-OSX/Servers/ 
>>> ServerManager/vtkSMGeneratedModules.h...
>>> dyld: Symbol not found: __cg_jpeg_resync_to_restart
>>>   Referenced from: /System/Library/Frameworks/ 
>>> ApplicationServices.framework/Versions/A/Frameworks/ 
>>> ImageIO.framework/Versions/A/ImageIO
>>>   Expected in: /opt/local/lib/libJPEG.dylib
>>>
>>> make[5]: *** [/Users/kushtandon/ParaView-OSX/Servers/ 
>>> ServerManager/vtkSMGeneratedModules.h] Trace/BPT trap
>>> make[4]: *** [default_target] Error 2
>>> make[3]: *** [default_target_ServerManager] Error 2
>>> make[2]: *** [default_target] Error 2
>>> make[1]: *** [default_target_Servers] Error 2
>>> make: *** [default_target] Error 2
>>>
>>>
>>> Thank you.
>>>
>>> Kush
>>> <CMakeCache.txt>
>>>
>>>> Have you installed some third party libJpeg? like from FINK.. or  
>>>> compiled up one your self? I ask because this line:
>>>>
>>>>>   Expected in: /opt/local/lib/libJPEG.dylib
>>>>
>>>> is telling OS X to look for libJPEG in /opt. '/opt' is NOT a  
>>>> standard location on OS X. Fink creates this location to install  
>>>> things into.
>>>>
>>>>
>>>> --------
>>>> Mike Jackson
>>>> imikejackson <at> gmail <dot> com
>>>>
>>>>
>>>>
>>>> On Jun 13, 2006, at 1:42 PM, Kush Tandon wrote:
>>>>
>>>>> Amy,
>>>>>
>>>>> I did as you suggested. However, I still get an error message:
>>>>>
>>>>> Building Custom command /Users/kushtandon/ParaView-OSX/Servers/ 
>>>>> ServerManager/vtkSMGeneratedModules.h...
>>>>> dyld: Symbol not found: __cg_jpeg_resync_to_restart
>>>>>   Referenced from: /System/Library/Frameworks/ 
>>>>> ApplicationServices.framework/Versions/A/Frameworks/ 
>>>>> ImageIO.framework/Versions/A/ImageIO
>>>>>   Expected in: /opt/local/lib/libJPEG.dylib
>>>>>
>>>>> make[5]: *** [/Users/kushtandon/ParaView-OSX/Servers/ 
>>>>> ServerManager/vtkSMGeneratedModules.h] Trace/BPT trap
>>>>> make[4]: *** [default_target] Error 2
>>>>> make[3]: *** [default_target_ServerManager] Error 2
>>>>> make[2]: *** [default_target] Error 2
>>>>> make[1]: *** [default_target_Servers] Error 2
>>>>> make: *** [default_target] Error 2
>>>>>
>>>>> Thanks for your patience and consideration. Please note that I  
>>>>> am attempting a single processor, simple serial build.
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Kush
>>>>>
>>>>>> Turn VTK_USE_X on, and turn VTK_USE_CARBON and VTK_USE_COCOA off.
>>>>>>
>>>>>> - Amy
>>>>>>
>>>>>
>>>
>>> Kush Tandon
>>> 104 COAS Admin. Bldg., Oregon State University, Corvallis, OR 97331
>>> Phones: (541) 737-9658 (Office); (541) 758-2217 (Home)
>>> Emails: kush at coas.oregonstate.edu
>>> kushtandon at yahoo.com
>>> kushtandon at gmail.com
>>>
>>> http://www.coas.oregonstate.edu/index.cfm? 
>>> fuseaction=faculty.detail&id=209
>>> http://216.216.95.110/index.cfm?fuseaction=participants.detail&id=62
>>>
>>>
>>>
>>>
>>
>
> Kush Tandon
> 104 COAS Admin. Bldg., Oregon State University, Corvallis, OR 97331
> Phones: (541) 737-9658 (Office); (541) 758-2217 (Home)
> Emails: kush at coas.oregonstate.edu
> kushtandon at yahoo.com
> kushtandon at gmail.com
>
> http://www.coas.oregonstate.edu/index.cfm? 
> fuseaction=faculty.detail&id=209
> http://216.216.95.110/index.cfm?fuseaction=participants.detail&id=62
>
>
>
>



More information about the ParaView mailing list