Re: LibreOffice Core Development build Issue

2017-10-24 Thread Koushik Sekhar
Hi Tor and Michael, Thank you for the inputs. Yes, when I ran with --without-java flag it took the default SDK. Also, when I tried running with --enable-64-bit flag it did run successfully.  Both worked fine. Regards, Koushik Sekhar On 10/24/2017 12:22 PM, Tor Lillqvist wrote: Or just pass

Re: LibreOffice Core Development build Issue

2017-10-24 Thread Koushik Sekhar
Thank you Michael for your suggestion. I was able to rectify that error by using the --enable-64-bit flag and also, configured the build successfully. Now, I am trying to build the right version of the make file to build and run libreOffice. Thank you again! Regards, Koushik Sekhar by using

Re: LibreOffice Core Development build Issue

2017-10-24 Thread Tor Lillqvist
Or just pass the --without-java flag and get on with it. Why can't it be the default? (Unless you specifically are interested in hacking on some Java-based functionality in LibreOffice.) --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.o

Re: LibreOffice Core Development build Issue

2017-10-24 Thread Michael Stahl
On 24.10.2017 20:37, Koushik Sekhar wrote: > I have installed Visual Studio 2015 update 3 on my system. I figured out > that VC++ was not installed so installed the same and ran a small > program to verified the same. Now, when I ran the autogen.sh \ file > again, I am getting error again. that

Re: LibreOffice Core Development build Issue

2017-10-24 Thread Koushik Sekhar
Hi Shinnok, Sorry for the delayed response. I wasn't  able to access ssrmail server and found out with Axel that the server is down due to some upgrade. I have installed Thunderbird and synced the ssrlabs account. Follow up on the previous mail, I have installed Visual Studio 2015 update 3 o

Re: LibreOffice Core Development build Issue

2017-10-15 Thread koushik . sekhar
Hi Shinnok, Just a follow up on previous mail. Please let me know if there is any other alternative or suggestions. Thank you. Regards, Koushik Sekhar On Mon, October 2, 2017 8:27 pm, koushik.sek...@ssrlabs.com wrote: > Hi Shinnok, > > > I have setup the basic environment for LibreOffice Do

Re: LibreOffice Core Development build Issue

2017-10-10 Thread Shinnok
Hi, It is not clear to me what version of Visual Studio you installed on your system and if you tried running it in the first place, as Regina suggested in a follow up e-mail. Please open Visual Studio, write a small hello world, compile and run it to verify your installation of the VC++ compil

Re: LibreOffice Core Development build Issue

2017-10-03 Thread Regina Henschel
Hi Koushik Sekhar, do you have checked, that your installation of Visual Studio is OK? Try to run Visual Studio. Run "devenv.exe", it is in folder Common7/IDE. Kind regards Regina koushik.sek...@ssrlabs.com schrieb: Hi Shinnok, I have setup the basic environment for LibreOffice Document Pro

LibreOffice Core Development build Issue

2017-10-02 Thread koushik . sekhar
Hi Shinnok, I have setup the basic environment for LibreOffice Document Project. I am facing issues while running the build for libo core. I have also explicitly specified the JDK and the Microsoft Visual Studio versions when I run the autogen.sh \ file but I am still getting errors. I have attach