[Re] I am new employee, with VS problem

2014-10-01 Thread David Ostrovsky
On Tue, 2014-09-30 at 18:23 -0400, Peter Foley wrote:
 On Tue, Sep 30, 2014 at 8:00 PM, David Ostrovsky d.ostrov...@gmx.de wrote:
  Yes, i can reproduce that. The reason is Win32 make. It confuses some of
  regex in gbuild-to-ide generator. Peter Foley mentioned in another
  thread that he is going to increase GNU make version to 4.0 to run
  gbuild-to-ide to address that.
 
 The problem is actually that gbuild-to-ide doesn't work with make 4.0.

Should be fixed in [1] for both GNU make versions: 3.x and 4.x.

[1] https://gerrit.libreoffice.org/11751

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Re] I am new employee, with VS problem

2014-09-30 Thread David Ostrovsky
At Wed Sep 10 03:16:02 PDT 2014, Juergen Funk wrote:

I have make the build in the core and build all of them, the last 
command look like okay, but the solution in the lo-core directory 
has the follow entry

   Microsoft Visual Studio Solution File, Format Version 12.00
[...]

Yes, i can reproduce that. The reason is Win32 make. It confuses some of
regex in gbuild-to-ide generator. Peter Foley mentioned in another
thread that he is going to increase GNU make version to 4.0 to run
gbuild-to-ide to address that.

For now you can use old cygwin LO patched make exe. So the working
command is:

$/opt/lo/bin/make_cygwin_old vs2012-ide-integration


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Re] I am new employee, with VS problem

2014-09-30 Thread Peter Foley
On Tue, Sep 30, 2014 at 8:00 PM, David Ostrovsky d.ostrov...@gmx.de wrote:
 Yes, i can reproduce that. The reason is Win32 make. It confuses some of
 regex in gbuild-to-ide generator. Peter Foley mentioned in another
 thread that he is going to increase GNU make version to 4.0 to run
 gbuild-to-ide to address that.

The problem is actually that gbuild-to-ide doesn't work with make 4.0.
I'll hopefully fix that when I get the time, but it may take a while.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: I am new employee, with VS problem

2014-09-10 Thread Bjoern Michaelsen
Hi,

welcome onboard Juergen!

On Wed, Sep 10, 2014 at 10:16:02AM +, Juergen Funk wrote:
 Now my problem at the moment is to try do build the VS solution but 
 I get follow

Hmmm, I dont know much about how MSVS solution files should look like.
But as a starting point I can hint you at the VisualStudioIntegrationGenerator
class in bin/gbuild-to-ide:

 
https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob;f=bin/gbuild-to-ide;h=2e8bc3076dddbd6ff5ab5cb8bdd6cc358446b631;hb=8e174eab91acec0f1578af4dac23be76dce700af#l617

which is generating these. If you know how the solution should look in this
case, maybe you might find out what is wrong there.

Best,

Bjoern
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: I am new employee, with VS problem

2014-09-10 Thread Bjoern Michaelsen
On Wed, Sep 10, 2014 at 11:11:13AM +, Juergen Funk wrote:
 I'm not sure where is the fault is that make (have no plan too) or 
 is that the python script.

Does a running make alone lead to a successful build? Can you run the product
after the build?

Note the MSVS integration needs one complete build from the commandline before
it does its magic IIRC.

Best,

Bjoern
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: I am new employee, with VS problem

2014-09-10 Thread Bjoern Michaelsen
On Wed, Sep 10, 2014 at 12:00:13PM +, Juergen Funk wrote:
 Yes it is running, in this case all is fine.

So, if the MSVS solution generation still doesnt work after that, the:

make[1]: ***.  Stop.

Suggests that the:

 LC_MESSAGES=C D:/Dev/cygwin/opt/lo/bin/make cmd=D:/Dev/cygwin/opt/lo/bin/make 
-npf Makefile.gbuild all cmd

call somehow is unhappy. But this is kinda hard to analyse remotely, maybe you
can get in contact on #libreoffice-dev on freenode IRC for more interactive 
help?

Best,

Bjoern
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice