> On Aug 5, 2016, at 7:21 AM, Radu T <xeli...@yahoo.com> wrote:
> 
> Thank you for your unintended solution. The build was 100%.
> 
> It seems that cmake parameters /-DBRLCAD_ENABLE_STRICT=NO 
> -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Release/ generates build 
> problem on Ubuntu 16.04.

That’s certainly more specific, but is also one of our standard distcheck build 
configurations we test regularly.  I’ll give that one a specific manual try on 
an Ubuntu system to see if I can reproduce it.

> If you still want to provide some logs, please include above flags in 
> the /cmake .. 2>&1 | tee cmake.log /commmand. I quickly tried myself, 
> but without success.

Are you saying you couldn’t get the error or couldn’t figure out how to pass 
the flags?  Passing the flags would be this:

mkdir .build
cd .build
cmake .. -DBRLCAD_ENABLE_STRICT=NO -DBRLCAD_BUNDLED_LIBS=ON 
-DCMAKE_BUILD_TYPE=Release 2>&1 | tee cmake.log
make VERBOSE=1 2>&1 | tee build.log

Were you perhaps building in the same directory as the source files?

Cheers!
Sean



------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to