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 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