First time here? Checkout the FAQ!
x
0 votes
by (1.2k points)

I have a similar problem to https://opencarp.org/q2a/228/meshalyzer-dependencies:

It looks like ccmake wants a cmake config file for glew, but I could not find it anywhere after installing glew(both with apt and building from source with custom install directories). I asked ccmake to look in the glew install directory but still was not able to find it. 

What is exactly the file that ccmake wants? I was not able to find a .cmake file.

1 Answer

0 votes
by (17.5k points)
selected by
 
Best answer

I assume that CMake is complaining about not finding GLEW_DIR. You can define it manually by passing -DGLEW_DIR=/path/to/glew to cmake/ccmake.

See also https://stackoverflow.com/questions/27472813/linking-glew-with-cmake

by (1.2k points)
Unfortunately, ccmake still can't find glew after manually passing in /PATH/TO/GLEW..I will note that I have tried installing glew both with apt and from source, so I'm pretty sure I'm passing in the correct installation path.

If you installed glew with default options, where would the cmake file live?
by (17.5k points)
FindGLEW.cmake is shipped with cmake and not with glew. https://cmake.org/cmake/help/latest/module/FindGLEW.html

If cmake is complaining about not finding this file, the problem is likely in your cmake installation rather than in glew.

Please add your cmake call and the error message to your post.
by (1.2k points)
Hi Axel,

I apologize for the late reply...in fact I have been using ccmake, so there is no other call than "ccmake ." (I am not using cmake at the moment because the compiler complains about clock skew, which is a separate issue)

I have been able to find FindGLEW.cmake in usr/share/cmake-3.16/Modules, but ccmake is still unable to detect this when I pass in this directory.

For reference, I am using WSL2 with Ubuntu 20.04 with the latest version of Meshalyzer from Github.
by (17.5k points)
ccmake is just an interactive interface to cmake. Thus, I assume that it won't properly if cmake is not working properly on your machine. In general, this issue looks like there is something wrong with your cmake installation as cmake should be aware of the Find*.cmake files that come with it.

Just to make sure, I guess you are using the latest version from http://git.opencarp.org/openCARP/meshalyzer/ and not Github?
by (1.2k points)
Yes, I am using the latest version pulled from that repository(per the Meshalyzer installation instructions). I will try reinstalling cmake and get back to you. Thanks.
Welcome to openCARP Q&A. Ask questions and receive answers from other members of the community. For best support, please use appropriate TAGS!
architecture, carputils, documentation, experiments, installation-containers-packages, limpet, slimfem, website, governance
...