5.9.2.1cvs problem



> From: Barton Willis
> 
> I'll see if I can build 5.9.2 today under Windows. But with 
> 5.9.2.1cvs, there is a problem:

I have built a 5.9.2 windows package using gcl-2.6.6

I needed to install gcc header file  (patch below).

With this change I get clean testsuite runs with installed 
xmaxima and command line maxima.  I confirmed that example(additive)
works for me in all cases.

The describe() function doesn't work with installed command line 
maxima, but does work with installed xmaxima, although the search
path seems correct.


--- interfaces/xmaxima/win32/Makefile.in~	2004-09-06 15:07:19.000000000 +1000
+++ interfaces/xmaxima/win32/Makefile.in	2005-10-12 14:53:56.563150400 +1000
@@ -47,6 +47,7 @@
 	cp $(GCCPREFIX)/bin/mingwm10.dll $(prefix)/bin
 	cp $(GCCPREFIX)/bin/tclpip84.dll $(prefix)/bin
 	cp $(GCCPREFIX)/include/stdio.h $(prefix)/include
+	cp $(GCCPREFIX)/include/stdint.h $(prefix)/include
 	cp $(GCCPREFIX)/include/stdlib.h $(prefix)/include
 	cp $(GCCPREFIX)/include/varargs.h $(prefix)/include
 	cp $(GCCPREFIX)/include/setjmp.h $(prefix)/include


NOTICE
This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.