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

error in wavefile.cpp cannot install #97

Open
MarkHyphen opened this issue Apr 27, 2017 · 0 comments
Open

error in wavefile.cpp cannot install #97

MarkHyphen opened this issue Apr 27, 2017 · 0 comments

Comments

@MarkHyphen
Copy link

Hey. Hope you can help me out. Would love to use this package as it seems to be what I need. After going into the libxtract-master local directory, i type make install and then I get:

make[1]: Entering directory '/home/nazgul/Programs/LibXtract-master/src'
make[1]: Leaving directory '/home/nazgul/Programs/LibXtract-master/src'
make[1]: Entering directory '/home/nazgul/Programs/LibXtract-master/examples'
make[2]: Entering directory '/home/nazgul/Programs/LibXtract-master/examples/simpletest'
WaveFile.cpp:75:8: warning: multi-character character constant [-Wmultichar]
case 'FFIR':
^
WaveFile.cpp:81:31: warning: multi-character character constant [-Wmultichar]
if (header.riff.format != 'EVAW')
^
WaveFile.cpp:89:8: warning: multi-character character constant [-Wmultichar]
case ' tmf':
^
WaveFile.cpp:124:8: warning: multi-character character constant [-Wmultichar]
case 'atad':
^
WaveFile.cpp:143:29: warning: multi-character character constant [-Wmultichar]
if (header.riff.chunkID != 'FFIR')
^
WaveFile.cpp:148:28: warning: multi-character character constant [-Wmultichar]
if (header.fmt.chunkID != ' tmf')
^
make[2]: Leaving directory '/home/nazgul/Programs/LibXtract-master/examples/simpletest'
make[1]: Leaving directory '/home/nazgul/Programs/LibXtract-master/examples'

I go to my usr/local directory and the package did not install. Thanks for any help you can provide!

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