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

4.3.0int6 will not compile with --disable-hpi flag #1001

Open
ltyndale opened this issue Dec 22, 2024 · 0 comments
Open

4.3.0int6 will not compile with --disable-hpi flag #1001

ltyndale opened this issue Dec 22, 2024 · 0 comments

Comments

@ltyndale
Copy link

ltyndale commented Dec 22, 2024

When trying to compile V4.3.0int6 without HPI support using the --disable-hpi option when running configure, the compile fails with the following error:

file included from ../rdhpi/rdhpiplaystream.h:35,
from hpiplayout_test.h:29,
from hpiplayout_test.cpp:26:
../rdhpi/rdhpisoundcard.h:34:10: fatal error: asihpi/hpi.h: No such file or directory
34 | #include <asihpi/hpi.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:991: hpiplayout_test.o] Error 1
make[1]: Leaving directory '/home/rd/rivendell-4/tests'
make: *** [Makefile:552: all-recursive] Error 1

This is not an issue in V4.3.0int5

The output of configure
configure: "| *** RIVENDELL CONFIGURATION SUMMARY *** |"
configure: "|---------------------------------------------------------|"
configure: "| Platform Information: |"
configure: "| Distribution Name ... Ubuntu |"
configure: "| Distribution Family ... Debian |"
configure: "| Update I18N Data ... No |"
configure: "| |"
configure: "| Configured Audio Drivers: |"
configure: "| Advanced Linux Sound Architecture (ALSA) ... Yes |"
configure: "| AudioScience HPI ... No |"
configure: "| JACK Audio Connection Kit ... Yes |"
configure: "| |"
configure: "| Audio Codecs: |"
configure: "| FLAC Encoding/Decoding Support ... Yes |"
configure: "| MPEG Decoding Support ... Yes |"
configure: "| MPEG Layer 2 Encoding Support ... Yes |"
configure: "| MPEG Layer 3 Encoding Support ... Yes |"
configure: "| OggVorbis Encoding/Decoding Support ... Yes |"
configure: "| M4A Decoding Support ... No |"
configure: "|---------------------------------------------------------|"

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