Page 1 of 1

Android Build Error

PostPosted: Sun Jun 19, 2016 10:41
by DrMine
Hello! Help with error:
11.png
11.png (129.07 KiB) Viewed 2970 times


What need to do?
(Windows 7 - 64 bit, Virtualbox, Ubuntu Desktop 16.04_64 bit)

Re: Android Build Error

PostPosted: Mon Jun 20, 2016 14:10
by Mainpage
Did you follow this tutorial http://dev.minetest.net/Android? Are you sure you installed all the proper libraries? A bit more information would be helpful.
Edit: I forgot to ask when you cloned the git, there was a bug that wayward one fixed 10 days ago although I don't think it's your problem, but re-cloning and building might be worth a try.
Edit: Fixed typos

Re: Android Build Error

PostPosted: Mon Jun 20, 2016 17:06
by Morn76
Installing m4 would also help I think.

Re: Android Build Error

PostPosted: Mon Jun 20, 2016 20:45
by Mainpage
Morn76 wrote:Installing m4 would also help I think.

Try
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get install make m4 subversion git-core build-essential realpath openjdk-7-jdk

It looks like it installs m4 along with a bunch of other stuff.
BTW I got this off the wiki page which I linked in previous post.
Edit: When I try this it just tries to install a java jdk, IDK if it actually tries to install m4, so try
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get install m4
it is installed on my laptop, but possibly not yours Also detials of the package can be found here https://launchpad.net/ubuntu/+source/m4.

Re: Android Build Error

PostPosted: Tue Jun 21, 2016 09:57
by DrMine
Thanx. Will try.

Re: Android Build Error

PostPosted: Tue Jun 21, 2016 15:48
by Mainpage
DrMine wrote:Thanx. Will try.

Please inform us how it goes.