Re: Error in building LibreOffice

2020-07-08 Thread anshu khare
Hi I solved that problem by running reg add HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\StrongName /v MachineKeyset /t REG_DWORD /d 0 in the Administrator Command Prompt. I got the solution here: https://stackoverflow.com/questions/4606342/signing-assembly-access-is-denied Thanks again

AW: [EXTERN]-Error in building LibreOffice

2020-07-07 Thread Kalinowski, Julian
me. Regards, Julian Von: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] Im Auftrag von anshu khare Gesendet: Sonntag, 5. Juli 2020 18:07 An: libreoffice Betreff: [EXTERN]-Error in building LibreOffice Hi When I run /opt/lo/bin/make gb_COLOR=1 it gives the following error

Re: Error in building LibreOffice

2020-07-07 Thread Mike Kaganski
On 07.07.2020 12:41, anshu khare wrote: > Someone please help me with this. > > On Sun, 5 Jul, 2020, 10:06 PM anshu khare, wrote: > >> The link says about solving the error >> >> >> ALINK: error AL1078: Error signing assembly -- Access is denied. Possibly no one who reads the list remembers any

Re: Error in building LibreOffice

2020-07-07 Thread anshu khare
Someone please help me with this. On Sun, 5 Jul, 2020, 10:06 PM anshu khare, wrote: > The link says about solving the error > > > ALINK: error AL1078: Error signing assembly -- Access is denied. > > That's why I thought that it might be useful.. > > Please tell me how to solve this problem > > O

Re: Error in building LibreOffice

2020-07-05 Thread Rene Engelhard
Hi, Am 05.07.20 um 18:32 schrieb Tor Lillqvist: > > > > This link: https://github.com/dotnet/runtime/issues/15416 > > says that I have to add myself to the list of permissions > of C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder with > Full Control. > > > Why do you think a

Re: Error in building LibreOffice

2020-07-05 Thread anshu khare
The link says about solving the error ALINK: error AL1078: Error signing assembly -- Access is denied. That's why I thought that it might be useful.. Please tell me how to solve this problem On Sun, 5 Jul, 2020, 10:02 PM Tor Lillqvist, wrote: > >> >> This link: https://github.com/dotnet/runt

Re: Error in building LibreOffice

2020-07-05 Thread Tor Lillqvist
> > > > This link: https://github.com/dotnet/runtime/issues/15416 > > says that I have to add myself to the list of permissions of > C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder with Full Control. > Why do you think a five year old message about a problem when building the .NET runtime h

Error in building LibreOffice

2020-07-05 Thread anshu khare
Hi When I run /opt/lo/bin/make gb_COLOR=1 it gives the following error ALINK: error AL1078: Error signing assembly -- Access is denied. make[1]: *** [C:/sources/libo-core/solenv/gbuild/CliAssembly.mk:82: C:/build/workdir/CliAssemblyTarget/cli_basetypes.done] Error 1 make[1]: *** Waiting for un

Re: Error in building

