> I'd like to consolidate the different OUTPATH values to a single one or two
> at most (unx and wnt). Thoughts ?
That will break cross-compilation as currently implemented. It isn't entirely
unthinkable that somebody might at some point want to cross-compile from some
(well, *the*) mainstream L
On 08/27/11 22:01, Korrawit Pruegsanusak wrote:
> Hello Jesse, *
>
> On Sun, Aug 28, 2011 at 05:13, Jesse Adelman
> wrote:
>> Can you specify which repos are now deprecated, explicitly? Or point me
>> to a document that states what's still active and what is not? It's the
>> "etc." that's confus
Hi,
I have been packaging snapshots of LibreOffice in pkgsrc for a few months
now, and the $OUTPATH directory is a pain to manage.
There are tons of different possible values for this variable (no less than
13 for Linux !), and I have to maintain the list in my build scripts in
addition to the ex
Hi,
I was working on gbuildizing sal and few problems showed up:
1, in sal/osl/unx/system.h:75 there is #if GLIBC >= 2
but I could not find how is GLIBC defined. In Env.Host.sh I have
GLIBC="2REDHAT60" but that is something else probably.
(wrong branch in #if .. #else .. is executed for m
On Sun, Aug 28, 2011 at 4:17 PM, Jordan Ayers wrote:
> A few more patches under fdo#39747.
Pushed, Thanks
Norbert
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
A few more patches under fdo#39747.
#1 and #3 just remove uncalled functions (some were never used in
master, some have been unused for a few years).
#2 removes an unused data copy from a registry entry handling loop in
a function on the Windows side; it's trivial, but I haven't tested it
myself.
Hi Steven,
This list is for issues wrt developing LibreOffice.
http://wiki.documentfoundation.org/Development/Use_of_MailList
Other questions, such as yours, can be send to a users list or a forum.
Steven Howe wrote (28-08-11 01:14)
if discovered that ODF format does not 'save as' in word
On Sun, Aug 28, 2011 at 2:21 PM, Matúš Kukan wrote:
> Hi all,
>
> GSoC has ended.
GSoC has ended, but I sure hope that we'll still see you around :-)
> This was my first experience with open source. I think
> I was lucky and choose great community.
> What I have done ?
> Few modules are gbuildiz
I've added a 'License' column in the list of developers in the wiki
http://wiki.documentfoundation.org/Development/Developers
This column is meant to have links to post(s) in the mailing list that
indicate the concerned developers statement of license.
This is useful for patch reviewer/committer w
Hi all,
GSoC has ended. This was my first experience with open source. I think
I was lucky and choose great community.
What I have done ?
Few modules are gbuildized, some other small things, and hopefully
soon we will be able to use link-time optimization with big shared
library.
There have to be
On 28 August 2011 21:09, Norbert Thiebaud wrote:
> Btw, Tom this is a good example as to why a descriptive subject
> header is a good idea... I did not notice your original mail, most
> likely because 'buglet in 1ec7b6a4' did not ring a bell :-)
>
> a subject like "build error: No rule to make
Btw, Tom this is a good example as to why a descriptive subject
header is a good idea... I did not notice your original mail, most
likely because 'buglet in 1ec7b6a4' did not ring a bell :-)
a subject like "build error: No rule to make target `autogen.lastrun'"
, for example
would have
1/ attr
2011/8/28 Eike Rathke :
> Hi Matúš,
>
> On Sunday, 2011-08-28 19:04:08 +0200, Matúš Kukan wrote:
>
>> On 22 August 2011 18:17, Tom Tromey wrote:
>> > Commit 1ec7b6a4 changed autogen.sh to create autogen.lastrun only if
>> > some arguments were provided when invoking autogen.sh.
>> >
>> > However,
Hi Matúš,
On Sunday, 2011-08-28 19:04:08 +0200, Matúš Kukan wrote:
> On 22 August 2011 18:17, Tom Tromey wrote:
> > Commit 1ec7b6a4 changed autogen.sh to create autogen.lastrun only if
> > some arguments were provided when invoking autogen.sh.
> >
> > However, Makefile still has:
> >
> > Makefil
Hi all,
On 22 August 2011 18:17, Tom Tromey wrote:
> Commit 1ec7b6a4 changed autogen.sh to create autogen.lastrun only if
> some arguments were provided when invoking autogen.sh.
>
> However, Makefile still has:
>
> Makefile: autogen.lastrun configure.in ooo.lst.in set_soenv.in Makefile.in
>
Hi Mohammad,
On Sunday, 2011-08-28 16:57:29 +0200, Stephan Bergmann wrote:
> On Aug 28, 2011, at 2:12 PM, Mohammad Elahi wrote:
> > static sal_Unicode table_PersianWord_decade1[][MAX_LEN]={
> >{0}, // 0
> >{0x06cc, 0x06a9, 0}, // 1
> > ...
> > };
> >
> > Although it uses more memory, bu
On Sun, Aug 28, 2011 at 3:18 AM, Korrawit Pruegsanusak
wrote:
> Hello all,
>
> Since my canvas gives me build error because of the cairo isn't built,
> I've taking a look at it.
> I've found 2 commits:
> http://cgit.freedesktop.org/libreoffice/core/commit/?id=660931e2968a038d18393a9647403e2a532361
On Sun, Aug 28, 2011 at 2:57 AM, Korrawit Pruegsanusak
wrote:
> Hello all,
>
> I'm building on Windows without java, so I found that part of this
> commit
> http://cgit.freedesktop.org/libreoffice/core/commit/scp2/source/ooo/file_ooo.scp?id=d8f97bd4c925600d918ef1a89d5b01a84939445f
> are lost from
On Sun, Aug 28, 2011 at 2:49 AM, Korrawit Pruegsanusak
wrote:
> Hello all,
> The attached patch will add file build_error.log to .gitignore, in
> case there are some errors with the build.
Pushed, thanks
Norbert
___
LibreOffice mailing list
LibreOffice
On Aug 28, 2011, at 2:12 PM, Mohammad Elahi wrote:
> static sal_Unicode *table_PersianWord_decade1[]={
>(sal_Unicode[]){0}, // 0
>(sal_Unicode[]){0x06cc, 0x06a9, 0}, // 1
>…
> };
>
> is not valid C++03 (and neither is Eike's version using the ArrUnicode
> typedef). To be standards co
>
> static sal_Unicode *table_PersianWord_decade1[]={
>(sal_Unicode[]){0}, // 0
>(sal_Unicode[]){0x06cc, 0x06a9, 0}, // 1
> …
> };
>
> is not valid C++03 (and neither is Eike's version using the ArrUnicode
> typedef). To be standards conform (and hence maximally portable) would
> requi
On Aug 27, 2011, at 1:40 AM, Mohammad Elahi wrote:
> Numbering in localized persian word is useful in some areas, at least
> for me it is necessary. Since it is not trivial a function and table
> is needed.
> <0001-Add-numbering-type-in-persian-word-libs-gui.patch><0001-Add-numbering-type-in-persia
On Aug 27, 2011, at 2:04 AM, Markus Mohrhard wrote:
> I just had some problems with my debug build in ucb and discovered that at
> least one method only needed in a debug build has been removed. It seems it
> was mentionend on unusedcode.easy, so my question is how we should deal with
> these ca
Dear Community,
next weekend, from September 2nd to 4th, the first LibreOffice Hackfest
will take place in the city of Munich, Germany.
The Hackfest is the gathering of LibreOffice developers from all around
the world, where experienced coders and interested developers meet and
work on the c
Segnaliamo un'interessante novità
Portale Italiano uno strumento d'informazione sempre aggiornato sui seguenti
argomenti:
Finanza e impresa, agevolazioni, soluzioni finanziarie per privati e aziende,
protesta popolare, consigli e informazione sul sistema fiscale, cronaca,
possibilità di pubbl
Hello all,
Since my canvas gives me build error because of the cairo isn't built,
I've taking a look at it.
I've found 2 commits:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=660931e2968a038d18393a9647403e2a53236190
"Build the cairo canvas also for Windows if we don't build the DirectX
>> - Original Message -
>> From: Bjoern Michaelsen canonical.com>
>> To: Henrik Jensen yahoo.dk>
>> Cc: Henrik Jensen yahoo.dk>; "libreoffice ->
>> lists.freedesktop.org" lists.freedesktop.org>
>> Sent: Friday, 26 August 2011, 18:07
>> Subject: [Libreoffice] [PUSHED] Download and ins
Hello all,
I'm building on Windows without java, so I found that part of this
commit
http://cgit.freedesktop.org/libreoffice/core/commit/scp2/source/ooo/file_ooo.scp?id=d8f97bd4c925600d918ef1a89d5b01a84939445f
are lost from this merge
http://cgit.freedesktop.org/libreoffice/core/commit/scp2/sourc
Hello all,
The attached patch will add file build_error.log to .gitignore, in
case there are some errors with the build.
Please feel free to comment.
Best Regards,
--
Korrawit Pruegsanusak
0001-Add-build_error.log-to-.gitignore.patch
Description: Binary data
29 matches
Mail list logo