[Scilab-Dev] Documentation build on Solaris

Sylvestre Ledru sylvestre.ledru at inria.fr
Tue Oct 28 08:02:36 CET 2008


Le lundi 27 octobre 2008 à 21:46 -0300, Jonathan Blanchard a écrit :
> When trying to build de documentation I get some error output at the
> end of the build process (see end of email).
> 
> Obviously the help files are not build so Scilab complain that the
> help file cannot be loaded at runtime. Apparently msgcat is not
> invoked correctly. My version of gnu gettext is 0.16.1.
Hello Jonathan,

Seems that we are using options which don't exist yet under your version
of Solaris.

The trick here would be to remove the options which are not managed by
gettext.
In SCI/Makefile.am, we have line 176:
	MSGFMT_OPTS="$MSGFMT_OPTS --check"; \
and line 189/190
		$(MSGFMT) $(MSGFMT_OPTS) --statistics -o $$PATHTO/$(LANG_DOMAIN).mo
$$POFILE; \

My guess is that if you remove the --statistics and/or --check, you will
get it.

(if you do, please let me know, I will update my Makefiles).

About the documentation generation error, I didn't get the error msg. :|

Sylvestre





More information about the dev mailing list