View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#9
Originally Posted by wumpwoast View Post
That doesn't sound too bad actually. The only thing I've tried to build in my scratchbox so far is Pulseaudio and it needed updated autoconf/automake, and it wasn't immediately clear or obvious on how to update those packages within the scratchbox.

Will let you know how things go. Thanks again man!
well, updating those is a bit tricky, not impossible - try googling around for help. They are ARM binaries, but resides in the toolchain and is located outside the scratchbox environment. From inside scratchbox, wrappers are used to reach the actual binaries - cant remember the exact path, but a bit of local searching in the /scratchbox path, outside scratchbox, should easily locate them (find /scratchbox -name autoconf).
You will then need to compile new binaries , and replace the included ones.