On Sat, Aug 29, 2015 at 6:09 PM,  <jans...@email.cz> wrote:
> Hello,
>
> I have tried to build BRL CAD from SVN sources using instruction on a
> website (http://brlcad.org/wiki/Compiling). I am using Ubuntu 14.04 and I
> hit two problems
>
> - The compilations stucks at 98%:
> Scanning dependencies of target NIST_MBE_PMI_2.g
> [ 98%] Generating ../../share/db/NIST_MBE_PMI_2.g

OK - that's our step-g importer getting into bad terrain somehow.  I
just tried the same build settings on Ubuntu 14.04 myself and didn't
see that issue - what gcc compiler were you using?

The next thing to try is to see if you can get it to hang inside gdb:

gdb --args ./bin/step-g -O NIST_MBE_PMI_2.g ../db/nist/NIST_MBE_PMI_2.stp

If it freezes up, break and get a backtrace to see where we're getting
into trouble.

> Even more than four hours were not enough to pass through this point.
> (Besides that everything works, I am able to run mged or archer)
>
> - I am unable to compile BRL CAD with Bullet library:
> If i use altered cmake command (cmake .. -DBRLCAD_ENABLE_STRICT=NO
> -DBRLCAD_BUNDLED_LIBS=ON -DBRLCAD_BULLET=ON -DCMAKE_BUILD_TYPE=Release) I
> get error message like this:
> Reconfiguring to use system BULLET
> -- Could NOT find ADAPTAGRAMS (missing:  AVOID_LIBRARY AVOID_INCLUDE_DIR)
> And Bullet is set OFF in final overview.

Give -DBRLCAD_ENABLE_BULLET=ON a try - that seems to do it here.

Cheers,
CY

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

Reply via email to