Fresh install of Win 10 + LODE + vs2013-ide-integration = Error 127

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Thu Oct 13 09:25:23 UTC 2016


Hi,

On Tue, Oct 04, 2016 at 11:26:05AM +0200, Bjoern Michaelsen wrote:
> The main trouble with all these IDE integrations seems that the output of "make
> -np" on which it depends is not as stable between versions of make as
> originally expected by that naive guy who did the initial implementation. Thus
> the parser of that is both more fragile and more complex as it should be by now.
> 
> I have a half-finished patch that will make make write out how it intends to
> build stuff in small (json) text files. Parsing _that_ should be really trivial
> and not fragile. Also it might make possible creating:
> 
> 1/ the possiblity of creating a IDE integration without a full build
> 2/ the possiblity to create MS Build solutions for some (non-special) targets,
>    thus building like MSVS would.

Half of this, the "export from gbuild" part, is done now:

 https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=f2061f85bf4d3d005668c3192589f0d242a49a36

It should be rather trivial to read that from gbuildtoide like the Pythontest
does. If anyone wants to other fun stuff with it, feel free. Now that the base
is there, extending this should be trvial.

Best,

Bjoern


More information about the LibreOffice mailing list