Re: building on Windows

2024-01-19 Thread drei97
Thanx Thorsten, if so, what are the components of cygwin which are not available on Windows itself? Or is this (only) for historical reason when Windows support of "native" linux tools was not as it is today? Am 19.01.24 um 13:46 schrieb Thorsten Behrens: Hi Joachim, drei97 wrote: But

Re: building on Windows

2024-01-19 Thread Thorsten Behrens
Hi Joachim, drei97 wrote: > But why is VS needed then for the build process (except .NET > Framework)? Since g++ is used for compiling, why are some parts of > MVCS are needed? > That is a misunderstanding. LibreOffice is using the msvc compilers, cl.exe in particular. Cheers, -- Thorsten sign

building on Windows

2024-01-19 Thread drei97
Hi, I have set up a build on Windows, following your guides. LO is built correctly without errors and can be invoked from instdir. But I am still confused about the LODE set up. To build LO on windows you have to install Visual Studio with several options about C++ and .NET Framework. To bu

[SOLVED] Re: Error when building on Windows 10 with LODE

2021-05-01 Thread julien2412
Hello, Thanks to https://cgit.freedesktop.org/libreoffice/core/commit/?id=07f1ec0af02a9ab6c1bf6e6478092ee50495afa7 "author Christian Lohmaier 2021-05-01 10:40:58 +0200 committer Christian Lohmaier 2021-05-01 15:07:31 +0200 commit 07f1ec0af02a9ab6c1bf6e6478092ee50495afa7 (patch) tr

Re: Error when building on Windows 10 with LODE

2021-04-19 Thread julien2412
himajin10 wrote > Hi, > > not sure, but something to do with this one? > > https://github.com/gpg/libgpg-error/commit/655ed9d83889bbb61d4b96755a2bd676622064c8#diff-3d88d5bfc418d55451e947aa2b40ddf7428f1afbe1e1215f75cecc7cb2d45232 Hello, Thank you for your feedback. I gave a try by using http

Re: Error when building on Windows 10 with LODE

2021-04-19 Thread himajin100000 (Tomoyuki Kubota)
Hi, not sure, but something to do with this one? https://github.com/gpg/libgpg-error/commit/655ed9d83889bbb61d4b96755a2bd676622064c8#diff-3d88d5bfc418d55451e947aa2b40ddf7428f1afbe1e1215f75cecc7cb2d45232 -- himajin10 ___ LibreOffice mailing list Li

Error when building on Windows 10 with LODE

2021-04-19 Thread julien2412
Hello, I'm trying to build LO (master sources updated today) on Windows 10 (20H2) by using LODE. build.log I got an error in libgpg part. (see attachment). I only got --enable-dbgutil on autogen.input I use Ad

Re: make issue when building on Windows 10 (cygwin 32bit)

2015-05-22 Thread marius adrian popa
please ignore the previous message it started with /opt/lo/bin/make On Fri, May 22, 2015 at 3:16 PM, marius adrian popa wrote: > All the requirements for building are met but i have an issue when i try > to compile libo-core master > > $ make > C:/cygwin/bin/bash: mkdir: command not found > C:

make issue when building on Windows 10 (cygwin 32bit)

2015-05-22 Thread marius adrian popa
All the requirements for building are met but i have an issue when i try to compile libo-core master $ make C:/cygwin/bin/bash: mkdir: command not found C:/sources/libo-core/Makefile.fetch:103: recipe for target 'C:/sources/libo-core /workdir/download'

Error building on windows XP SP3 using cygwin

2012-10-03 Thread Flavio Moringa
I guys, I'm having this error building 3.6.2 on Windows (using cygwin): ### [ build CUT ] filter_tiff_test S=C:/libre362 && O=$S/solver/wntmsci12.pro && W=$S/workdir/wntmsci12.pro && mkdir -p $W/C

Re: [Libreoffice] Documentation about building on Windows with Cygwin and MSVC Express

2011-09-08 Thread Bjoern Michaelsen
On Thu, 08 Sep 2011 19:05:02 +0200 Regina Henschel wrote: > I suggest, that I move the content from my 'private' area to a more > 'official' place. Do you agree? Yes! > (1) Please have a look, whether the content is correct. I have > written it as beginner and have no deeper knowledge about b

