Hi all, any suggestions about this?
=
Building module packimages
=
Entering /Users/dfdumaresq/git/libo/packimages/pack
mkout -- version: 1.8
mkdir ../unxmacxi.pro/res/img
/usr/bin/perl /Users/dfdumaresq/git/libo/solenv/bin/image-sort.pl
image-sort.lst /Users/dfdumaresq/gi
Hello, I'll try this again:
I'm getting, first, warnings about declarations that have been previously
defined.
"warning: this is the location of the previous definition"
and finally a number of errors about a operators missing. Following is the
complete output.
Please let me know if
Hello again,
I'm getting first warnings about declarations that have been previously
defined.
"warning: this is the location of the previous definition"
and finally a number of errors about a operators missing. Following is the
complete output. Please let me know if this list prefers
On 2011-02-03, at 4:20 AM, Caolán McNamara wrote:
> On Wed, 2011-02-02 at 14:49 -0800, David Dumaresq wrote:
>> Hi,
>>
>> I'm getting a failure in hunspell
>>
>
>> hunspell.cxx:502: error: 'gettext' was not declared in this scope
>
ki.documentfoundation.org/Development
it seems that the error is inside 'hunspell', please re-run build
inside this module to isolate the error and/or test your fix:
---
rm -Rf /Users/dfdumaresq/git/libo/hunspell/u
Hi Michael,
what is the correct way to re-build with the fixes in?
I ran git pull, followed by
./autogen.sh --with-num-cpus=2 --with-max-jobs=2 --disable-mozilla
--disable-systray 'CC=ccache gcc-4.0' 'CXX=ccache g++-4.0'
./configure '--with-num-cpus=2' '--with-max-jobs=2' '--disable-mozilla'
On 2011-01-28, at 12:03 PM, Caolán McNamara wrote:
> On Fri, 2011-01-28 at 09:59 -0800, David Dumaresq wrote:
>> On 2011-01-28, at 4:02 AM, Caolán McNamara wrote:
>>> ls -asl starmath/unx*.pro/bin
>
>> libo dfdumaresq$ ls -asl starmath/unx*.pro/bin
>> total 2
On 2011-01-28, at 4:02 AM, Caolán McNamara wrote:
> On Fri, 2011-01-28 at 12:45 +0100, Miklos Vajna wrote:
>> On Thu, Jan 27, 2011 at 08:14:17PM -0800, David Dumaresq
>> wrote:
>>> Missing vcl resource. This indicates that files vital to localization are
>>>
On 2011-01-28, at 3:45 AM, Miklos Vajna wrote:
> On Thu, Jan 27, 2011 at 08:14:17PM -0800, David Dumaresq
> wrote:
>> Missing vcl resource. This indicates that files vital to localization are
>> missing. You might have a corrupt installation.
>
> Can you p
Hi Ron,
I think the command you want is git pull, which will merge changes from the
master (?). I too am a beginner, so feel free to google more about git. And
follow the build instructions here:
http://wiki.documentfoundation.org/Development/Native_Build
Regards,
Dave
On 2011-01-27,
Hi Francois,
here's where I have gone to get started:
http://wiki.documentfoundation.org/Development/Native_Build
You'll need to install git to get the source, so don't worry about manually
downloading files. Anyway, it's all explained in the link,
http://wiki.docume
Hi! I'm getting several build errors. This one is in starmath:
>build
build -- version: 275224
=
Building module starmath
=
Entering /Users/dfdumaresq/git/libo/starmath/sdi
Entering /Users/dfdumaresq/git/libo/starmath/inc
Entering /Users/dfdumaresq/git/libo/starmath/sou
Hello,
I'm running on Mac OSX 10.6.6 and getting this warning with ./autogen.sh
--with-num-cpus=2 --with-max-jobs=2 --disable-mozilla --disable-systray
'CC=ccache gcc-4.0' 'CXX=ccache g++-4.0'
...
checking if STL headers are visibility safe... yes
checking if gcc is -fvisibility-inlines-hidden
Greetings,
After building automake-1.11.1 following the macosx dependencies page, I'm
seeing warnings about AC_LANG_CONFTEST (below) when I run autogen. From various
threads, it seems to be an issue introduced with the 1.11.1 release of
automake. I wonder if anyone else has seen this and/or ha
On 2011-01-24, at 8:26 PM, surensp...@gmail.com wrote:
> Hi,
>
> I am building LO after some time now. Did the usual ./g pull -r , make
> clean and then make. The build was breaking for me at cppu.
>
> '''
> build -- version: 275224
>
> =
> Building module cppu
> =
> En
On 2011-01-24, at 8:30 PM, Norbert Thiebaud wrote:
> On Mon, Jan 24, 2011 at 10:16 PM, David Dumaresq wrote:
>> Hi all,
>> I'm building my first LibreOffice development system, following this link,
>> and ran ./autogen.sh which passed with warnings (see below). I'
Hi all,
I'm building my first LibreOffice development system, following this link, and
ran ./autogen.sh which passed with warnings (see below). I'm wondering if it's
okay to go ahead with python2.6 instead of python2.3, which is no longer on my
system
./autogen.sh --with-num-cpus=2 --with-max-
On 2011-01-24, at 4:26 PM, Norbert Thiebaud wrote:
>>>
>>> ./autogen.sh
>> ./autogen.sh: /usr/local/bin/aclocal: /opt/local/bin/perl: bad interpreter:
>> No such file or directory
>>
>> I'm not sure what believes perl is in /opt/local/bin? On my system (osx
>> 10.6.6), perl is in /usr/bin
>>
On 2011-01-24, at 4:26 PM, Norbert Thiebaud wrote:
> On Mon, Jan 24, 2011 at 6:05 PM, David Dumaresq wrote:
>> Hi Christian, et al,
>>
>> On 2011-01-24, at 7:00 AM, Christian Lohmaier wrote:
>>
>>> Hi David, *,
>>>
>>> On Mon, Jan 24, 201
Hi Christian, et al,
On 2011-01-24, at 7:00 AM, Christian Lohmaier wrote:
> Hi David, *,
>
> On Mon, Jan 24, 2011 at 2:26 AM, David Dumaresq wrote:
>> On 2011-01-23, at 7:28 AM, Christian Lohmaier wrote:
>>> On Sun, Jan 23, 2011 at 9:16 AM, Jonathan Aquilina
>>
On 2011-01-23, at 12:16 AM, Jonathan Aquilina wrote:
> On 1/23/11 3:43 AM, David Dumaresq wrote:
>>
>> Hello, can anyone verify whether these steps are valid for building
>> LibreOffice? I'm running with 10.6.6 on a 32 bit Mac.
>>
>> I got off to a bad
On 2011-01-23, at 7:28 AM, Christian Lohmaier wrote:
> Hi *,
>
> On Sun, Jan 23, 2011 at 9:16 AM, Jonathan Aquilina
> wrote:
>> On 1/23/11 3:43 AM, David Dumaresq wrote:
>
>> 1. coreutils (from MacPorts)
>
> You don't need those at all
>
>> 2
Hello, can anyone verify whether these steps are valid for building
LibreOffice? I'm running with 10.6.6 on a 32 bit Mac.
I got off to a bad start building manually and then found this link by
searching the archives, so I jumped in and started with MacPorts, but now I
look closer at the page (c
Hi Norbert,
I went back to rebuild glib2 as you suggested, but received a number of
warnings... Rather than continue banging away at this, I'll work from MacPorts
as I see you recommend in another post
(http://www.freedesktop.org/wiki/Software/LibreOffice/HowToBuild#OnMacOSX10.5.8.2BAC8-10.6.4.
Hi, I'm trying to get started contributing to libreoffice by setting up my Mac.
I'm following the steps to prepare my system for dependencies and I'm using
this document:
http://wiki.documentfoundation.org/Development/Install_Mac_OS_10.6.4_Dependencies
I'm getting make errors about hal
25 matches
Mail list logo