Results 1 to 2 of 2
I'm trying to install Muse. When I run make, I get this error
Code:
../wave.h:15:21: sndfile.h: No such file or directory
I know I have sndfile installed, its just in ...
- 07-16-2004 #1Linux User
- Join Date
- Jul 2004
- Posts
- 256
[problem including a file] Muse
I'm trying to install Muse. When I run make, I get this error
I know I have sndfile installed, its just in a wierd directoryCode:../wave.h:15:21: sndfile.h: No such file or directory
How to I tell it to include it?Code:/usr/local/src/libsndfile-1.0.10/src/sndfile.h
Do you need more information?--monkey
- 07-16-2004 #2Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
You could create a simbolic link from where ever it's looking (or the standard location) to the actual file. You should probably do this, other programs may depend on it as well.
Or you can edit the file wave.h to point to the correct location.
Hope that helps,
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude


Reply With Quote
