include files bug?

Stefan Krüger skrueger at meinberlikomm.de
Tue Aug 9 08:49:24 PDT 2005


hi folks,

I tried to compile ruby18 today and well... it failed...

here's some code which did not compile:

#include <openssl/md5.h>
int main() { return 0; }

-------

#include <stdio.h>
int main() { sizeof(FILE); return 0; }

anyone else seeing this?

regards,
SK





More information about the Bugs mailing list