https://bugs.freedesktop.org/show_bug.cgi?id=70414
Björn Michaelsen changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #21 from kie...@outlook.com ---
I ended up commented out the following line in gbuild-to-ide
#os.makedirs(os.path.dirname(project_path), exist_ok = True)
ran /opt/lo/bin/make vs2012-ide-integration several times, creating the
followi
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #20 from kie...@outlook.com ---
Forgot to mention that I did a full build before running /opt/lo/bin/make
vs2012-ide-integration
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #19 from kie...@outlook.com ---
Any update on this? I'm also getting a similar error. Thanks.
/cygdrive/c/sources/libo-core
$ /opt/lo/bin/make vs2012-ide-integration
cd C:/sources/libo-core && (LC_MESSAGES=C /opt/lo/bin/make
cmd="
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #18 from vv...@yandex.ru ---
(In reply to comment #17)
> I had some problems with that (IIRC the same message you got), try to
> * go to your directory with sources
> (/cygdrive/e/_Projects/libreoffice-core/)
> * run the autogen.sh w
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #17 from Honza Havlíček ---
(In reply to comment #16)
> Hello all!
>
> When I try to execute /opt/lo/bin/make vs2012-ide-integration
> , I am getting strange error:
>
> Vort@Vort-PC /cygdrive/e/_Projects/libreoffice-build
> $ /opt/l
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #16 from vv...@yandex.ru ---
Hello all!
When I try to execute /opt/lo/bin/make vs2012-ide-integration
, I am getting strange error:
Vort@Vort-PC /cygdrive/e/_Projects/libreoffice-build
$ /opt/lo/bin/make vs2012-ide-integration
cd E:/
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #15 from Commit Notification
---
Honza HavliÄek committed a patch related to this issue.
It has been pushed to "master":
http://cgit.freedesktop.org/libreoffice/core/commit/?id=b81ac16e65b311d6e43c05c22c65d2040c9d7e04
fdo#70414: U
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #14 from Commit Notification
---
Honza HavliÄek committed a patch related to this issue.
It has been pushed to "master":
http://cgit.freedesktop.org/libreoffice/core/commit/?id=c6fd524295c0083c9a1e3f52a6abe6405cdc25a9
fdo#70414: A
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #13 from Honza Havlíček ---
(In reply to comment #12)
> @Honza: Would you be willing to create something like that, or mentor
> someone else on it?
Yes, I will create something like that.
--
You are receiving this mail because:
You
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #12 from Björn Michaelsen ---
(In reply to comment #10)
> @Honza Havlíček - looks like an AWESOME AWESOME job !
> Do you mind posting a short tutorial on how one can get up & running with
> this?
I agree with Adam on both counts, th
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #11 from Michael Meeks ---
$ make vs2012-ide-integration
under Cygwin should generate the various sln files inside modules.
Honza - thanks for the great update; are we still using Cygwin 'make'
underneath ? or are we starting to do
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #10 from Adam CloudOn ---
@Honza Havlíček - looks like an AWESOME AWESOME job !
Do you mind posting a short tutorial on how one can get up & running with this?
Simply pull latest master on Windows & one should find 'proj' files ? or
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #9 from Honza Havlíček ---
There is somewhat working version in master, so progress report:
What works:
* It is possible to generate solution (collection of projects) for each module
that will contain C++ project for all Library_* an
https://bugs.freedesktop.org/show_bug.cgi?id=70414
Commit Notification changed:
What|Removed |Added
Whiteboard|EasyHack|EasyHack
|Diffic
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #7 from Michael Meeks ---
Honza - wonderful news; really looking forward to your work, and do ask for
help in #libreoffice-dev on irc.freenode.net :-) mmeeks (is me) SweetShark is
Bjoern.
--
You are receiving this mail because:
You
https://bugs.freedesktop.org/show_bug.cgi?id=70414
Honza Havlíček changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|libreoffice
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #5 from Björn Michaelsen ---
(In reply to comment #4)
> Heh - sure, I was thinking of parsing the generated gnumake rules and deps
> etc. from running a similar (but plunging) 'make -n -p' on an autotools
> project; all previous attem
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #4 from Michael Meeks ---
> As for extending this to autotoolsy projects Im not sure if that is so easy.
> It it really trivial to extract the build information from gbuild as it is
> exportable in a really easy to parse way, while au
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #3 from Björn Michaelsen ---
Well, I guess Eclipse/MSVS would likely be a bit more verbose as they are using
this enterprisy newfangled "XML". But I dont think it would be much _harder_
per se.
As for extending this to autotoolsy pro
https://bugs.freedesktop.org/show_bug.cgi?id=70414
--- Comment #2 from Michael Meeks ---
Wow Bjoern; you're awesome =) hopefully MSVS / Eclipse are not -so- far away
from KDevelop (conceptually ;-)
In the star-treck future I guess that could even become some generally useful
tool for operating o
https://bugs.freedesktop.org/show_bug.cgi?id=70414
Commit Notification changed:
What|Removed |Added
Whiteboard|EasyHack|EasyHack
|Diffic
https://bugs.freedesktop.org/show_bug.cgi?id=70414
Björn Michaelsen changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Whiteboard|
23 matches
Mail list logo