-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
I am trying to use fltk4lua on windows but I encounter a problem.
When I am trying to install fltk4lua I got the following error :
luarocks install fltk4lua FLTK_DIR=D:\_working\libs\FLTK
Installing https://luarocks.org/fltk4lua-0.1-1.src.rock...
Using https://luarocks.org/fltk4lua-0.1-1.src.rock... switching to 'build' mode
Error: Could not find library file for FLTK
No file fltk.lib in D:\_working\libs\FLTK/lib
No file fltk.dll in D:\_working\libs\FLTK/lib
No file libfltk.dll in D:\_working\libs\FLTK/lib
You may have to install FLTK in your system and/or pass FLTK_DIR or FLTK_LIBDIR to the luarocks command.
Example: luarocks install fltk4lua FLTK_DIR=/usr/local
Press any key to close this window...
I successfully install FLTK, and tested it using fluid for example.
But I installed FLTK using gcc compiler via cygwin as it was shown on the documentation. And it's doesn't generate dll files.
Only this files for the inside of lib folder :
Picture lib
Is it possible to use another format that dll files under windows ?
I am asking it as 'from the FLTK documentation dll are a depreceted way of using FLTK'.
Metadata
Metadata
Assignees
Labels
No labels