You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@openoffice.apache.org by "Steele, Raymond" <ra...@lmco.com> on 2013/08/09 20:22:57 UTC

RE: Solaris Build

Anyone?

From: Steele, Raymond
Sent: Thursday, August 08, 2013 4:20 PM
To: dev@openoffice.apache.org; api@openoffice.apache.org
Subject: RE: Solaris Build

dmake is failing on the line 43 of startup.mk. Anyone know why dmake would fail on the following:

.IMPORT .IGNORE : .EVERYTHING

From: Steele, Raymond
Sent: Thursday, August 08, 2013 9:42 AM
To: dev@openoffice.apache.org<ma...@openoffice.apache.org>; api@openoffice.apache.org<ma...@openoffice.apache.org>
Subject: Solaris Build

I am trying to build  OpenOffice 4.0 for Solaris x86. I finally go through installing all the pre-requisites, configure and bootstrap, but now I am having trouble with the build --all.  I am receiving the following error on execution:

Entering ../main/solenv
dmake: ../solenv/inc/startup.mk: line 43: Error: -- Expecting macro or rule defn, found neither

1 module(s):
                solenv
need(s) to be rebuilt

Reason(s):

Error: error 65280 occurred while making ../main/solenv


I have seen that people recommended changing make='make' in the Config.pm file for perl to make='dmake'. I've tried, but that does not make a difference. Any help would be appreciated.


Raymond