-
I use gentoo linux ~amd64, fltk-1.3.8 installed
`ldconfig -v | grep fltk` shows this:
```
/usr/lib64/fltk: (from /etc/ld.so.conf:23)
libfltk.so.1.3 -> libfltk.so.1.3
libfltk_forms.so.1.3 ->…
-
Add function to copy files form fresh FLTK build.
-
remove
-
**Describe the bug**
When using system libs, FLTK's CMake scripts are adding CMAKE_PREFIX_PATH/include first before its staging area.
This is a problem as it leads to subsequent compilations to fail…
-
= note: warning: unsupported linker arg: -dead_strip
warning(link): directory not found for '-L/media/dev/cal-rs/target/x86_64-apple-darwin/debug/build/fltk-sys-b79c45a43c27c1ef/out/build/…
-
./configure stops at:
"Checking for fltk-config13... no
Checking for fltk-config... no
Configure: error: fltk-config not found"
Fltk 1.3.3 is installed.
Any ideas?
-
Check these commit,
https://github.com/rageworx/fltk-origin/commit/9487eb180670f411398fa4c81f76a0745efa89c6
-
Copied from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282042:
Using xinit/startx to launch dillo leads to dillo only loading a couple of local files (Not tested with external websites). as …
-
Hi, I have installed the package libfltk1.3-dev but still get an error during configuration:
Checking for package FLTK... yes
no
*** error configuring FLTK
If I force though the error, every…
-
It would be nice to make an intermediary FLTK wrapper for structs and enums.
Then it could be reused.
For a struct:
* build [`fltk::valuator::ValueInput`](https://docs.rs/fltk/1.2.15/fltk/valuat…