Re: [Paraview] Load Plugin Error

2013-05-04 Thread Magician
Hi Utkarsh, DYLD_PRINT_LIBRARIES_POST_LAUNCH shows just 2 libraries: dyld: loaded: /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib dyld: loaded: /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal and they were shown by

Re: [Paraview] Load Plugin Error

2013-05-03 Thread Utkarsh Ayachit
Can you also try setting DYLD_PRINT_LIBRARIES_POST_LAUNCH. The log you sent doesn't have all the libs. What I want is the output one gets on a linux system with LD_DEBUG=libs. Not exactly sure how to do that on OsX. Maybe someone else here knows. Utkarsh On Thu, May 2, 2013 at 9:55 AM, Magician

Re: [Paraview] Load Plugin Error

2013-05-02 Thread Utkarsh Ayachit
Try setting DYLD_PRINT_LIBRARIES environment variable and ensure that what's getting loaded is correct. https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/dyld.1.html Utkarsh On Wed, May 1, 2013 at 7:55 PM, Magician f_magic...@mac.com wrote: Hi Utkarsh,

Re: [Paraview] Load Plugin Error

2013-05-02 Thread Magician
Hi Utkarsh, Thanks for your advice. I tried DYLD_PRINT_LIBRARIES. The attachment file is the result. But I couldn't find the outputs are correct or not. Magician On 2013/05/02, at 21:39, Utkarsh Ayachit wrote: Try setting DYLD_PRINT_LIBRARIES environment variable and ensure that what's

Re: [Paraview] Load Plugin Error

2013-05-01 Thread Utkarsh Ayachit
Are you trying to load them in the ParaView binary you built or the one downloaded from paraview.org? On Wed, May 1, 2013 at 8:08 AM, Magician f_magic...@mac.com wrote: Hi all, I'm trying to build and load 3rd parties' plugins on Mac OS 10.7.5. The sources of plugins are downloaded here:

Re: [Paraview] Load Plugin Error

2013-05-01 Thread Magician
Hi Utkarsh, Yes, I built both ParaView 3.98.1 and plugins from sources on same terminal. There are additional informations. The attached file is CMake log of TensorGlyph. When I build plugins, I set ParaView_DIR at build directory of PV 3.98.1. Pre-installed plugins are working fine. Magician