-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
there is a profile option fltk/*:with_xft=True, and it is successfully installed however fltk fails to find it
...
libxft/2.3.8: package(): Packaged 1 file: COPYING
libxft/2.3.8: package(): Packaged 1 '.so' file: libXft.so
libxft/2.3.8: package(): Packaged 1 '.2' file: libXft.so.2
libxft/2.3.8: package(): Packaged 1 '.8' file: libXft.so.2.3.8
libxft/2.3.8: package(): Packaged 2 '.h' files: XftCompat.h, Xft.h
libxft/2.3.8: Created package revision d3f9161b53ccb6658bced1d48a077f08
libxft/2.3.8: Package '5bae10d3a765c850cccf71601d3686dd59eb4916' created
libxft/2.3.8: Full package reference: libxft/2.3.8#5a86906f15dcf469406c4b186410bf0b:5bae10d3a765c850cccf71601d3686dd59eb4916#d3f9161b53ccb6658bced1d48a077f08
libxft/2.3.8: Package folder /root/.conan2/p/b/libxf81d9580846d6c/p
...
...
[ 27%] Building CXX object src/CMakeFiles/fltk_SHARED.dir/Fl_Preferences.cxx.o
/root/.conan2/p/b/fltkd22c8b90f9aed/b/src/src/Fl_PostScript.cxx:31:10: fatal error: X11/Xft/Xft.h: No such file or directory
31 | #include <X11/Xft/Xft.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [src/CMakeFiles/fltk_SHARED.dir/b
full logs are available on https://sourcecraft.dev/the-dmol/syncspirit/cicd/runs/2
Package and Environment Details
- Package Name/Version: fltk/1.3.9
- Operating System+version: Linux Ubuntu 22.04
- Conan version: conan 2.24
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
[options]
*/*:shared=True
fltk/*:with_xft=True
fltk/*:with_gl=False
boost/*:magic_autolink=False
boost/*:visibility=hidden
boost/*:header_only=False
boost/*:without_serialization=True
boost/*:without_graph=True
boost/*:without_fiber=True
boost/*:without_log=True
boost/*:without_math=True
boost/*:without_process=True
boost/*:without_stacktrace=True
boost/*:without_test=True
boost/*:without_wave=True
boost/*:without_cobalt=True
boost/*:without_contract=True
boost/*:without_coroutine=True
boost/*:without_filesystem=True
boost/*:without_json=True
boost/*:without_regex =True
pugixml/*:no_exceptions=True
rotor/*:enable_asio=True
rotor/*:enable_thread=True
rotor/*:enable_fltk=True
Steps to reproduce
conan install --build=missing --profile=linux-native --output-folder . -s build_type=Debug -o '&:shared=True' ..
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working