Attached is the zipped log output.
I'm working on running the last command in gdb as suggested by Noel. Here
is the command
in case it helps with debugging.
S=/home/adam/libreoffice3 && I=$S/instdir && W=$S/workdir && rm -f
$W/Gallery/backgrounds/* && RESPONSEFILE=/tmp/gbuild.ldBiE8 && ( (
LD
Hello Adam,
To diagnose the problem, more detailed output is needed. You can invoke:
$ make -n Gallery > log.txt
$ bzip2 log.txt
Then, could you please send the compressed log.txt.bz2? Then it may be
possible to find out what is causing the issue. Please add me as cc.
Regards,
Hossein
On 11
Unfortunately the messages there don't actually mean much, but that
specific failure mode means that something inside libreoffice code crashed
while generating the gallery.
If you are using any abnormal configure switches I would try turning those
off first and see if that helps.
Otherwise the onl
Hello,
I've run into the following error when running make
warn:vcl:924651:924651:vcl/source/app/svapp.cxx:249: AppFileName should be
set to something after SVMain!
Bootstrap exception 'component context fails to supply service
com.sun.star.ucb.UniversalContentBroker of type
com.sun.star.ucb.XUni
>
>
>
> > *kit/Kit.cpp:1670:55: error: no matching function for call to
> > ‘lok::Document::createView(const char*)’
> > _loKitDocument->createView(options.c_str());*
>
>
This was broken for a short while but has been fixed already. Please pull.
--tml
__
Hi,
On Wed, Apr 24, 2019 at 04:43:46PM +0200, edoardo EMAT
wrote:
> I'm trying to compile libre office online on my xubuntu but i've the
> following error:
>
> *kit/Kit.cpp:1670:55: error: no matching function for call to
> ‘lok::Document::createView(const char*)’
> _loKitDocument->createView(o
I'm trying to compile libre office online on my xubuntu but i've the
following error:
*kit/Kit.cpp:1670:55: error: no matching function for call to
‘lok::Document::createView(const char*)’
_loKitDocument->createView(options.c_str());*
___
LibreOffice ma
/11/26 7:28 PM (GMT+05:00)
To: Qurban Ullah ,libreoffice@lists.freedesktop.org
Subject: Re: LibreOffice-4.3.4.1 compile error with GCC-4.9.2
On 17.11.2014 15:04, Qurban Ullah wrote:
> I tried many time with system libs and without system libs, each time I faced
> the same problem.
>
On 17.11.2014 15:04, Qurban Ullah wrote:
> I tried many time with system libs and without system libs, each time I faced
> the same problem.
>
> /build/libreoffice/libreoffice-4.3.4.1/workdir/CxxObject/helpcompiler/source/HelpIndexer_main.o:
> In function `main':
> HelpIndexer_main.cxx:(.text.star
eoffice/libreoffice-4.3.4.1/workdir/LinkTarget/Executable/HelpIndexer]
Error 1
make[1]: *** Waiting for unfinished jobs
Makefile:224: recipe for target 'build' failed
make: *** [build] Error 2
--
View this message in context:
http://nabble.documentfoundation.org/LibreOffice-4-3-4-1-compi
Thank you your answers. It works.
On Wed, Sep 24, 2014 at 3:28 PM, Michael Stahl wrote:
> On 24/09/14 09:20, Miklos Vajna wrote:
> > On Tue, Sep 23, 2014 at 06:28:59PM +0200, Mihály Palenik <
> palenik.mih...@gmail.com> wrote:
> >>
> workdir/UnpackedTarball/langtag/liblangtag/.libs/liblangtag.a(
On 24/09/14 09:20, Miklos Vajna wrote:
> On Tue, Sep 23, 2014 at 06:28:59PM +0200, Mihály Palenik
> wrote:
>> workdir/UnpackedTarball/langtag/liblangtag/.libs/liblangtag.a(liblangtag_la-lt-utils.o):
>> In function `lt_getenv':
>> workdir/UnpackedTarball/langtag/liblangtag/lt-utils.c:57: undefined
On Tue, Sep 23, 2014 at 06:28:59PM +0200, Mihály Palenik
wrote:
> workdir/UnpackedTarball/langtag/liblangtag/.libs/liblangtag.a(liblangtag_la-lt-utils.o):
> In function `lt_getenv':
> workdir/UnpackedTarball/langtag/liblangtag/lt-utils.c:57: undefined
> reference to `__secure_getenv'
Does it hap
Hello,
I use Linux and I pulled LibreOffice from master now but I got compile
error:
workdir/UnpackedTarball/langtag/liblangtag/.libs/liblangtag.a(liblangtag_la-lt-utils.o):
In function `lt_getenv':
workdir/UnpackedTarball/langtag/liblangtag/lt-utils.c:57: undefined
reference to `__secure_g
Hi Güner,
First - welcome - great to have you working with us :-)
On Tue, 2013-03-12 at 20:54 +0200, Güner Kaan ALKIM wrote:
> I have got a problem. I compiled libreoffice on Ubuntu 12.04. When
> everythings finished, I take a error message.
That is annoying indeed.
> My termina
Hi,
I have got a problem. I compiled libreoffice on Ubuntu 12.04. When
everythings finished, I take a error message.
My terminal output is
cpp: line 19, Fatal error: Cannot open include file
"accessibility/helper/accessiblestrings.hrc"
#include
make[1]: ***
[/home/kaan/core/workdir/unx
On 03/08/2013 12:03 PM, Michael Meeks wrote:
Some tinderboxes do that; however some backends simply can't be
compiled without warnings currently eg. the KDE ones and gtk3 - as such
it's not yet possible to use -Werror - and mandating it tends to lead to
very avoidable first-time-builder f
Hi there,
On Fri, 2013-03-08 at 08:27 +0100, Jean-Noël Rouvignac wrote:
> I am getting a compile error on linux because I am using -Werror.
> See down below:
I've pushed a fix; 0 or None I guess would be fine, also worth noting
that it was a false positive warning. Anyhow tha
Hello guys,
I am getting a compile error on linux because I am using -Werror.
See down below:
/home/djano/libreoffice-core-gcc9/vcl/unx/generic/gdi/salgdi2.cxx: In
member function ‘bool X11SalGraphics::drawAlphaBitmapOpt(const SalTwoRect&,
const SalBitmap&, const SalBitmap&, bool)’:
Hi Jean-Baptiste,
Jean-Baptiste Faure wrote (09-01-13 20:29)
I had the same building problem today : Neon is necessary if you want
have persona working.
I solved it with the help of Kendy and Bjoern by removing
--with-system-openssl
from my autogen.lastrun
Thanks, doing that now too, although
Hi Cor,
Le 07/06/2012 23:16, Cor Nouws a écrit :
> Cor Nouws wrote (07-06-12 22:14)
>
>> Should I add --disable-neon to autogen.lastrun ?
>> (will find out soon, probably...)
>
> Still building, so that looks fine.
> Should a check for neon be added to the autogen.sh ?
>
I had the same buildin
Cor Nouws wrote (07-06-12 22:14)
Should I add --disable-neon to autogen.lastrun ?
(will find out soon, probably...)
Still building, so that looks fine.
Should a check for neon be added to the autogen.sh ?
--
- Cor
- http://nl.libreoffice.org
___
Cor Nouws wrote (07-06-12 15:25)
Making: libneon.so
../../../../../unxlngi6.pro/slo/ne_openssl.o: In function
`ne_ssl_context_create':
/home/cono/src/git/libo_core/neon/unxlngi6.pro/misc/build/neon-0.29.5/src/ne_openssl.c:572:
[...]
Seeing this commit:
http://cgit.freedesktop.org/libreoffice/
tried again. Same problem...
Anyone?
Cor Nouws wrote (06-06-12 21:28)
Hi,
after fresh ./g pull -r
error in neon
did make.neon clean and make again
same error:
Making: libneon.so
../../../../../unxlngi6.pro/slo/ne_openssl.o: In function
`ne_ssl_context_create':
/home/cono/src/git/libo_core/neo
Hi,
after fresh ./g pull -r
error in neon
did make.neon clean and make again
same error:
Making:libneon.so
../../../../../unxlngi6.pro/slo/ne_openssl.o: In function
`ne_ssl_context_create':
/home/cono/src/git/libo_core/neon/unxlngi6.pro/misc/build/neon-0.29.5/src/ne_openssl.c:572:
undefin
Hi Matúš,
Matúš Kukan wrote (07-01-12 12:12)
Let me know if
http://cgit.freedesktop.org/libreoffice/core/commit/?id=c1ac62c0eb4df3cf1fff20c41eb7683472e9e25f
won't help.
thanks :-) running now ...
--
- Cor
- http://nl.libreoffice.org
___
LibreOf
Hi Cor
On 7 January 2012 10:20, Cor Nouws wrote:
> Hi,
>
> Building on Ubuntu.
> First had to add without-doxygen to autogen.lastrun
> Reason is known to me.
>
> Then error in sal. log added.
Let me know if
http://cgit.freedesktop.org/libreoffice/core/commit/?id=c1ac62c0eb4df3cf1fff20c41eb768347
Hi,
Building on Ubuntu.
First had to add without-doxygen to autogen.lastrun
Reason is known to me.
Then error in sal. log added.
Cheers,
--
- Cor
- http://nl.libreoffice.org
mkdir -p /home/cono/src/git/libo_core/solver/unxlngi6.pro/bin/cppunit/ && /bin/cp --no-dereference --force --preser
Hi Joel,
On Tue, 2011-12-13 at 15:43 -0800, Joel Madero wrote:
> Trying to compile newest release of libreoffice and coming up with
> errors, here's a pastebin:
>
> http://pastebin.com/xbk1xGLP
You do come up with the most amazing problems :-)
unix/runargv.c: In function ‘dmwaitnext’:
u
Trying to compile newest release of libreoffice and coming up with
errors, here's a pastebin:
http://pastebin.com/xbk1xGLP
Followed instructions on libreoffice dev build website.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://list
Hi,
A very disturbing scenario:
During make in svx if compiling svx/source/items/numfmtsh.cxx fails,
Library/libsvxcorelo.so is still linked because it does not depend on
it. So far so good, but there's no indication at the end whatsoever that
something failed as the screen is filled with object f
On Jun 1, 2011, at 8:19 AM, Christian Lohmaier wrote:
> Hi *,
>
> On Wed, Jun 1, 2011 at 7:59 AM, Joseph Powers wrote:
>> [problem with gdk-pixbuf on Mac]
>
> Sure that it isn't just a problem with mixing linking against SDK and
> linking against the system?
>
> The modules that librsvg did no
Le 01/06/11 17:19, Christian Lohmaier a écrit :
Hi *,
>
> On Wed, Jun 1, 2011 at 7:59 AM, Joseph Powers wrote:
>> [problem with gdk-pixbuf on Mac]
>
> Sure that it isn't just a problem with mixing linking against SDK and
> linking against the system?
>
> The modules that librsvg did now "pull
Hi *,
On Wed, Jun 1, 2011 at 7:59 AM, Joseph Powers wrote:
> [problem with gdk-pixbuf on Mac]
Sure that it isn't just a problem with mixing linking against SDK and
linking against the system?
The modules that librsvg did now "pull in" to the build don't properly
link against the SDK, so while i
I'm guessing that its failing on more then just Mac OS. I found a patch at
http://old.nabble.com/build-problems-with-libpng-1.5.1beta01-td30662957.html
that seams to work.
I'm not sure how to include it in our build system so I'm attaching including
it here. It doesn't apply cleanly so I had to
On Thu, Feb 03, 2011 at 08:35:36PM +1000, Ron House wrote:
> Summary so far: I have been trying to update a download from head (not
> sure what it is called) to version 3.3.0. I have done, with thanks to
> Norbert for his assistance:
[...]
> make 2>&1 | tee build.log
>
> All goes well until 3866
Hi,
maybe "make clean" prior to "build" helps?
Christina Rossmanith
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Summary so far: I have been trying to update a download from head (not
sure what it is called) to version 3.3.0. I have done, with thanks to
Norbert for his assistance:
git-fetch
git-checkout -b libreoffice-3-3-0 origin/libreoffice-3-3-0
./autogen.sh --with-num-cpus=2 --disable-mozilla
make 2>&
On Thu, 2010-10-21 at 07:36 -0700, Joseph Powers wrote:
> Not sure why no one else noticed this... com::sun::star:: was missing on two
> entries
Possibly some koenig lookup or something similar failure in the compiler
IMO. i.e. there's a using namespace ::com::sun::star; at the top of the
file,
On Thu, Oct 21, 2010 at 07:36:51AM -0700, Joseph Powers wrote:
> Not sure why no one else noticed this... com::sun::star:: was missing on two
> entries
Pushed, thanks!
Thomas
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.
Not sure why no one else noticed this... com::sun::star:: was missing on two
entries
sfx2.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
41 matches
Mail list logo