Hi, On 06/29/2010 11:13 AM, Kristján Bjarni Guðmundsson wrote:
I tried "build.pl verbose=true" in instsetoo_native but it only returns the same error with no additional info. I also tried "dmake util" but nothing happened (No output to console). I also tried deleting everything (Including source) and starting the build from scratch with only en-US but the same thing happens.The offending lines close to line 216 in the util/makefile.mk are: $(foreach,i,$(alllangiso) openofficewithjre_$i) : $...@{$(PKGFORMAT:^".")} openofficewithjre_%{$(PKGFORMAT:^".")} : $(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f $(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p OpenOffice_wJRE -u $(OUT) -buildid $(BUILD) -msitemplate $(MSIOFFICETEMPLATEDIR) -msilanguage $(COMMONMISC)$/win_ulffiles -format $(@:e:s/.//) $(VERBOSESWITCH) Has anybody successfully build DEV300_m83 on Windows?
on m83 instsetoo_native can't be build because of a bug in the makefile, but the error message you have posted here looked different (but maybe you didn't post everything).
m84 will contain a fix that you can try on your m83: --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -170,6 +169,7 @@ .ENDIF $(foreach,i,$(alllangiso) openoffice_$i) : $(ADDDEPS) +openoffice_$(defaultlangiso).archive : $(ADDDEPS) $(foreach,i,$(alllangiso) openofficedev_$i) : $(ADDDEPS) Maybe it helps. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[email protected]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