[Libreoffice] Documentation about building on Windows with Cygwin and MSVC Express

2011-09-08 Thread Regina Henschel
Hi all, I have finished my build :) I have collected a lot of notices on http://wiki.documentfoundation.org/User:Regina/DraftParametersForAutogenForWindows I think, that such information might help others starting on development on Windows and I suggest, that I move the content from my 'private

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
Hi I'm really sorry, but it seems like this is just completely my own fault. Apparently MS-Windows works around this issue by preventing people from creating accounts with the same name as the machine. When I installed this machine and ran into that, I assumed it was a bug and found a way to for

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
Hi Thanks for the patch, but no, it doesn't fix the problem. Going home now, but I'll be available tomorrow if you have any more ideas for me to try out :-) Thanks, Noel Grandin Tor Lillqvist wrote: >> This appears to be a windows weirdity related to the fact that my account >> name and my mac

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Tor Lillqvist
> This appears to be a windows weirdity related to the fact that my account > name and my machine name is the same. > Under this situation, the LookupAccountName API call will return the wrong > answer. Well, "wrong" or "right" is a matter of opinion here, I guess... The documentation doesn't e

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
Hi This appears to be a windows weirdity related to the fact that my account name and my machine name is the same. Under this situation, the LookupAccountName API call will return the wrong answer. See here: http://archives.neohapsis.com/archives/ntbugtraq/1998-1999/msg00516.html Regards, Noel.

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Tor Lillqvist
> strUserID: S-1-5-21-3395787511-4075999146-953599952 > comes from qa/osl/security/osl_Security.cxx > > strID: S-1-5-21-3395787511-4075999146-953599952-1000 > comes from osl/w32/security.c Hmm, for me, if I add code to just print out the aMessage even if the assertion doesn't fail, I see: strUs

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
I stuck some debug in the relevant code, and dwSubAuthorities==5 in security.c dwSubAuthorities==4 in osl_Security.cxx So this could be some weird Windows thing because the two modules are using different API calls to retrieve the SID. Caolán McNamara wrote: > On Wed, 2011-08-31 at 14:53 +0200

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Caolán McNamara
On Wed, 2011-08-31 at 14:53 +0200, Noel Grandin wrote: > New build log attached. strUserID: S-1-5-21-3395787511-4075999146-953599952 comes from qa/osl/security/osl_Security.cxx strID: S-1-5-21-3395787511-4075999146-953599952-1000 comes from osl/w32/security.c so its a matter of seeing which one

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
Wow! thanks for the quick response. New build log attached. This is a 32-bit Windows7-Ultimate machine (fully up to date), if that makes any difference. Thanks, Noel Grandin Caolán McNamara wrote: > On Wed, 2011-08-31 at 14:16 +0200, Noel Grandin wrote: >> I've attached the build log file for t

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Caolán McNamara
On Wed, 2011-08-31 at 14:16 +0200, Noel Grandin wrote: > I've attached the build log file for that subcomponent. > > Test name: osl_Security::getUserIdent::getUserIdent_001 > assertion failed > - Expression: ( sal_True == strUserID.equals( strID ) ) && ( sal_True > == bRes ) > - #test comment#:

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
I've attached the build log file for that subcomponent. Regards, Noel Grandin Tor Lillqvist wrote: >> (1) I had to comment out some code in qa\osl\security\osl_Security.cxx >> because it was trying to run a unit test which >> failed because I'm not logged in as Administrator. > Are you sure? Wh

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Tor Lillqvist
> (1) I had to comment out some code in qa\osl\security\osl_Security.cxx > because it was trying to run a unit test which > failed because I'm not logged in as Administrator. Are you sure? What was the exact failure message you got? > Perhaps it should skip that test if the currently logged in u

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
Thanks, it's getting further now, but still throwing the same linker error when linking "ulfex.exe" -- Noel Caolán McNamara wrote: > On Wed, 2011-08-31 at 12:04 +0200, Noel Grandin wrote: >> (3) Right now I'm struggling to get past a link error in l10ntools >> helpmerge.obj : error LNK2019: unre

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Caolán McNamara
On Wed, 2011-08-31 at 12:04 +0200, Noel Grandin wrote: > (3) Right now I'm struggling to get past a link error in l10ntools > helpmerge.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) class rtl::OString __cdecl > comphelper::string::getToken(class rtl::OString const &,long,

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Noel Grandin
wrote: >> Are there up-to-date instructions somewhere for building on Windows with the >> new OneGit repos? > Well, the aspects that changed with the switch from several git repos to just > one (or two, or three, depending on whether you want to include help and > dictionarie

Re: [Libreoffice] instructions for building on windows with OneGit

2011-08-31 Thread Tor Lillqvist
> Are there up-to-date instructions somewhere for building on Windows with the > new OneGit repos? Well, the aspects that changed with the switch from several git repos to just one (or two, or three, depending on whether you want to include help and dictionaries or not) don't dif

[Libreoffice] instructions for building on windows with OneGit

2011-08-30 Thread Noel Grandin
Hi Are there up-to-date instructions somewhere for building on Windows with the new OneGit repos? I seem to be stuck building on the old repos. Thanks, Noel Grnadin Disclaimer: http://www.peralex.com/disclaimer.html ___ LibreOffice mailing list

Re: [Libreoffice] [Pushed] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-26 Thread Tor Lillqvist
> Great to see some 64bit windows compiling going on :-) Umm, he is running on a 64-bit OS, but producing 32-bit code as usual... (I have also been running a 64-bit Windows for quite some time on my development machine.) That the OS is 64-bit doesn't really show up any way in the LibreOffice b

