Hi Heiner. So what build system should I have been using? I was simply using the guide available here: http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
dmake seems to create makefile.mk from the makefile.rc file.and this is then called from dmake. Are there some switches I am missing? - - - - - - - - - Áframsendur póstur - - - - - - - - - - > From: Jens-Heiner Rechtien <jens-heiner.recht...@sun.com> > To: dev@openoffice.org > Date: Tue, 30 Mar 2010 16:22:53 +0200 > Subject: Re: [dev] Re: Problems building OOO320_m14 on Windows. > Hi Kristján, > > both the CWS changefileheader3 and the OOO320 milestone m14 have certainly > been build several times before release. It's just that only very few > developers still use the ancient makefile.rc - a nice example for the evils > of having multiple build systems. I wasn't even aware that it still exists > ... Will be fixed in the next milestone. > > Regards, > Heiner > > Kristján Bjarni Guðmundsson wrote: > >> Ok I see the problem now, it seems that the makefile.rc was messed up when >> changing copyright notice and invalid remarks where created: >> http://hg.services.openoffice.org/OOO320/diff/659920c8492d/makefile.rc >> >> This means that the current OOO320_m14 release can't be built directly >> from >> source without first fixing makefile.rc. >> This is amazing, no one has actually tried to test build the release? >> >> Þann 29. mars 2010 20:51, skrifaði Kristján Bjarni Guðmundsson < >> kristjanbja...@gmail.com>: >> >> I am trying to build OOO320_m14 on Windows in CygWin 1.5.25 >>> Here is my configure: >>> >>> ./configure \ >>> --disable-nss-module \ >>> --with-use-shell=bash \ >>> --disable-activex \ >>> --disable-directx \ >>> --disable-epm \ >>> --disable-atl \ >>> --disable-build-mozilla \ >>> --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio >>> 9.0/VC" >>> \ >>> --with-ant-home="/cygdrive/c/Winapps/Java/ant" \ >>> --with-frame-home="/cygdrive/c/Program Files/Microsoft >>> SDKs/Windows/v6.1" >>> \ >>> --with-psdk-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.1" >>> \ >>> --with-midl-path="/cygdrive/c/Program Files/Microsoft >>> SDKs/Windows/v6.1/Bin" \ >>> --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio >>> 9.0/VC/Bin" \ >>> --with-jdk-home="/cygdrive/c/Winapps/Java/jdk16" \ >>> --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" >>> >>> After running dmake I get this error: >>> >>> dmake: makefile.mk: line 3: Warning: -- Duplicate target [OR] >>> dmake: makefile.mk: line 3: Error: -- Expecting macro or rule defn, >>> found neither >>> >>> Can somebody help me with this? >>> >>