(2012-08-01 14:04)denisyq Wrote: NO errors shows after make -j20 and i suppose it is all right.
That is to be expected - since you run it in 20 jobs, the probability is high that you'll miss the errors a long the build.
Try running with a single job, you then can see the errors.
I suspect that the dependencies in your case didn't build all the way through (just like my case).
For reference:
I had another problem with the compilation as "afpfs-ng" was being built. The output told me that "rm" and "mkdir" are missing. I changed the PATH-value in the makefile and added my /bin folder to it. It's still running at this point, so I hope it'll complete this time around (again - only one job does make things slooooooooooow)
Edit:
So, my dependencies went through fine as it seems. XBMC is compiling right now, bootstrap and configure were successfull.
Sidenote:
I had to manually install "gperf" on my system since it wasn't installed, but was expected to be there. Installing it solved the problem and as said - the compilation runs now. Will add if I was able to successfully build the apk.