[Libreoffice] Autogen options on MacOSX

Norbert Thiebaud nthiebaud at gmail.com
Fri Jul 22 21:07:42 PDT 2011


On Fri, Jul 22, 2011 at 10:43 PM, Alexander Thurgood
<alex.thurgood at gmail.com> wrote:
> Hi,
>
> Am I doing something wrong, or is there an error in the flag :
>
> --with-distro="LibreOfficeMacOSX"
>
> as it produces the following warning when used with autogen.sh :
>
> configure: WARNING: unrecognized options: --enable-ext-scripting-python
>
>
> The options I'm currently attempting to pass are :
> --with-max-jobs=4
> --with-num-cpus=2
> --with-lang="en-US"
> --with-distro="LibreOfficeMacOSX"
> --enable-python=auto
> --enable-ext-mysql-connector
> --with-libmysql-path="/Users/alex/DevHack/mysql-connector-c-6.0.2-osx10.5-x86-32bit"
> --disable-systray
> --with-sun-templates
> --enable-extra-gallery
> --enable-extra-template
> --enable-extra-sample
> --enable-extra-font
> --enable-ext-numbertext
> --enable-ext-oooblogger
> --enable-ext-google-docs
> --enable-ext-diagram
> --enable-ext-barcode
>
> As can be seen, I don't have this option in my list, so I'm assuming
> that the culprit lies in the "--with-distro" switch.

What does the autogen.sh output is? for instance mine is:

running ./configure with '--with-vendor=The Document Foundation'
'--enable-epm' '--enable-binfilter' '--with-java-target-version=1.5'
'--enable-ext-presenter-minimizer' '--enable-ext-presenter-console'
'--enable-ext-pdfimport' '--enable-ext-wiki-publisher'
'--enable-ext-report-builder' '--enable-ext-scripting-beanshell'
'--enable-ext-scripting-javascript' '--enable-ext-scripting-python'
'--enable-ext-nlpsolver' '--with-extension-integration'
'--with-max-jobs=8' '--with-num-cpus=6' '--disable-mozilla'
'--enable-werror' '--enable-epm' '--disable-systray'
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... i386-apple-darwin10.7.0
checking host system type... i386-apple-darwin10.7.0
checking target system type... i386-apple-darwin10.7.0
[...]

that comes from an autogen.lastrun as:
--with-distro=LibreOfficeMacOSX
--with-max-jobs=8
--with-num-cpus=6
--disable-mozilla
--enable-werror
--enable-epm
--disable-systray

also which branch are you in: master ? libreoffice-3.4 ?

Norbert


More information about the LibreOffice mailing list