Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upFailed installing: angelscript libmikmod libpng openal opentri pixman SDL_image SDL_mixer #74
Comments
This comment has been minimized.
This comment has been minimized.
|
Please post logs. Nobody can help you from just that. |
This comment has been minimized.
This comment has been minimized.
|
I am trying to set up for a vagrant box that will stand up a psp dev environment on its own, and I was hoping at a glance the issue would be noticeable or familiar enough someone would have a quick suggestion! The toolchain still builds but does have some failures along the way. I have the full output attached, but im going to try and narrow down some parts and edit this post to highlight some key areas. I really appreciate the help! Thanks I kick off the start up by installing the following:
After that it begins installing the toolchain as normal but as it progresses some things start to bugger up - I believe its around this area, but again, I provided the full output to help.
|
This comment has been minimized.
This comment has been minimized.
belldandu
commented
Apr 9, 2017
|
Well the reason why most of those packages fail except opentri is because libtool hates dash being /bin/sh |
This comment has been minimized.
This comment has been minimized.
|
Sorry for my newbie-ness, but what can I do in lieu of that? dash being /bin/sh?? I don't understand entirely, any help is much appreciated |
This comment has been minimized.
This comment has been minimized.
|
Normally, it's not a problem, but in this specific case, you'll have to change |
futurepr0n commentedDec 1, 2016
Hi - during install, I was unable to properly install the following as part of running the toolchain:
Failed installing: angelscript libmikmod libpng openal opentri pixman SDL_image SDL_mixer
It seems like it hasnt prevented me from building any helloworld project, but I did have some other old source that did use these libraries and it did not build. Any chance you could offer me any advisement on how to get these?