
Hi folks, I'm trying to build the 'fptools' under my windows xp and in order to enable the hopengl I've performed a ./configure --host=i386-unknown-mingw32 --with-gcc=c:/mingw/bin/gcc --enable-hopengl followed by a 'make' in the root directory of fptools. But I'm getting the following error: ------------------------------------------------------------------------------------------------------------------------ make[4]: Leaving directory `/cygdrive/e/projeto/fptools/ghc/rts/gmp' ../../ghc/compiler/ghc-inplace -optc-mno-cygwin -optc-O -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-W missing-declarations -optc-Winline -optc-Waggregate-return -optc-Wbad-function-cast -optc-I../includes -optc-I. -optc-Iparallel -optc -DCOMPILING_RTS -optc-Iwin32 -optc-fomit-frame-pointer -H16m -O -O2 -static -#include Prelude.h -#include Rts.h -#include RtsFlags.h -#include RtsUtils.h -#include StgRun.h -#include Schedule.h -#include Printer.h -#include Sanity.h -#include Storage.h -#include Sch edAPI.h -#include Timer.h -#include Itimer.h -#include ProfHeap.h -#include LdvProfile.h -#include Profiling.h -#include Apply.h -fvi a-C -dcmm-lint -c Linker.c -o Linker.o Linker.c: In function `ocResolve_PEi386': Linker.c:2023: warning: deprecated use of label at end of compound statement Linker.c:2046: warning: left-hand operand of comma expression has no effect Linker.c:2046: warning: left-hand operand of comma expression has no effect Linker.c:2046: parse error before ';' token make[2]: *** [Linker.o] Error 1 make[1]: *** [all] Error 1 make[1]: Leaving directory `/cygdrive/e/projeto/fptools/ghc' make: *** [build] Error 1 ------------------------------------------------------------------------------------------------------------------------ does anyone here have any idea of what I'm doing wrong? cheers, -- Mauro
participants (1)
-
Mauro Araujo