Hi,
While putting a new menu layout together, using
the new menu style, I encounter a few problems:
1) Certain calls in the current menu do not seem to work:
Item "Screen Fonts...|F" "screen-options"
Item "Spellchecker Options...|S" "spellchecker-options"
Item "Keyboard...|K"
First of all I'm not a C++ expert nor do I know much about OOP!
We have lyx 1.0.4 running on a Sparc Solaris 2.6 machine using Sun's
C++ 5.0 compiler with the latest patches installed.
Then I tried to get lyx 1.1.5fix1 (downloaded from the home page)
compiled
under this configuration as well as
On Fri, Jul 28, 2000 at 09:19:58PM -0500, Albert Chin-A-Young wrote:
> > /usr/ccs/bin/as: "/var/tmp/ccAtcvw5.s", line 14928: error: can't compute value of
>an expression involving an external symbol
> > make[2]: *** [insetinclude.lo] Error 1
> > make[2]: Leaving directory `/remote/tools/ksylvan/
On Sat, Jul 29, 2000 at 09:43:28AM +0300, Baruch Even wrote:
> Hello,
>
> I tried to compile lyx with the following procedure:
> (tcsh shell)
> setenv CXXFLAGS '-f -O2 -fno-rtti -fno-exceptions'
> ./configure --with-warnings --enable-assertions --with-included-string
> make clean all
>
> I tried