[Libreoffice] Build failing in packimages

2011-02-12 Thread David Dumaresq
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

[Libreoffice] Breaking in sw: error: expected template-name before '<' token

2011-02-07 Thread David Dumaresq
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

[Libreoffice] Breaking in sw

2011-02-04 Thread David Dumaresq
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

Re: [Libreoffice] Breaking in hunspell (Re: Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.)

2011-02-04 Thread David Dumaresq
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 >

[Libreoffice] Breaking in hunspell (Re: Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.)

2011-02-02 Thread David Dumaresq
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

Re: [Libreoffice] Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.

2011-01-31 Thread David Dumaresq
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'

Re: [Libreoffice] Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.

2011-01-28 Thread David Dumaresq
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

Re: [Libreoffice] Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.

2011-01-28 Thread David Dumaresq
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 >>>

Re: [Libreoffice] Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.

2011-01-28 Thread David Dumaresq
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

Re: [Libreoffice] How do I update my download?

2011-01-27 Thread David Dumaresq
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,

Re: [Libreoffice] Installation instructions for source code release

2011-01-27 Thread David Dumaresq
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

[Libreoffice] Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.

2011-01-27 Thread David Dumaresq
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

[Libreoffice] configure: WARNING: Your gcc is not -fvisibility=hidden safe. Disabling visibility

2011-01-25 Thread David Dumaresq
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

[Libreoffice] AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body

2011-01-24 Thread David Dumaresq
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

Re: [Libreoffice] Build issue with cppu

2011-01-24 Thread David Dumaresq
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

[Libreoffice] (solved) Re: Is Python 2.6 acceptable on Mac OSX build?

2011-01-24 Thread David Dumaresq
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'

[Libreoffice] Is Python 2.6 acceptable on Mac OSX build?

2011-01-24 Thread David Dumaresq
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-

Re: [Libreoffice] ok to use MacPorts for dependencies??

2011-01-24 Thread David Dumaresq
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 >>

Re: [Libreoffice] ok to use MacPorts for dependencies??

2011-01-24 Thread David Dumaresq
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

Re: [Libreoffice] ok to use MacPorts for dependencies??

2011-01-24 Thread David Dumaresq
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 >>

Re: [Libreoffice] ok to use MacPorts for dependencies??

2011-01-23 Thread David Dumaresq
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

Re: [Libreoffice] ok to use MacPorts for dependencies??

2011-01-23 Thread David Dumaresq
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

[Libreoffice] ok to use MacPorts for dependencies??

2011-01-22 Thread David Dumaresq
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

Re: [Libreoffice] make errors installing dependencies at libIDL - mac osx

2011-01-22 Thread David Dumaresq
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.

[Libreoffice] make errors installing dependencies at libIDL - mac osx

2011-01-21 Thread David Dumaresq
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