Here you go Felix. >From further testing this might be clang on windows - 2.7 only builds under MinGW and fails in MSVC, svn trunk (currently) fails for me under MinGW but builds under MSVC. There's probably a reason for the lack of Win32 Clang binaries, I guess ...
I haven't tried building chicken with the Clang-svn-MSVC10 build. I can't even begin to comprehend what kind of env variables and include settings such an environment would need :p Cheers, Leo On 30 July 2010 22:25, Felix <[email protected]> wrote: > From: Leonardo Valeri Manera <[email protected]> > Subject: [Chicken-users] Win32->MinGW->Clang->Chicken, has anyone got it to > work? > Date: Fri, 30 Jul 2010 18:51:06 +0200 > >> I can build Chicken on MinGW32. >> I can build Clang/LLVM on MinGW32. >> >> But as soon as I put that C_COMPILER=clang in my build file, >> libchicken.c->stdio.h/ctype.h causes 3 screenfulls of errors. >> > > I haven't tried building with clang on windows, yet. On Linux > I get a warning about self-comparison (C_isnan), but otherwise > everything looks normal. > > Can you sent me the screenfulls? > > > cheers, > felix >
build.log
Description: Binary data
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
