Re: Trying to run LyX 1.4.x on a dual processor Linux Alpha box

2004-03-24 Thread Angus Leeming
Angus Leeming wrote: > Both failures are inside boost library code. I wonder, do we need to > set any flags for a dual processor machine? Ok, it appears that there is something rotten in boost::format. Changing lstrings.C, so: -#if USE_BOOST_FORMAT +#if 0 // USE_BOOST_FORMAT and all is well. (

Trying to run LyX 1.4.x on a dual processor Linux Alpha box

2004-03-24 Thread Angus Leeming
I thought I'd try and compile LyX on my Linux Alpha box. Compilation went smoothly enough, modulo a few 64 bit problems such as std::max(int, par_type); will not compile because size_t has sizeof(8) here. However, all three frontends abort on start up, first here in the call to bformat: