-
-
Notifications
You must be signed in to change notification settings - Fork 86
Labels
type:bugSomething's broken!Something's broken!
Milestone
Description
Upfront Information
- Fvwm3 version (run:
fvwm3 --version
)
1.0.4 / master
- Linux distribution or BSD name/version
Gentoo
- Platform (run:
uname -sp
)
Linux monolith.home.footclan.ninja 5.18.1-gentoo-r2 #1 SMP PREEMPT_DYNAMIC Sat Jun 4 01:25:23 AEST 2022 x86_64 AMD Ryzen 9 5950X 16-Core Processor AuthenticAMD GNU/Linux
Expected Behaviour
What were you trying to do?
Build failures were reported through automation, tracked down to gentoo USE=truetype
not being enabled for certain profiles / users.
I was able to replicate this issue and track it down to ./configure ... --disable-xft
, which I am also able to replicate on master.
With this option set, the following error is received and the build fails.
FftInterface.h:23:9: error: unknown type name 'XftFont'
Actual Behaviour
What should have happened, but didn't?
The software should build!
Steps to Reproduce
git clone https://github.com/fvwmorg/fvwm3.git
cd fvwm3
/autogen.sh && ./configure --disable-xft && make -j
Metadata
Metadata
Assignees
Labels
type:bugSomething's broken!Something's broken!
Type
Projects
Status
Done