Patch applied. Compile completed (untimed, but approaching 2 hours on 533
LX 164), installed. I'll be testing on a copy(!) of a 200 page document.

So far, I've had to redo one figure float and the lyx view still reportts 
a scaling error, however, the figure now displays. 

Important point: it works.

On 30 May 2002, Jean-Marc Lasgouttes wrote:
>>>>>> "Mark" == Mark Hansel <[EMAIL PROTECTED]> writes:
>Mark> I sent this to the user list a day ago and got no reply. 
>
>Sorry about that. I just fixed the problem in cvs.

I wasn't chiding anyone or even gritching, just stating a fact. I've been
amazed at the very high level of support on the users list. Most is
lyx/latex syntax/semantics issues and getting lyx to work with various
other binaries, but some has been make and source issues. A very friendly
(and valuable) project!

>
>Mark>Make
>Mark> crashes when boost/boost/limits.hpp tries to load the
>Mark> boost/detail/limits.hpp (which includes mips, powerpc, sparc
>Mark> definitions).
>
>The following patch should cure your problem.
>
>Index: boost/boost/detail/limits.hpp
>===================================================================
>RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/boost/detail/limits.hpp,v
>retrieving revision 1.2
>retrieving revision 1.2.2.1
>diff -u -p -r1.2 -r1.2.2.1
>--- boost/boost/detail/limits.hpp      29 Aug 2001 22:33:34 -0000      1.2
>+++ boost/boost/detail/limits.hpp      30 May 2002 16:47:27 -0000      1.2.2.1
>@@ -40,7 +40,7 @@
> 
> #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || 
>defined(__ppc__) || defined(__hppa) || defined(_MIPSEB)
> #define BOOST_BIG_ENDIAN
>-#elif defined(__i386__)
>+#elif defined(__i386__) || defined(__alpha__)
> #define BOOST_LITTLE_ENDIAN
> #else
> #error The file boost/detail/limits.hpp needs to be set up for your CPU type.
>
>
>Mark> g++ is 2.96, cpu version ev56, RH 7.1 (all updates)
>
>I'd be interested to know whether the build eventually succeeds. I
>have problems currently with gcc 2.95.2 on tru64 4.0f.
>
>JMarc
>

-- 
Mark Hansel
PO Box 41
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-236-2039 fax: 218-236-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu



Reply via email to