[Paraview] Paraview compile on OS X-Everything same except 2nd last line

Joe Koski jkoski11 at comcast.net
Thu Jun 15 18:05:23 EDT 2006


on 6/15/06 1:31 PM, Kush Tandon at kush at coas.oregonstate.edu wrote:

> Mike,
> 
> I do have a libgcc line missing. Maybe, it is wise to reinstall OS X
> and start totally fresh.
> 
> Currently, my system has lib in /usr/lib rather than /usr/local/lib.
> 
> Kush

Kush, et al,

I haven't built paraview on OS X, but I have built several open source
packages with OS X. There is a free Apple mailing list called unix-porting
that you can sign up for at
  
  http://lists.apple.com/mailman/listinfo

and get help on issues like missing libraries, build problems, etc. Most of
the list people are software developers, and sometimes get grumpy helping
open source folks, but they usually come through.

Joe

> 
> 
>> My System is from an Intel MacBook so there will be slight differences
>> but that doesn't matter.
>>   Actually, reading the blog posted earlier, do you have any libs
>> located in /usr/local/lib?
>> 
>> Mike
>> 
>> On 6/15/06, Kush Tandon <kush at coas.oregonstate.edu> wrote:
>>> Mike,
>>> 
>>> Every is the same except the second last line ColorSync. My version
>>> is 4.4.4 and yours is 4.4.6. Should I reinstall my OS X. I'll do that
>>> if needed.
>>> 
>>> Please find my output below. Please notice the second last line:
>>> otool -L /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>>> Frameworks/ImageIO.framework/Versions/A/ImageIO:
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>>> (compatibility version 1.0.0, current version 1.0.0)
>>>          /System/Library/Frameworks/CoreFoundation.framework/
>>> Versions/
>>> A/CoreFoundation (compatibility version 150.0.0, current version
>>> 368.27.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>> libJPEG.dylib (compatibility version 1.0.0, current version 1.0.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>> libJP2.dylib (compatibility version 1.0.0, current version 1.0.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>> libGIF.dylib (compatibility version 1.0.0, current version 1.0.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>> libRaw.dylib (compatibility version 1.0.0, current version 1.0.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>> libTIFF.dylib (compatibility version 1.0.0, current version 1.0.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>> libPng.dylib (compatibility version 1.0.0, current version 1.0.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>> libRadiance.dylib (compatibility version 1.0.0, current version
>>> 1.0.0)
>>>          /System/Library/Frameworks/CoreServices.framework/
>>> Versions/A/
>>> CoreServices (compatibility version 1.0.0, current version 18.0.0)
>>>          /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>> Accelerate (compatibility version 1.0.0, current version 4.0.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>>> (compatibility version 64.0.0, current version 258.30.0)
>>>          /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>>> (compatibility version 1.0.0, current version 4.4.4)
>>>          /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
>>> current version 88.1.5)
>>> 
>>> 
>>> 
>>>> For some reason your ImageIO framework is linked against a JPEG lib
>>>> that is located in /opt..
>>>>  This really smells of some one messing around with the OS X
>>>> installation. Run the following command:
>>>> 
>>>> otool -L /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>>>> 
>>>> Here is the output from stock 10.4.6 system:
>>>> 
>>>> /System/Library/Frameworks/ApplicationServices.framework/
>>> Versions/A/
>>>> Frameworks/ImageIO.framework/Versions/A/ImageIO:
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/CoreFoundation.framework/
>>> Versions/
>>>> A/CoreFoundation
>>>> (compatibility version 150.0.0, current version 368.27.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>>> libJPEG.dylib
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>>> libJP2.dylib
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>>> libGIF.dylib
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>>> libRaw.dylib
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>>> libTIFF.dylib
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>>> libPng.dylib
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
>>>> libRadiance.dylib
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>        /System/Library/Frameworks/CoreServices.framework/
>>> Versions/A/
>>>> CoreServices
>>>> (compatibility version 1.0.0, current version 18.0.0)
>>>>        /System/Library/Frameworks/Accelerate.framework/Versions/A/
>>>> Accelerate
>>>> (compatibility version 1.0.0, current version 4.0.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/CoreGraphics.framework/Versions/A/
>>> CoreGraphics
>>>> (compatibility version 64.0.0, current version 258.30.0)
>>>>        /System/Library/Frameworks/ApplicationServices.framework/
>>>> Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>>>> (compatibility version 1.0.0, current version 4.4.6)
>>>>        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0,
>>>> current version 1.0.0)
>>>>        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
>>>> current version 88.1.5)
>>>> 
>>>> 
>>>> It should match this. If it does NOT , then you might want to
>>> consider
>>>> reinstalling your system.
>>>> 
>>>> Mike Jackson
>>>> 
>>> 
>>> 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
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> 
>> -- 
>> Mike Jackson
>> imikejackson _at_ gee-mail dot com
> 
> 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
> 
> 
> 
> 
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview




More information about the ParaView mailing list