Damian,
I think you got me wrong.
I am not saying Eclipse is bad.
I say the wiki guide will configure eclipse to a basic level. Basic means you
can navigate through code. Build elements.
Complete integration would include
# have all in one project, instead of each module separated.
# have all mo
On 7/19/17, Damjan Jovanovic wrote:
> What is so "very basic" about Eclipse? It's an excellent IDE, among the
> best C++ IDEs I ever used, and the only IDE I use to develop AOO.
>
> I only used Visual Studio a little, and it seemed very good at the .NET
> languages, but poor at C++. What does Visu
On Wed, Jul 19, 2017 at 9:13 AM, Peter kovacs wrote:
> Damian,
>
> I think you got me wrong.
> I am not saying Eclipse is bad.
> I say the wiki guide will configure eclipse to a basic level. Basic means
> you can navigate through code. Build elements.
>
> Complete integration would include
> # ha
I use Visual Studio as a debug tool, and sometimes as an editor. I do my
builds in a Cygwin shell, following
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7.2C_Windows_8.1.2C_Windows_10
instructions.
I edit using either gvim or Visual Studio depending o
About 5 years ago, when I tried to used Netbeans to open a large C project
(the Wine project, about 2 million lines), it was unusably slow, and its
C/C++ indexer crashed.
I don't know if it has improved since then, but we have 6 times more code,
and it's C++, not the much simpler C. Eclipse invest
Hi all
Long time ago, most IDE faild with the size of the OO Code. I also know,
that XCode failed. But I think, Time has changed. We have more RAM now. In
NetBeans you have probably to extend the RAM in the JVM. I never tryed it.
but I think I will. It will be interesting for testing. And i
Well, I like Google for its moon shot approach. So I tend to copy that
methodology.
I do have similar ambitious goals for Open Office. I am curious how far I get.
Hope I get a lot of support for the ideas, including more ideas. :-D
I am frightend at the same time. :P
>the project is seen as C
I’ve took another try to build OO on W7 x32
But got same errors, as on W8 x64
May be I missed some prerequisites?
Errors are in modules gtest, xml2cmp, salhelper, udm
Cygwin seems to have bug on Windows as it only shows full error text when
resized to some size… So path to missed file is not ful
Looks like some include pathes got not properly set.
Had a similar issue. I could only work around it by copy the file in question
into the module that made the issue.
But this is only healing symptoms not the root cause.
Am 20. Juli 2017 04:56:28 MESZ schrieb Yemelyanenko Fyodor
:
>I’ve took a