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

fatal error: 'xwidgets.h' file not found #55

Open
yurivict opened this issue Mar 24, 2024 · 0 comments
Open

fatal error: 'xwidgets.h' file not found #55

yurivict opened this issue Mar 24, 2024 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Mar 24, 2024

Build fails:

c++: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
c++: warning: optimization flag '-fschedule-insns' is not supported [-Wignored-optimization-argument]
In file included from MidiKeyBoard.cpp:22:
./MidiKeyBoard.h:55:10: fatal error: 'xwidgets.h' file not found
   55 | #include "xwidgets.h"
      |          ^~~~~~~~~~~~
1 error generated.

This file is present, just not found:

$ find . -name xwidgets.h
./work/Mamba-2.6/libxputty/xputty/header/xwidgets.h

Version: 2.6
FreeBSD 14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant