WinXP LyX 1.3.0 CVS compile success!!

2002-06-30 Thread Kayvan A. Sylvan
On Fri, Jun 28, 2002 at 05:57:33PM -0700, Kayvan A. Sylvan wrote: It still looks like a build process problem. I had to manuall add $(FRONTEND_LIBS) to lyx_LDADD and rearrange the order of FRONTEND_LIBS to -lforms -ljpeg -lXpm to get around most of this. The rest of the problem was my

Re: CVS: SIGSEGV when inserting math env.

2002-06-30 Thread R. Lahaye
Andre Poenitz wrote: On Thu, Jun 27, 2002 at 06:40:27PM +0900, R. Lahaye wrote: Then I get stuck, but when I replace the body of math_support.C::searchFont() merely by fontinfo * searchFont(string const name) { return fontinfos[8]; } the problem is solved. Are

WinXP LyX 1.3.0 CVS compile success!!

2002-06-30 Thread Kayvan A. Sylvan
On Fri, Jun 28, 2002 at 05:57:33PM -0700, Kayvan A. Sylvan wrote: > It still looks like a build process problem. > > I had to manuall add $(FRONTEND_LIBS) to lyx_LDADD and rearrange > the order of FRONTEND_LIBS to "-lforms -ljpeg -lXpm" to get around most > of this. The rest of the problem was

Re: CVS: SIGSEGV when inserting math env.

2002-06-30 Thread R. Lahaye
Andre Poenitz wrote: > > On Thu, Jun 27, 2002 at 06:40:27PM +0900, R. Lahaye wrote: > > Then I get stuck, but when I replace the body of > > math_support.C::searchFont() merely by > > > >fontinfo * searchFont(string const & name) > >{ > > return [8]; > >} > > > > the problem is