[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-17 Thread Dmitry A. Ashkadov
17.05.2011 00:25, Mathias Bauer пишет: 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

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-17 Thread Mathias Bauer
On 17.05.2011 08:13, Dmitry A. Ashkadov wrote: 17.05.2011 00:25, Mathias Bauer пишет: 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

[dev] Re: Custom Properties

2011-05-17 Thread Michael Stahl
On 17/05/2011 06:59, Meenakshi Kanaujia wrote: Hi, I am using LibreOffice 3.3.2 on Ubuntu 10.04. I am creating doc using writer. I am creating some custom properties in that. All custom properties are preserved when doc is saved in .odt format. But when I saved same doc with .doc

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-17 Thread Regina Henschel
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

[dev] __attribute__((packed)) for enum

2011-05-17 Thread tora - Takamichi Akiyama
Does anyone try to use __attribute__((packed)) for enum? Gcc 4.0.0 has -fshort-enums command option and also accepts __attribute__((packed)) http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Type-Attributes.html Sun Studio 12 Update 1 supports _attribute_((packed))

[dev] Re: __attribute__((packed)) for enum

2011-05-17 Thread Stephan Bergmann
On Tue, May 17, 2011 at 8:44 PM, tora - Takamichi Akiyama t...@openoffice.org wrote: Any thoughts? Binary UNO requires that its enums are of specific size, but that should be taken care of by the dummy max-value element in each enum. Likewise for enums in the C/C++ URE ABI. Whether smaller

[dev] Re: __attribute__((packed)) for enum

2011-05-17 Thread tora - Takamichi Akiyama
Hi Stephan, Thank you for your comments. On 2011/05/18 4:11, Stephan Bergmann wrote: Binary UNO requires that its enums are of specific size, but that should be taken care of by the dummy max-value element in each enum. Likewise for enums in the C/C++ URE ABI. Whether smaller enums have