| From: | Stefan Krüger <skrueger@xxxxxxxxxxxxxxxx> |
| Date: | Tue, 09 Aug 2005 16:49:24 +0100 |
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