-
Notifications
You must be signed in to change notification settings - Fork 18
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
maya.h:13:10: fatal error: udis86/udis86.h: No such file or directory #1
Comments
I never said it was going to compile :) -- I haven't built this since 2016. |
Hello @666Danger-sudo, Did you do a recursive Git clone or Git checkout of this repository? I see that Thank you! |
Hi... I had the same issue. ./autogen.sh
After this step, the linker will throw an error and I don't know how to fix it. |
The linker errors are easy to fix - just use '-L' to point where the .so files (udis86/libudis86/.libs/ for udis86, libdwarf was installed to /usr/local/lib). the biggest headache is the adding the 'extern' to all variables in maya.h due to 'multiple definition of...' errors. |
Can't make because of this error. Just freshly git cloned.
The text was updated successfully, but these errors were encountered: