CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM CC Toolkits for Fluid-Structure Interaction (https://www.cfd-online.com/Forums/openfoam-cc-toolkits-fluid-structure-interaction/)
-   -   [FSI] Foam-Extend 4.1 Extend Bazaar Allwmake fail compiling on Opensuse Tumblweed (https://www.cfd-online.com/Forums/openfoam-cc-toolkits-fluid-structure-interaction/227135-foam-extend-4-1-extend-bazaar-allwmake-fail-compiling-opensuse-tumblweed.html)

EternalSeekerX May 18, 2020 21:47

Foam-Extend 4.1 Extend Bazaar Allwmake fail compiling on Opensuse Tumblweed
 
1 Attachment(s)
Hello OpenFOAM CC,


I hope everyone is doing well. So a little background. I am running Opensuse Tumbleweed on a 6 core VM based on an i7 7700HQ. I was able to compile Foam Extend 4.1 using the instructions for building 4.0. It had no errors and runs fine. I wanted to try the FSI and solid tutorials from the bazaar so I attempted to build it using the files given in the extended bazaar folder of the foam-extend4.1 package. It fails after awhile with 2 errors (one for FSI and one for AxialMesh)


I then edited the allwmake file to build each one individually with logs. So here they are:


FSI:
Code:

cc1plus: all warnings being treated as errors
make: *** [centrifugalBodyForce.dep:859: Make/linux64GccDPInt32Opt/centrifugalBodyForce.o] Error 1

Axial Mesh:
Code:

makeAxialMesh.C:52:10: fatal error: Time.H: No such file or directory
  52 | #include "Time.H"
      |          ^~~~~~~~
compilation terminated.
make: *** [makeAxialMesh.dep:365: Make/linux64GccDPInt32Opt/makeAxialMesh.o] Error 1

It seems both of the errors are due to C++ headers or such? I also will attach a zip file containing the logs of FSI, axialmesh and the the full allwmake log from the original allwmake file in the directory.



So does anyone know what the issue could be? I am just trying to get everything setup so I can learn about fsi.


All times are GMT -4. The time now is 14:59.