[Scilab-Dev] Documentation build on Solaris

Jonathan Blanchard BlanchardJ at ieee.org
Tue Oct 28 19:10:10 CET 2008


Thank you for the fast response. Changing the makefile didn't solve
the problem. Since Opensolaris gettext package is the gnu version I
decided to try to build it myself. This took care of the problem I
mentioned about calling msgfmt. But Scilab is still complaining about
not being able to load scilab_en_US_help.jar. I checked and the file
does not exist. For reference my computer's local is en_CA.UTF-8 but
when I build and run scilab I use LANG="C".

Jonathan Blanchard



On Tue, Oct 28, 2008 at 4:02 AM, Sylvestre Ledru
<sylvestre.ledru at inria.fr> wrote:
>
> 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