Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Su Kan
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Su Kan posted a new comment: > Try to change this line: > > https://gitlab.com/yade-dev/trunk/-/blob/master/pkg/common/Gl1_PotentialBlock.cpp#L665 > > into > #if ((VTK_MAJOR_VERSION <= 8) and (VTK_MINOR_VERSION

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Janek Kozicki
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Janek Kozicki posted a new comment: Try to change this line: https://gitlab.com/yade- dev/trunk/-/blob/master/pkg/common/Gl1_PotentialBlock.cpp#L665 into #if ((VTK_MAJOR_VERSION <= 8) and (VTK_MINOR_VERSION <

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Su Kan
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Status: Answered => Solved Su Kan confirmed that the question is solved: To Janek, > try without chunksize. Thanks a lot, it works when VTK is turned off. But when VTK is turn on (I'm using vtk 8.2.0), th

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Janek Kozicki
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Janek Kozicki proposed the following answer: About disabling RealHP, I have added an option for you, can you please try this: https://gitlab.com/yade-dev/trunk/-/merge_requests/602 and tell us if it works? --

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Janek Kozicki
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Janek Kozicki posted a new comment: > -- CHUNKSIZE is set to 50 try without chunksize. -- You received this question notification because your team yade-users is an answer contact for Yade. __

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Robert Caulk
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Robert Caulk posted a new comment: >Full log is posted at https://pastebin.ubuntu.com/p/sfk7gXSCFt/ Although I understand why you did this, please try to avoid using external links in this forum. The goal is lon

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Su Kan
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Su Kan posted a new comment: Thanks again, Bruno. I don't know how to turn off RealHP mpmath precisionsDouble (I didn't find such options), but I did turn off MPFR, the error message is the same. BTW, in prevoi

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Bruno Chareyre
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi, The error refers to boost/multiple precision numbers. Probably a version issue. If turning off more module is a solution for you, th

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Su Kan
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Status: Answered => Open Su Kan is still having a problem: Thanks for your reply, Robert. I tried the default compilation options, with (and without) add `/usr/share/cmake-3.19/Modules` to `CMAKE_MODULE_PA

Re: [Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Robert Caulk
Question #695081 on Yade changed: https://answers.launchpad.net/yade/+question/695081 Status: Open => Answered Robert Caulk proposed the following answer: Hello, You are turning too many things on unnecessarily. Please try to compile the default compilation first. Simply: cmake -DCMAKE_INST

[Yade-users] [Question #695081]: Compilation failed on vtk8.2.0

2021-01-19 Thread Su Kan
New question #695081 on Yade: https://answers.launchpad.net/yade/+question/695081 Sorry for my English first, it's not my mother language. I'm trying to build yade-2021.01a from source for Archlinux (linux 5.10.7). I'm trying to complie it with most feature enabled. But I found several problems: