On Tuesday 14 May 2002 3:28 pm, Thomas Anders wrote: > Hello, > > good news first: compilation of LyX 1.2.0pre5 works fine > on Solaris (Sparc) 2.6 w/ gcc 3.0.4. Thanks for that. > For a wider audience, 1.2.0pre5 should also be added to > ftp://ftp.lyx.org/pub/lyx/devel/ , shouldn't it? > > Now for the compile problems on other platforms: > > 1) Tru64 Unix 4.0D on Alpha w/ gcc 2.95.3: > ------------------------------------------ > Alpha cpu support is missing in boost/boost/detail/limits.hpp, > so I changed line 43 to: > > #elif defined(__i386__) || defined(__alpha__)
Interesting. Thanks. > Later compilation fails on src/DepTable.C: > > DepTable.C:76: implicit declaration of function `int time(...)' #include <ctime> I run Tru64 Unix 4.0E and can compile with cxx. I have had to fix a couple of bugs in the STL routines, however, and have to use an earlier version of src/support/lyxsum.C. Regards, Angus