-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot build with audio support #435
Comments
I ran into the same problem. It's due to a misspelling in fwfetcher.py or because Microsoft renamed a path in their SystemUpdate.zip. fwfetcher.py refers to You can correct the foldername in fwfetcher.py or you can also repack SystemUpdate.zip and rename the folder inside the archive. Hope this helps. |
I can build successfully when I correct the line 538 in fwfetcher.py. Thanks! |
Reopened to remind me to fix it. Thanks for finding the solution, @fabian247 |
Hi! Just ran into this issue again, it worked with |
I'm trying to build libfreenect with audio support on Ubuntu 14.04 (x86), but an error occurred when extracting SystemUpdate.zip in make step.
Downloading SystemUpdate.zip was successful and file was saved at build/src/ directory, and a file "FFFE07DF00000001" exists in unzipped directory.
Why this error occurs?
My python environment is (extracts from cmake output log):
Thank you
The text was updated successfully, but these errors were encountered: