I'm trying to build the latest master fltk version using CMake and following the steps in the README.CMake.txt file but I'm having two errors. First I'll describe the steps I followed in any case:
I downloaded fltk using git clone
I changed (cd) to the fltk dir and created the build directory
I changed to the build directory and used the following "command" to generate the Makefile cmake -D 'CMAKE_BUILD_TYPE=Release' 'CMAKE_INSTALL_PREFIX=../../FLTK_1.4' 'OPTION_BUILD_SHARED_LIBS=ON' 'FLTK_BUILD_EXAMPLES=ON' 'OPTION_USE_GL=OFF' ..
The Makefile was generated with success so we're fine until now
When I tried to make the library, I got two error from which I was able to fix the one but I will still talk about it because It doesn't make any sense to me.
Problem 1: I got an error saying that <GL/glu.h> was not found. Now I know and I installed glu-devel and fixed that but why do I need OpenGL? I thought that it was disabled....
Problem 2: I'm getting an error about some undifined references. You can find the error info here
In case you need more info, I'm glad to provide it ;)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.