[Libreoffice] [Pushed] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-26 Thread Michael Meeks
Hi Martin, On Tue, 2010-10-26 at 13:14 +0100, Martin Gallwey wrote: > > Sorry, better patch attached - is this the right list for this kind of > > thing? > > Now that I've actually read the appropriate wiki page about how to Thanks for the patch, just pushed it (or at least the version

Re: [Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-26 Thread Martin Gallwey
> Sorry, better patch attached - is this the right list for this kind of thing? Now that I've actually read the appropriate wiki page about how to submit patches using git, please find attached my third attempt at a patch! Apologies for the spam. Martin 0001-30989-Fix-testing-for-pkg-config.pa

Re: [Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-26 Thread Martin Gallwey
On 26 October 2010 11:54, Martin Gallwey wrote: >> 3) If pkg-config is not installed, PKG_CHECK_MODULES is not defined >> and autogen.sh fails with the message: >> >> ./configure: line 3598: syntax error near unexpected token `MINIMUM_REQS,' >> ./configure: line 3598: `PKG_CHECK_MODULES( MINIMUM_R

Re: [Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-26 Thread Martin Gallwey
> 3) If pkg-config is not installed, PKG_CHECK_MODULES is not defined > and autogen.sh fails with the message: > > ./configure: line 3598: syntax error near unexpected token `MINIMUM_REQS,' > ./configure: line 3598: `PKG_CHECK_MODULES( MINIMUM_REQS,' > > Rather than something more useful like 'Plea

Re: [Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-20 Thread Caolán McNamara
On Tue, 2010-10-19 at 22:46 +0100, Martin Gallwey wrote: > Okay! Most of the battle so far was figuring out what cygwin packages > to install and how to get the correct cygdrive paths - can someone add > a windows section to > http://www.freedesktop.org/wiki/Software/LibreOffice/HowToBuild with > t

Re: [Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 4:46 PM, Martin Gallwey wrote: > Hi there, > > I'm attempting to build LO on 64bit Windows 7 using the Visual Studio > 2010 Express using a combination of the instructions here: > > http://www.documentfoundation.org/develop/ > > And the somewhat scattered instructions here

[Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-19 Thread Martin Gallwey
Hi there, I'm attempting to build LO on 64bit Windows 7 using the Visual Studio 2010 Express using a combination of the instructions here: http://www.documentfoundation.org/develop/ And the somewhat scattered instructions here (as there is no windows section on libreoffice.org yet): http://wiki