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: 'linux/spi/spidev.h' file not found #1684

Open
yurivict opened this issue Jan 19, 2025 · 1 comment
Open

fatal error: 'linux/spi/spidev.h' file not found #1684

yurivict opened this issue Jan 19, 2025 · 1 comment

Comments

@yurivict
Copy link

Build breaks on FreeBSD:

In file included from /usr/ports/multimedia/ossia-score/work/.build/src/addons/score-addon-led/CMakeFiles/score_addon_led.dir/Unity/unity_0_cxx.cxx:4:
/usr/ports/multimedia/ossia-score/work/ossia-score-3.4.1/src/addons/score-addon-led/Led/Device.cpp:25:10: fatal error: 'linux/spi/spidev.h' file not found
   25 | #include <linux/spi/spidev.h>
      |          ^~~~~~~~~~~~~~~~~~~~
1 error generated.

This looks similar to #1675.

Version: 3.4.1
FreeBSD 14.2

@jcelerier
Copy link
Member

fixed on head - is there any way I could know which packages has linux/types.h but not the other linux headers on BSD ? I'll add it to the CI to make sure this gets caught

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

2 participants