Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Nov 2005 20:53:52 +0100
From:      Bartosz Fabianowski <freebsd@chillt.de>
To:        "Anthony M. Agelastos" <iqgrande@gmail.com>
Cc:        openoffice@freebsd.org
Subject:   Re: OpenOffice.org 2.0 questions
Message-ID:  <436BBC50.7040102@chillt.de>
In-Reply-To: <3EEE3861-8ED1-4178-9BD8-5A34B80A3586@gmail.com>
References:  <3EEE3861-8ED1-4178-9BD8-5A34B80A3586@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Am I building this correctly

I don't use the solver myself, but from what I read on the list before, 
the commands seem correct.

> MAKE_ARGS = {
>    'editors/openoffice.org-2.0' => [
>       'DWITH_CUPS=1',
>       'solver',
>    ],
> }

There's a typo in there. You need to define the variable "WITH_CUPS". 
You do this *either* by specifying "-DWITH_CUPS" *or* by "WITH_CUPS=1". 
What you have typed is a combination of both, which won't work. Just 
remove the "D" from "DWITH_CUPS=1".

- Bartosz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?436BBC50.7040102>