OpenOffice.org 2.0 questions

Bartosz Fabianowski freebsd at chillt.de
Fri Nov 4 11:54:09 PST 2005


> 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


More information about the freebsd-openoffice mailing list