Re: Error while 'make install' Android Viewer

2017-04-26 Thread SaKaMa
Excuse my ignorance :( 

Thanks you, I have try.



--
View this message in context: 
http://nabble.documentfoundation.org/Error-while-make-install-Android-Viewer-tp4196992p4213282.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error while 'make install' Android Viewer

2017-04-26 Thread Tor Lillqvist
>
> Various low-level dependencies are missing, please install them:
>  aclocal: aclocal is required
>  pkg-config: pkg-config is required to be installed
>  autoconf: autoconf is required
>

Isn't that a very clear error message?

In order to build the Android Viewer, you need to learn to build
LibreOffice for your platforms first. Read the instructions in our wiki.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error while 'make install' Android Viewer

2017-04-26 Thread SaKaMa
Thanks you for your reply, 

now i have an other error text : 

Various low-level dependencies are missing, please install them:
 aclocal: aclocal is required
 pkg-config: pkg-config is required to be installed
 autoconf: autoconf is required

it is a UNIX error yet ? 



--
View this message in context: 
http://nabble.documentfoundation.org/Error-while-make-install-Android-Viewer-tp4196992p4213278.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error while 'make install' Android Viewer

2017-04-26 Thread Tor Lillqvist
> Can't find autogen.sh on PATH, '.' not in PATH.
>

Run: ./autogen.sh

This is not specific to LibreOffice in any way but normal Unix behaviour.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error while 'make install' Android Viewer

2017-04-26 Thread SaKaMa
Hello 

I have the same problem with the Android Viewer, 
I do what you say but when I try sh autogen.sh or bash autogen.sh the
terminal whrite : 
  

Can't find autogen.sh on PATH, '.' not in PATH.

how fixed this problem and youy say all it is whrite on README but i didn't
find the notice in the file 

Thanks you and excuse me for my bad english



--
View this message in context: 
http://nabble.documentfoundation.org/Error-while-make-install-Android-Viewer-tp4196992p4213275.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error while 'make install' Android Viewer

2016-10-14 Thread Christian Lohmaier
Hi,

On Thu, Oct 13, 2016 at 3:50 PM, Rosen Silva  wrote:
> Hi, I was trying to install freshly build LibreOffice Android Viewer using
> "make install" command using Makefile which was located at
> "core/android/source" , but suddenly it shows that a file is missing. The
> file name was  "n/core/android/source/liboSettings.gradle"

You must do a toplevel make before, you cannot short-circuit a build
without having built the actual native part first.
You need to run autogen.sh with the correpsonding distro flag (for x86
or arm) as explained in the readme.

> then I searched
> the core in github weather is it available but there is no such file.

It will be generated by the toplevel make.

Only after that build is done, you can use android studio to debug and
develop the java part of the viewer. But any changes to the native
code would need another call of "make"

ciao
Christian
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice