>>>>> "J" == J Sigbrandt <[EMAIL PROTECTED]> writes:
J> Hi, Couldn't find a pre-compiled lyx 1.0 for SunOS 5.7 so decided
J> to roll my own. Since we had no xforms or libxpm I had to compile
J> and install these packages as required in my $HOME area.
J> When compiling lyx, I now had to tell configure where to find the
J> xpm and xforms libs and headers, which I did in the following way:
J> configure \ --with-extra-lib=$HOME/xforms/FORMS \
J> --with-extra-inc=$HOME/xforms/FORMS \
J> --with-extra-lib=$HOME/xpm/lib \ --with-extra-inc=$HOME/xpm/X11
In fact, you are supposed to give a :-separated list of directories to
the --with-extra-* options. I agree that specifying them several times
should work, but for unknown reason this has not been done. I'll have
a look later.
J> Now configure was happily finding xpm and forms stuff, but the
J> compile still did not work. The compile had problems in the 'po'
J> directory (see below) and so I had to add --disable-nls to
J> configure. After this things worked and lyx v1.0.1 is running.
J> Phew.
Yes, the pt.po in 1.0.1 is broken and solaris' gettext does not want
to process it. If you want to use i18n support, I can send you a
corrected file.
JMarc