Hello Sean, On 4 April 2016 at 22:07, Christopher Sean Morrison <brl...@mac.com> wrote:
> To fix, you need to make the build files to say that libz is needed. If you > added libxml2 to src/other, you’ll want to add ${ZLIB_LIBRARY} to a > target_link_libraries() line libxml’s build. If you did not add it, you can > specify it on the BRLCAD_ADDEXEC line in the src/conv/3dm/CMakeLists.txt > build file for 3dm-g. It’ll have a line that looks something like (but not > exactly like) this: > > BRLCAD_ADDEXEC(3dm-g 3dm-g.cpp "libgcv;libwdb;libicv;${OPENNURBS_LIBRARY}”) > > That would get changed to: > > BRLCAD_ADDEXEC(3dm-g 3dm-g.cpp > "libgcv;libwdb;libicv;${OPENNURBS_LIBRARY};${ZLIB_LIBRARY}”) Thanks for the help, it was actually the solution to my problems. I would submit the updated code and sample files when I am done testing it. Thanks Konrad ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ BRL-CAD Developer mailing list brlcad-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/brlcad-devel