Re: feature/vs2012: testing needed

2012-09-09 Thread Noel Grandin
On 2012-09-08 22:18, Norbert Thiebaud wrote: There is a problem right now when pushing a non-fastforward commit. gerrit takes it for feature branches but the replication to freedesktop fail. as a work around you can fetch from git.libreoffice.org/core I'm working on a fix for that, but I need f

Re: feature/vs2012: testing needed

2012-09-08 Thread Peter Foley
On 9/5/2012 3:10 AM, Noel Grandin wrote: > > MSMDir not found at ./oowintool line 330. Hmm, could you send me the contents of HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/9.0/Setup/VS/MSMDir and the output of ./oowintool --msvc-ver? Thanks, Peter ___

Re: feature/vs2012: testing needed

2012-09-08 Thread Norbert Thiebaud
There is a problem right now when pushing a non-fastforward commit. gerrit takes it for feature branches but the replication to freedesktop fail. as a work around you can fetch from git.libreoffice.org/core I'm working on a fix for that, but I need fdo admin to act... so that may take a little whi

Re: feature/vs2012: testing needed

2012-09-08 Thread Peter Foley
On 9/8/2012 6:11 AM, Noel Grandin wrote: > > On 2012-09-07 23:33, Peter Foley wrote: >> Ok, try with the new commit I pushed. Thanks, Peter > > $ make check > make -r -f /cygdrive/C/libo/Makefile.top check > make[1]: Entering directory `/cygdrive/C/libo' > ***

Re: feature/vs2012: testing needed

2012-09-08 Thread Noel Grandin
On 2012-09-07 23:33, Peter Foley wrote: Ok, try with the new commit I pushed. Thanks, Peter $ make check make -r -f /cygdrive/C/libo/Makefile.top check make[1]: Entering directory `/cygdrive/C/libo' * * Running the post dow

Re: feature/vs2012: testing needed

2012-09-07 Thread Peter Foley
On 9/7/2012 2:47 AM, Noel Grandin wrote: > picture attached. > > $ ./oowintool --msvc-ver > 10.0 > > This machine is a Windows7 64 bit box, with Visual Studio 2008 Express > Edition installed. > Ok, try with the new commit I pushed. Thanks, Peter

Re: feature/vs2012: testing needed

2012-09-05 Thread Mat M
Le Wed, 05 Sep 2012 09:10:20 +0200, Noel Grandin a écrit: On 2012-09-04 23:19, Peter Foley wrote: See http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/35595 Hopefully someone will either agree and upload dbghelp.dll or I'll have to come up with another solution.

Re: feature/vs2012: testing needed

2012-09-05 Thread Peter Foley
On 9/4/2012 1:48 AM, Noel Grandin wrote: > failing because: > > 13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll > --2012-09-04 07:47:03-- > http://dev-www.libreoffice.org/extern/13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll > > Resolving proxy.ct (proxy.ct)... 192.168.1.5 > Connecting to proxy.ct (p

Re: feature/vs2012: testing needed

2012-09-05 Thread Noel Grandin
On 2012-09-04 23:19, Peter Foley wrote: See http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/35595 Hopefully someone will either agree and upload dbghelp.dll or I'll have to come up with another solution. Norbert very kindly uploaded the file. BTW, I'm on IRC in #l

Re: feature/vs2012: testing needed

2012-09-04 Thread Tor Lillqvist
> Not only that, unfortunately, there are also others in the area of the > native file picker > > Or look in shell/Module_shell.mk, plenty of stuff behind ifeq ($(COM),MSC), i.e. built with MSVC only, not MinGW. --tml ___ LibreOffice mailing list LibreO

Re: feature/vs2012: testing needed

2012-09-04 Thread Jan Holesovsky
Hi Noel, Noel Grandin píše v Po 03. 09. 2012 v 21:04 +0200: > >> On another note, it occurred to me that it might be possible to > >> simplify the windows build by using the mingw windows header files. > > > > > > With MSVC? Not a good idea. One main difference between an MSVC build and a > > Min

Re: feature/vs2012: testing needed

2012-09-03 Thread Noel Grandin
On 2012-09-03 17:44, Peter Foley wrote: I've been working on getting Libreoffice to build with Visual Studio 2012 and the Windows 8 SDK. The code is in the feature/vs2012 branch. I'd appreciate it if someone with a working VS2008 setup could test things out to make sure I didn't break anything.

Re: feature/vs2012: testing needed

2012-09-03 Thread Noel Grandin
On Mon, Sep 3, 2012 at 8:53 PM, Tor Lillqvist wrote: > >> On another note, it occurred to me that it might be possible to >> simplify the windows build by using the mingw windows header files. > > > With MSVC? Not a good idea. One main difference between an MSVC build and a > MinGW build is that i

Re: feature/vs2012: testing needed

2012-09-03 Thread Tor Lillqvist
> On another note, it occurred to me that it might be possible to > simplify the windows build by using the mingw windows header files. > With MSVC? Not a good idea. One main difference between an MSVC build and a MinGW build is that in a MinGW build some parts of the code (don't exactly remember

Re: feature/vs2012: testing needed

2012-09-03 Thread Noel Grandin
If someone doesn't beat me to it, I'll have a try about 12 hours from now (i.e. first thing in the morning for me :-) On another note, it occurred to me that it might be possible to simplify the windows build by using the mingw windows header files. That would eliminate at least one complicated st

feature/vs2012: testing needed

2012-09-03 Thread Peter Foley
I've been working on getting Libreoffice to build with Visual Studio 2012 and the Windows 8 SDK. The code is in the feature/vs2012 branch. I'd appreciate it if someone with a working VS2008 setup could test things out to make sure I didn't break anything. Thanks, Peter Foley _