doragasu
Member
- Joined
- Jun 2, 2008
- Messages
- 325
It looks like I now have some time to try again to compile this.
I have tried editing the build script and replacing each "./configure" command with "pndconfigure", but when called from inside the build script, "pndconfigure" is not found. I have added an "echo $PATH" command just before the first call to pndconfigure, and it looks like path is OK:
But pndconfigure is not found. If I call pndconfigure outside the script, it is properly called. If I call pndconfigure from inside the script, it is not found. Maybe something from the environment is not properly inherited in the script?
I have tried editing the build script and replacing each "./configure" command with "pndconfigure", but when called from inside the build script, "pndconfigure" is not found. I have added an "echo $PATH" command just before the first call to pndconfigure, and it looks like path is OK:
Code:
/home/jalon/Pandora/renpy/renpy-deps/install/bin:/usr/local/angstrom/arm/scripts:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/angstrom/arm/scripts:/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/bin
But pndconfigure is not found. If I call pndconfigure outside the script, it is properly called. If I call pndconfigure from inside the script, it is not found. Maybe something from the environment is not properly inherited in the script?