-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to compile #5
Comments
I realised it was built with JUCE 5.3.2 so I tried that too but it doesn't work. After checking the git history of the file causing the error, I found that those lines have been there since the creation of the file Think it might be an Ubuntu problem. Will try with an older version of Ubuntu. |
Okay got it working with JUCE 6.0.1.
There's also the change in Utils.h from the other issue which fixes finding I also found that libmysofa offered a Hopefully I'll find some time to make a pull request. |
Can you make a demo successfully by using this projects? |
Hi yes. I have created a gist to install everything here. You may need to change the path name for Unzip and then run You'll be able to find the auralization engine in the folder To start it in Blender, you'll need to get the Blender addon and import it into Blender 2.79 and specify the auralization engine binary path (see above) and evertims binary and mat file (in the evertims folder). I have made some fixes for Blender 2.80+ but the sample scene is wonky. |
same |
Sorry I've stopped any work on this as it was just for a friend's master's project which has since been completed. Though this is quite interesting and I might pick the auralization engine project up some time in the future. |
I am on Ubuntu 18.04.3, running gcc 7.5.0 and used JUCE 6.0.1.
I am up to compiling the project using
make
but there seems to have been an error during compilation.The first error is
and the second is
I've tried to use an older version of JUCE (5.4.4) to generate the build files but to no avail.
Would appreciate any help.
The text was updated successfully, but these errors were encountered: