> According to a documentation of flex [2], another possible way > to avoid the unwanted phenomenon might be to give an option to > a command 'flex' in the file soltools/HIDCompiler/makefile.mk > > existing: > $(MISC)$/%_yy.cxx : %lex.l > flex -l -8 -o$@ $< > > proposal: > $(MISC)$/%_yy.cxx : %lex.l > flex --never-interactive -l -8 -o$@ $<
This one didn't work when it was still in the cache, so probably we had to dmake clean before running this command > [2] > http://flex.sourceforge.net/manual/Options-Affecting-Scanner-Behavior.html >> That looks like an existing, known issue. >> Please refer to [1]. >> The way to fix it might be similar to the one for 3.0. >> >> [1] http://qa.openoffice.org/issues/show_bug.cgi?id=89012 Yup, it works by editing the hidclex.l file and add the never-interactive option and it doesn't need to dmake clean as it will try to read the file in the next build Thanks I will report back here when i encountered another problem (let's hope there won't be any problem again). By the way, when i asked Pavel to build for localized version (Indonesian), he asked me to give the GSI file (i gave him and it will be on the next build). But in the OOo's Wiki, i don't see any tutorial about GSI file. It only says that we should run the .configure with --with-lang="id". What's the purpose of submitting GSI file then? -- Willy Sudiarto Raharjo Registered Linux User : 336579 Web : http://www.informatix.or.id/willy Blog : http://willysr.blogspot.com http://slackblogs.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