2020-07-05 Thread anshu khare
mentioned by Julien > ( > http://document-foundation-mail-archive.969070.n3.nabble.com/Error-in-building-tp4282620p4282665.html > ). > > Specifically, you wrote this: > > > On running make clean, the output is : > > > > > > rm -fr C:/build/test-install > > ma

Re: Error in building

2020-07-05 Thread Mike Kaganski
On 05.07.2020 17:30, anshu khare wrote: > Could you please tell me the exact command? The command was already mentioned by Julien (http://document-foundation-mail-archive.969070.n3.nabble.com/Error-in-building-tp4282620p4282665.html). Specifically, you wrote this: > On running make clea

Re: Error in building

2020-07-05 Thread Ilmari Lauhakangas
Julien already did five hours ago, but here it is again: /opt/lo/bin/make clean Please look at Julien's message in any case. Ilmari anshu khare kirjoitti 5.7.2020 klo 17.30: Could you please tell me the exact command? On Sun, 5 Jul, 2020, 6:37 PM Ilmari Lauhakangas,

Re: Error in building

2020-07-05 Thread anshu khare
Could you please tell me the exact command? On Sun, 5 Jul, 2020, 6:37 PM Ilmari Lauhakangas, < ilmari.lauhakan...@libreoffice.org> wrote: > Yes, it was already discussed, but they used the wrong make for make > clean. It was my mistake not to give the exact command. > > Ilmari > > Arnaud Versini

Re: Error in building

2020-07-05 Thread Ilmari Lauhakangas
Yes, it was already discussed, but they used the wrong make for make clean. It was my mistake not to give the exact command. Ilmari Arnaud Versini kirjoitti 5.7.2020 klo 15.05: Hello, Dix you update Visual Studio recently? After each MSVC update you need to make clean to rebuild pre compiled

Re: Error in building

2020-07-05 Thread julien2412
Hello, Try this: /opt/lo/bin/make clean instead of just make clean More generally, each time you see "make" in a doc, you must apply "/opt/lo/bin/make" Indeed, on Windows with Cygwin, you must use /opt/lo/bin/make (a "make" specific version). Hope it won't necessary one day. Julien -- Sent f

Re: Error in building

2020-07-05 Thread Arnaud Versini
Hello, Dix you update Visual Studio recently? After each MSVC update you need to make clean to rebuild pre compiled headers. Le dim. 5 juil. 2020 à 11:17, anshu khare a écrit : > To be specific the error when i run > > /opt/lo/bin/make gb_COLOR=1 > > is > > > C:/sources/libo-core/sal/osl/all/

Re: Error in building

2020-07-05 Thread anshu khare
To be specific the error when i run /opt/lo/bin/make gb_COLOR=1 is C:/sources/libo-core/sal/osl/all/debugbase.cxx: fatal error C1853: 'C:/build/workdir/PrecompiledHeader/nodebug/precompiled_sal.hxx.pch' precompiled header file is from a different version of t he compiler, or the precompiled he

Re: Error in building

2020-07-05 Thread anshu khare
I tried to build it.. But it's giving the same error On Sun, 5 Jul, 2020, 1:36 PM Ilmari Lauhakangas, < ilmari.lauhakan...@libreoffice.org> wrote: > So were the instdir and workdir removed anyway? You can run make now and > it builds happily? > > Ilmari > > anshu khare kirjoitti 5.7.2020 klo 8.58

Re: Error in building

2020-07-05 Thread Ilmari Lauhakangas
So were the instdir and workdir removed anyway? You can run make now and it builds happily? Ilmari anshu khare kirjoitti 5.7.2020 klo 8.58: On running make clean, the output is : rm -fr C:/build/test-install make: rm: No such file or directory make: *** [Makefile:177: clean-host] Error 127

Re: Error in building

2020-07-04 Thread anshu khare
On running make clean, the output is : rm -fr C:/build/test-install make: rm: No such file or directory make: *** [Makefile:177: clean-host] Error 127 On Sun, Jul 5, 2020 at 12:54 AM Ilmari Lauhakangas < ilmari.lauhakan...@libreoffice.org> wrote: > --enable-pch makes it use precompiled heade

Re: Error in building

2020-07-04 Thread Ilmari Lauhakangas
--enable-pch makes it use precompiled headers. The error messages are quite clear. Now you have to run make clean and then build again. Ilmari anshu khare kirjoitti 4.7.2020 klo 22.20: I ran autogen.sh as shown below :  /cygdrive/c/sources/libo-core/autogen.sh   --with-external-tar=/cygd

Re: Error in building

2020-07-04 Thread anshu khare
I ran autogen.sh as shown below : /cygdrive/c/sources/libo-core/autogen.sh --with-external-tar=/cygdrive/c/sources/lo-externalsrc --with-junit=/cygdrive/c/sources/junit-4.10.jar --with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5 --enable-pch --disable-ccache --enable-64-bit --disab

Re: Error in building

2020-07-04 Thread Jan-Marek Glogowski
Am 04.07.20 um 18:16 schrieb anshu khare: > C:\PROGRA~1\Java\JDK-13~1.2\lib\jawt.lib : warning LNK4272: library > machine type 'x64' conflicts with target machine type 'x86' Quote: "Make sure to get a 32-bit SDK if you are building for 32-bit Windows, and a 64-bit SDK if you are building for 64-bi

Error in building

2020-07-04 Thread anshu khare
Hi When I run : /opt/lo/bin/make gb_COLOR=1 in Cygwin shell, it gives the following error: com_sun_star_comp_beans_LocalOfficeWindow.o : error LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in function _Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWin dow@8 C:\PR

Re: Error in Building Libreoffice

2020-07-04 Thread anshu khare
Thanks a lot... I figured it out.. I had to update Microsoft Visual Studio to include .NET desktop development and. NET Core cross-platform development. On Sat, 4 Jul, 2020, 3:12 PM Jan-Marek Glogowski, wrote: > Please keep the list as CC, so others can follow the conversation and > reply. > >

Re: Error in Building Libreoffice

2020-07-04 Thread Jan-Marek Glogowski
Please keep the list as CC, so others can follow the conversation and reply. Am 04.07.20 um 10:55 schrieb anshu khare: > I followed this documentation  > https://wiki.documentfoundation.org/Development/BuildingOnWindows   > > On running  > > /cygdrive/c/sources/libo-core/autogen.sh \ >

Re: Error in Building Libreoffice

2020-07-03 Thread Jan-Marek Glogowski
Hi anshu Am 03.07.20 um 19:46 schrieb anshu khare: > I was following this link to build Libreoffice on Windows > -  > https://blog.documentfoundation.org/blog/2019/07/09/start-developing-libreoffice-download-the-source-code-and-build-on-windows/ That's an old post, which start with "Please don’t

Error in Building Libreoffice

2020-07-03 Thread anshu khare
Hi I was following this link to build Libreoffice on Windows - https://blog.documentfoundation.org/blog/2019/07/09/start-developing-libreoffice-download-the-source-code-and-build-on-windows/ On running ./autogen.sh in the Cygwin shell, I am getting the following error: checking for al.exe... con

Re: Error in Building LibreOffice

2020-01-30 Thread Michael Weghorn
Hi, On 30/01/2020 06.54, Anubhav Gupta 4-Year B.Tech. Computer Science and Engineering wrote: > Hi, I am Anubhav Gupta, and recently I was building libreoffice and > while following the steps > on https://wiki.documentfoundation.org/Development/BuildingOnLinux  I > encountered an error > on  > >

Error in Building LibreOffice

2020-01-29 Thread Anubhav Gupta 4-Year B.Tech. Computer Science and Engineering
Hi, I am Anubhav Gupta, and recently I was building libreoffice and while following the steps on https://wiki.documentfoundation.org/Development/BuildingOnLinux I encountered an error on make Error: *** Something depends on package nss which does not exist.. Stop. I tried a lot to find a

Re: error in building libreoffice

2016-03-19 Thread Chris Sherlock
> On 17 Mar 2016, at 8:47 AM, gaurav sharma wrote: > > Hi > > On running "./autogen.sh" its shows > "Various low-level dependencies are missing, please install them: >autoconf: autoconf is required >aclocal: aclocal is required " > Please help. > > Regards > Gaurav Hi Gaurav

Re: error in building libreoffice

2016-03-19 Thread Christian Lohmaier
On Wed, Mar 16, 2016 at 10:47 PM, gaurav sharma wrote: > Hi > > On running "./autogen.sh" its shows > "Various low-level dependencies are missing, please install them: Do as the message tells you. > autoconf: autoconf is required > aclocal: aclocal is required " > Please help. Install the missi

error in building libreoffice

2016-03-19 Thread gaurav sharma
Hi On running "./autogen.sh" its shows "Various low-level dependencies are missing, please install them: autoconf: autoconf is required aclocal: aclocal is required " Please help. Regards Gaurav ___ LibreOffice mailing list LibreOffice@lists.freedesktop

Re: error in building libreoffice

2016-03-11 Thread Chris Sherlock
Or run: make chart2.clean Chris > On 12 Mar 2016, at 5:40 AM, jan iversen wrote: > > Hi > > This looks very much like a corrupted object file, I suspect you ran make > before and it terminated for some reason. > > Try to run > make clean > and then > make > > rgds > jan i. > > >> On 11 M

Re: error in building libreoffice

2016-03-11 Thread jan iversen
Hi This looks very much like a corrupted object file, I suspect you ran make before and it terminated for some reason. Try to run make clean and then make rgds jan i. > On 11 Mar 2016, at 19:34, Sukant Kumar wrote: > > hi > i am trying to build libreoffice on ubuntu 15.10 > am getting this

Re: How to solve the make error in building the libreoffice source on Windows?

2014-07-16 Thread Christian Lohmaier
Hi Zhen, *, On Wed, Jul 16, 2014 at 4:47 PM, Zhen Anddavid wrote: > > I'm trying to build the LibreOffice 4.3.0.0 source on Windows 7 and Visual > Studio 2012. > But while building, I encountered the error. > The error follows as below. > > [build PAT] openssl > assertion "ap <= end" failed: file

Re: How to solve the make error in building the libreoffice source on Windows?

2014-07-16 Thread Zhen Anddavid
I used following instruction before executes the make instruction. ./autogen.sh --with-ant-home=/cygdrive/f/0-Office-Work/libreoffice-4.3.0.0/Tools/apache-ant-1.9.3/ --without-junit --disable-activex --disable-directx --enable-dbgutil --without-help --without-myspell-dicts --without-doxygen --with

How to solve the make error in building the libreoffice source on Windows?

2014-07-16 Thread Zhen Anddavid
Hi, All I'm trying to build the LibreOffice 4.3.0.0 source on Windows 7 and Visual Studio 2012. But while building, I encountered the error. The error follows as below. [build DEP] LNK:StaticLibrary/wrapper.lib [build CXX] solenv/gcc-wrappers/gcc.cxx [build DEP] LNK:StaticLibrary/wrapper.lib [bui