---------- Původní zpráva ----------
Od: Clifford Yapp <cliffy...@gmail.com>
Komu: BRL-CAD Developer Mailing List <brlcad-devel@lists.sourceforge.net>
Datum: 30. 8. 2015 15:47:11
Předmět: Re: [brlcad-devel] compiling problem
"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 default one from repositories: gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1
~14.04)
"
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"
Sorry, I am not familiar with gdb. Your command somehow ended in gdb shell
and nothing happened. I tried it without gdb, result is here: http://
pastebin.com/hTg2Gx3s . Writing the output file takes ages.
"
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."
Yes, that works.
"
Cheers,
CY
----------------------------------------------------------------------------
--
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel"
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel