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 <[email protected]> wrote: > 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 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 <[email protected]> wrote: >>> 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 >>> >>> >>> On 2013/05/01, at 22:55, Utkarsh Ayachit wrote: >>> >>>> 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 <[email protected]> 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: >>>>> <http://paraview.org/Wiki/ParaView/User_Created_Plugins> >>>>> >>>>> Today I built both ParaView 3.98.1 and plugins successfully, >>>>> but when I load plugins, ParaView hangs for seconds and terminated. >>>>> This time I tried libTensorGlyphFilter.dylib, but all other plugins >>>>> were same. >>>>> >>>>> >>>>> The attached file is the error log. >>>>> How could I solve the problem? >>>>> >>>>> >>>>> Magician >>>>> >>>>> >>>>> _______________________________________________ >>>>> Powered by www.kitware.com >>>>> >>>>> Visit other Kitware open-source projects at >>>>> http://www.kitware.com/opensource/opensource.html >>>>> >>>>> Please keep messages on-topic and check the ParaView Wiki at: >>>>> http://paraview.org/Wiki/ParaView >>>>> >>>>> Follow this link to subscribe/unsubscribe: >>>>> http://www.paraview.org/mailman/listinfo/paraview >>>>> _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
