-
Notifications
You must be signed in to change notification settings - Fork 48
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
LibPBA Build Failure #33
Comments
I am also having the same problem. Any help would be great. Thank you |
I ran into this as well. Looks like there is a patch (included in this repo) for the SparseBundleCPU.h file that does away with the offending malloc.h include. From the log you pasted I see that the install script couldn't find the patch file: |
@luckybulldozer I'm using a mid 2012 macbook pro retina, 16 gb RAM, core i7 processor, and NVIDIA GeForce graphics card. Running OSX 10.11.15 El Capitan. Log is below, any help would be appreciated. Dan Monaghan's VSFM and PMVS installer for OS X About to check to see if you have the Brew Package Manager
xquartz_version_result=0 Ok, now you have to should have either...
Ready to continue the next installation of VSFM & PMVS (press ENTER) Installing Brew packages... this can take quite a long time |
I found a solution. I had to mess around with the code so that the patch copied over to the correct directory. Turns out there's a missing "-R" in the code used to copy the path of the patch into the proper ~/pbs/src/pba directory. Application built! thank you Dan. Original script file:
my edit to the script file:
|
Does someone know why this build is failing?
The text was updated successfully, but these errors were encountered: