Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no check for libxt-dev when fribidi is enabled #191

Closed
tilmanKranz opened this issue Aug 29, 2020 · 1 comment · Fixed by #192
Closed

no check for libxt-dev when fribidi is enabled #191

tilmanKranz opened this issue Aug 29, 2020 · 1 comment · Fixed by #192
Assignees
Labels
type:bug Something's broken!
Milestone

Comments

@tilmanKranz
Copy link

version: current master
environment: debian 10 amd64
procedure: ./autogen.sh && ./configure && make
error:

In file included from BidiJoin.c:31:
fvwmlib.h:9:10: fatal error: X11/Intrinsic.h: No such file or directory

workaround: apt install libxt-dev
proposed solution: use pkg-config to check for xt if fribidi is enabled.

@issue-label-bot issue-label-bot bot added the type:bug Something's broken! label Aug 29, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.81. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@ThomasAdam ThomasAdam added this to the 1.0 milestone Aug 29, 2020
@ThomasAdam ThomasAdam self-assigned this Aug 29, 2020
ThomasAdam added a commit that referenced this issue Aug 29, 2020
Don't assume that libxt is installed as part of libx11.  On some
systems, libxt is a separate dependency.

Fixes #191
ThomasAdam added a commit that referenced this issue Aug 29, 2020
Don't assume that libxt is installed as part of libx11.  On some
systems, libxt is a separate dependency.

Fixes #191
mikeandmore pushed a commit to mikeandmore/fvwm3 that referenced this issue Nov 28, 2020
Don't assume that libxt is installed as part of libx11.  On some
systems, libxt is a separate dependency.

Fixes fvwmorg#191
@ThomasAdam ThomasAdam moved this to Done in FVWM3 Sep 18, 2022
@ThomasAdam ThomasAdam added this to FVWM3 Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something's broken!
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants