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: d...@openoffice.apache.org; api@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