Re: [Yade-dev] : Compilation on K/Ubuntu 18.04

2018-05-22 Thread Janek Kozicki (yade-dev)
Hi Klaus, this looks very much like the errors which I have been fixing two months ago. It seems that Robert and Luc were not aware that to compile with CGAL 4.11 we have to use Tri.locate(CGT::Sphere(…)) and when writing ->point() we should instead write ->point().point() (regardless of how

Re: [Yade-dev] : Compilation on K/Ubuntu 18.04

2018-05-21 Thread Klaus Thoeni
Hi Robert, thanks for your feedback. Klaus On Mon, May 21, 2018 at 4:42 PM, Robert Caulk wrote: > Hey Klaus, > > Thanks for taking time to look at this, I’m sorry I missed your first > email about this. > > Actually we have not updated DFNflow for CGAL 4.11 yet. The

Re: [Yade-dev] : Compilation on K/Ubuntu 18.04

2018-05-21 Thread Robert Caulk
Hey Klaus, Thanks for taking time to look at this, I’m sorry I missed your first email about this. Actually we have not updated DFNflow for CGAL 4.11 yet. The commit is fine, the key change that is fixing compilation is: #define DFNFlow Being commented out. I will push the change commenting

Re: [Yade-dev] : Compilation on K/Ubuntu 18.04

2018-05-21 Thread Klaus Thoeni
Hi guys, this commit seems to be the issue: https://github.com/yade/trunk/commit/12745740f2ff4b72aa09f55e9bbb0df367a838d4 By reverting it, compilation, checks and test work just fine. However, not sure if the revert causes other specific issues. Klaus On Mon, May 14, 2018 at 5:20 PM, Klaus

[Yade-dev] : Compilation on K/Ubuntu 18.04

2018-05-14 Thread Klaus Thoeni
Hi guys, I remember a discussion with a CGAL problem to get yade ready for 18.04 LTS. From the discussion it looks that everything is solved. However, I just did a fresh install of Kubuntu 18.04 and tried to compile the code (latest trunk version). cmake went fine but compilation didn't work as