[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


I am new employee, with VS problem

2014-09-18 Thread nicholas ferguson
I documented what steps I took to build libreoffice on windows

 

https://github.com/nicholasferguson/LibreOffice-Inx-for-VS2010-VS2012-dev-en
v

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


I am new employee, with VS problem

2014-09-10 Thread Juergen Funk
Hi all,

My name is Juergen Funk I am 48 years old and have 15 years 
experience in C/C++ (VS). 
I'm for a month in the company of CIB, my new job is 
to support them (writer).

First of all, my English is very bad, but I'm trying 
do my best, so the same excuse if I do not always hit 
the right tone. 
Hope you can understand me.



Now my problem at the moment is to try do build the VS solution but 
I get follow

juergen@heiznix /cygdrive/d/src/lo/lo-core
$ make vs2012-ide-integration
cd D:/src/lo/lo-core  (LC_MESSAGES=C D:/Dev/cygwin/opt/lo/bin/make 
cmd=D:/Dev/cygwin/opt/lo/bin/make -npf Makefile.gbuild all cmd || true) | 
D:/src/lo/lo-  core/bin/gbuild-to-ide --ide vs2012
make[1]: ***.  Stop.
Solution LibreOffice:
or
juergen@heiznix /cygdrive/d/src/lo/lo-core
$ LC_MESSAGES=C D:/Dev/cygwin/opt/lo/bin/make 
cmd=D:/Dev/cygwin/opt/lo/bin/make -npf Makefile.gbuild all cmd | 
D:/src/lo/lo-core/bin/gbuild-to-ide --ide vs2012
Solution LibreOffice:

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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Unit Tests|Win32 = Unit Tests|Win32
Integration tests|Win32 = Integration tests|Win32
Build|Win32 = Build|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
EndGlobalSection
EndGlobal

and in bean directory is not a solution, I have found the Bug 70414 
and the last comment say fixed, what is wrong in my case?


Thanks for your help,
Juergen


PS.: I build the whole stuff with the Windows Build Dependencies-docu 
 but my mainly problem was the make file. I have installed in 
 /opt/lo/bin but always used automatically the make file in /usr/bin.
 I'm a beginners with Linux and then needed help to find out the 
 problem, after that it work very well. 
 
___
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


AW: I am new employee, with VS problem

2014-09-10 Thread Juergen Funk
Hi Bjoern,

thanks for the fast answer.

But my problem is that is python and I have no plan in this language.

I'm not sure where is the fault is that make (have no plan too) or 
is that the python script.

I have see the gerrit script has one different to my script 
I use this but the result is the same. 

The question is, is that only in my configuration or has other the same
problem.


Thanks,
 
Juergen


 On Wed, Sep 10, 2014 at 12:45:00, Bjoern Michaelsen wrote:
 
 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=8e174eab91acec0f1578a
 f4dac23be76dce700af#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


AW: I am new employee, with VS problem

2014-09-10 Thread Juergen Funk
Yes it is running, in this case all is fine.

Thanks

Juergen


 -Ursprüngliche Nachricht-
 On Wed, Sep 10, 2014 at 13:57:00, Bjoern Michaelsen wrote
 
 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