FLTK logo

[fltk/fltk] fltk (master) build errors (#222)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

[fltk/fltk] fltk (master) build errors (#222) Godnyx Apr 22, 2021  
 

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:

  1. I downloaded fltk using git clone
  2. I changed (cd) to the fltk dir and created the build directory
  3. 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' ..
  4. 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.

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.