On Mon, Sep 14, 2015 at 19:05:27 +0000, Anthony Crognale wrote:
> Another quick follow up (sorry!) 
> 
> [pid   360] 
> stat("/home/acrognale/paraview/build/qt/src/qt/src/3rdparty/libpng", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> [pid   360] openat(AT_FDCWD, 
> "/home/acrognale/paraview/build/qt/src/qt/src/3rdparty/libpng", 
> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
> [pid   360] 
> stat("/home/acrognale/paraview/build/qt/src/qt/src/3rdparty/libpng/RCS", 
> 0x7ffed1fed140) = -1 ENOENT (No such file or directory)
> [pid   360] 
> stat("/home/acrognale/paraview/build/qt/src/qt/src/3rdparty/libpng/SCCS", 
> 0x7ffed1fed130) = -1 ENOENT (No such file or directory)
> [pid   360] 
> stat("/home/acrognale/paraview/build/qt/src/qt/src/3rdparty/libpng/pnglibconf.h",
>  {st_mode=S_IFREG|0644, st_size=6329, ...}) = 0
> [pid   360] 
> stat("/home/acrognale/paraview/build/qt/src/qt/src/3rdparty/libpng/pngconf.h",
>  {st_mode=S_IFREG|0644, st_size=21404, ...}) = 0
> [pid   373] stat("/home/acrognale/paraview/build/install/lib/libpng.so", 
> 0x7fffc4b213f0) = -1 ENOENT (No such file or directory)
> [pid   373] open("/home/acrognale/paraview/build/install/lib/libpng.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> [pid   373] stat("/home/acrognale/paraview/build/install/lib/libpng.a", 
> 0x7fffc4b21430) = -1 ENOENT (No such file or directory)
> [pid   373] open("/home/acrognale/paraview/build/install/lib/libpng.a", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> [pid   373] stat("/home/acrognale/paraview/build/install/lib/libpng.so", 
> 0x7fffc4b213f0) = -1 ENOENT (No such file or directory)
> [pid   373] open("/home/acrognale/paraview/build/install/lib/libpng.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> [pid   373] stat("/home/acrognale/paraview/build/install/lib/libpng.a", 
> 0x7fffc4b21430) = -1 ENOENT (No such file or directory)
> [pid   373] open("/home/acrognale/paraview/build/install/lib/libpng.a", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> 
> It seems to not be finding libpng.so even though it exists as a symbolic link 
> to libpng14d.so.14.8.0, which does indeed exist.
> 
> Thoughts?

Ooh. Are you compiling in Debug mode (empty is also usually "Debug") for
CMAKE_BUILD_TYPE? I don't think that's ever been tested. I'll add a
patch to have it default to Release.

--Ben
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to