Monatsarchive: Januar 2025
Compile and Install FLTK
- Download latest versions of FLTK: https://www.fltk.org/
- Extract in path, e.g. c:\opt\fltk\fltk-1.4.1
- Download TDM-GCC: https://jmeubank.github.io/tdm-gcc/download/
- Install in path e.g. c:\opt\TDM-GCC-64 or when Dev-C++ is installed without TDM in the subdirectory TDM-GCC-64
- Download and install cmake: https://cmake.org/download/
- Extract to path e.g. c:\opt\cmake-3.31.3-windows-x86_64… Weiterlesen
Compiling fltk – error: ‚U32‘ does not name a type
Beim Kompilieren bekommt man diese Fehlermeldung:
=
== making src === Compiling fl_draw_image.cxx… In file included from fl_draw_image.cxx:30:0: fl_draw_image_win32.cxx: In function 'void innards(const uchar, int, int, int, int, int, int, int, Fl_Draw_Image_Cb, void)': fl_draw_image_win32.cxx:127:10: error: 'U32' does not… Weiterlesen