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

Fails to build on debian #19

Open
minghia opened this issue Sep 19, 2018 · 0 comments
Open

Fails to build on debian #19

minghia opened this issue Sep 19, 2018 · 0 comments

Comments

@minghia
Copy link

minghia commented Sep 19, 2018

After running:
mkdir build
cd build
cmake ..
make
I get the following error:
In file included from /home/avasile/src/yse-soundengine/YseEngine/synth/../midi/../internalHeaders.h:48:0,
from /home/avasile/src/yse-soundengine/YseEngine/synth/../midi/midifileImplementation.h:15,
from /home/avasile/src/yse-soundengine/YseEngine/synth/synthImplementation.h:20,
from /home/avasile/src/yse-soundengine/YseEngine/internalHeaders.h:27,
from /home/avasile/src/yse-soundengine/YseEngine/channel/channelManager.h:18,
from /home/avasile/src/yse-soundengine/YseEngine/internalHeaders.h:16,
from /home/avasile/src/yse-soundengine/YseEngine/listener.cpp:11:
/home/avasile/src/yse-soundengine/YseEngine/synth/../midi/../device/portaudioDeviceManager.h:21:23: fatal error: portaudio.h: No such file or directory
#include "portaudio.h"

At which point the compilation fails. There is a portaudio.h. There is a portaudio.h under yse-soundengine/dependencies/portaudio/include/portaudio.h

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