Hi!
Just tried to compile hdirect... ;-)
$ make boot
make -C src boot && make -C src all
make[1]: Entering directory `/home/Administrator/fucker/hdirect/src'
rm -f Version.hs
echo "--Automatically generated" > Version.hs
echo "module Version where" >> Version.hs
echo "" >> Version.hs
echo "pkg_name :: String" >> Version.hs
echo "pkg_name = \"HaskellDirect (ihc.exe)\"" >> Version.hs
echo "pkg_version :: String" >> Version.hs
echo "pkg_version = \"snapshot 020202\"" >> Version.hs
gcc -O -mno-cygwin -mwin32 -c mkNativeInfo.c -o mkNativeInfo.o
mkNativeInfo.c:0: malformed option `-D __WIN32__-DWIN32'
make[1]: *** [mkNativeInfo.o] Error 1
make[1]: Leaving directory `/home/Administrator/fucker/hdirect/src'
make: *** [boot] Error 2
malformed option `-D __WIN32__-DWIN32'
Where can I change this? I could not find a file containing this option string.
Thanks,
Johannes