Thanks!  There’s something wrong with your compiler setup or you’ve encountered 
a compiler bug.  It’s halted during link-time-optimization (LTO).  Older 
compilers have notorious difficulty with LTO, but it’s something you can turn 
off in our build environment.  Easy workaround is to compile in Debug mode 
instead of Release.  This:

rm -rf CMake*
cmake .. -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Debug 
-DBRLCAD_ENABLE_STRICT=OFF 
make

Cheers!
Sean


> On Jun 9, 2018, at 4:01 PM, Carlo Dormeletti <carlo.dormele...@gmail.com> 
> wrote:
> 
> Ok here the two files cmake_build.log and make_build.log, same errors.
> 
> Regards
> 
> Carlo D.
> 
> 2018-06-09 21:47 GMT+02:00 Christopher Sean Morrison <brl...@mac.com>:
> 
> Carlo,
> 
> No, you need to re-run cmake to add that option I mentioned.  Try this:
> 
> cmake -DBRLCAD_ENABLE_STRICT=OFF .. 2>&1  |  tee -a build.log
> make 2>&1  |  tee -a build.log
> 
> If it fails, you should have a build.log file that you can send.
> 
> Cheers!
> Sean
> 
> 
> 
> > On Jun 9, 2018, at 3:32 PM, Carlo Dormeletti <carlo.dormele...@gmail.com> 
> > wrote:
> > 
> > There some files in the .build directory that holds the relevant info, or 
> > some flag to add to the make and / or cmake to save them into a file?
> > 
> > Regards 
> > 
> > Carlo D. 
> > 
> > Il Sab 9 Giu 2018 21:04 Christopher Sean Morrison <brl...@mac.com> ha 
> > scritto:
> > Hi Carlo,
> > 
> > You are welcome to send a build log (all the output from make and/or cmake).
> > 
> > One bit of advice, unless you’re doing development, you’ll want to add 
> > -DBRLCAD_ENABLE_STRICT=OFF to cmake.  That will prevent it from halting on 
> > issues unnecessariliy.
> > 
> > Cheers!
> > Sean
> > 
> > 
> > > On Jun 9, 2018, at 1:57 PM, Carlo Dormeletti <carlo.dormele...@gmail.com> 
> > > wrote:
> > > 
> > > Gear Sirs, I was trying to compile brl-cad for my Linux distro, but I 
> > > encountered an error, at compile time.
> > > 
> > > What information are needed to point out the problem?
> > > 
> > > Some file in the .buil directory.
> > > 
> > > Please Let me know what information do you need to find the culprit.
> > > 
> > > The Cmake fase went out without error, but the compilation with "make 
> > > -j4" encountered an error at 84 or 85% 
> > > 
> > > The first error was:
> > > 
> > > 
> > > "src/libbrep/CMakeFiles/test_point_intersect.dir/build.make:102"
> > > 
> > > Best Regards
> > > 
> > > Carlo D.
> > > 
> > > ------------------------------------------------------------------------------
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! 
> > > http://sdm.link/slashdot_______________________________________________
> > > BRL-CAD Users mailing list
> > > brlcad-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/brlcad-users
> > 
> > 
> > ------------------------------------------------------------------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > BRL-CAD Users mailing list
> > brlcad-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/brlcad-users
> > ------------------------------------------------------------------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! 
> > http://sdm.link/slashdot_______________________________________________
> > BRL-CAD Users mailing list
> > brlcad-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/brlcad-users
> 
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> BRL-CAD Users mailing list
> brlcad-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/brlcad-users
> 
> <cmake_build.log><make_build.log>------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot_______________________________________________
> BRL-CAD Users mailing list
> brlcad-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/brlcad-users


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Users mailing list
brlcad-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-users

Reply via email to