Cannot built libmesh with VTK #3420
Unanswered
omarlpzlpz
asked this question in
Q&A
Replies: 1 comment
-
The output in your config.log looks strange to me:
I don't understand why there is a leading slash in the filename that it is looking for. It is as though you passed
i.e. with nothing on the right-hand side of the equals sign. Configure is looking for the file
and for some reason Also, as I mentioned on the mailing list, you will most likely need the fix in #3346 in order to get VTK 9.2 working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am trying to use libmesh with VTK, however I cannot build libmesh with
VTK, I attached the config.log file.
config.log
I am using this configuration command:
"../configure --prefix=/home/omar/libmesh/install\ --enable-distmesh
--with-vtk-include=/opt/vtk/9.2.2/include/vtk-9.2
--with-vtk-lib=/opt/vtk/9.2.2/lib/vtk-9.2"
I am using Ubuntu 22.04.1 LTS and VTK 9.2.2.
I hope you can help me to find the error.
Thank you very much in advance.
Omar L.
Beta Was this translation helpful? Give feedback.
All reactions