Re: Need help with building DEV300m106 with cygwin

Regina Henschel <[email protected]> Tue, 17 May 2011 16:35:37 +0200
Newsgroups gmane.comp.openoffice.devel.general
Message-ID <[email protected]>
Hi Mathias,

Mathias Bauer schrieb:
> On 16.05.2011 17:31, Regina Henschel wrote:
>> Hi Mathias,
>>
>> Mathias Bauer schrieb:
>>>>
>>>> Without --enable-cairo setting or with setting --disable-cairo it
>>>> doesn't build at all, because pango is missing cairo.h. If I then
>>>> try to
>>>> build cairo manually, it says that it is not enabled.
>>>
>>> I can not confirm this problem. I had no problem with building OOo
>>> DEV300_m106 on Windows/cygwin without specifying any cairo related
>>> switches.
>>
>> I have patch rsvglips_glib_win32.patch applied.
>> Then I have used
>> ./configure \
>> --with-directx-home="/cygdrive/c/Programme/Microsoft DirectX SDK (March
>> 2009)" \
>> --with-cl-home="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC" \
>> --disable-activex \
>> --disable-build-mozilla \
>> --disable-nss-module \
>> --disable-atl \
>> --with-frame-home="/cygdrive/c/Programme/Microsoft SDKs/Windows/v6.1" \
>> --with-psdk-home="/cygdrive/c/Programme/Microsoft SDKs/Windows/v6.1" \
>> --with-midl-path="/cygdrive/c/Programme/Microsoft
>> SDKs/Windows/v6.0A/bin" \
>> --with-asm-home="/cygdrive/c/Programme/Microsoft Visual Studio
>> 9.0/VC/bin" \
>> --with-jdk-home="/cygdrive/c/Programme/Java/jdk1.6.0_20" \
>> --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
>> --with-ant-home=/ant \
>> --without-junit \
>> --enable-dbgutil \
>> --with-vendor="Regina" \
>> --with-build-version="16Mai11"
>
> I used the same switches as you did and my build broke exactly where
> Dmitry's build broke: nmake crashed while building glib. But I didn't
> even reach "pango". AFAIK this has been fixed on the OOO340 code line,
> so I didn't try the patch in bugzilla, but the fixes in the ooo340 code
> line. Then the build proceeded as expected. As it seems, on cygwin glib
> and pango don't need to be built and are used from the system.

I have finished my build of DEV300m106 now in this way (for the record, 
if someone else tries it):
1. patch glib with rsvglips_glib_win32.patch
2. configure with --enable-cairo
3. It breaks in building cairo, because of missing dependencies to 
libpng. Therefore ...
4. build and deliver libpng manually.
5. continue with build --all:cairo

I have not used the -P option, for to get the order of building in a 
clear way. And this time the build is correct, including all the config 
files.

>
> Currently no code has been integrated into dev300 after the code branch
> and AFAIK it's not very probable than any integrations will be done on
> this code line in the next weeks.

It would be nice, to get a statement, whether the development on DEV300 
will be continued by those working in Oracle-Hamburg at all. And may 
they do it at full time job or is it their private work in spare time? 
And who is still working on OOo?

  So ooo340_m0 is the most current
> milestone that I recommend to use. When you use it, you should also get
> all master fixes for this code line up to change set 0636cee64117. They
> are still not ported to dev300. You could also wait until ooo340_m1 is
> done. Currently it's under way.

OK, next build, when OOo340_m1 is ready.

Kind regards
Regina

-- 
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help