Re: [Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Paul F. Johnson
Hi, > Due to the fact that Fedora Core 4 uses gcc 4.0, mono packages can't > be compiled. You get errors at compile-time. Rot! I know this for a fact as I've been running it quite happily on rawhide (from FC1 to what is to become FC5) and it's quite happy. There was a time when there was a probl

Re: [Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Alex Roman
Hi, Miguel de Icaza wrote: Hello, 1.2 libgdiplus -- $ svn co svn://mono.myrealbox.com/source/trunk/libgdiplus $ cd libgdiplus Libgdiplus is currently using the 0.4 API of Cairo, so it will not work with Cairo 0.5 you must use the Cairo bundled with libgdiplus to have it work.

Re: [Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Miguel de Icaza
Hello, > 1.2 libgdiplus > -- > > $ svn co svn://mono.myrealbox.com/source/trunk/libgdiplus > $ cd libgdiplus Libgdiplus is currently using the 0.4 API of Cairo, so it will not work with Cairo 0.5 you must use the Cairo bundled with libgdiplus to have it work. There is some ongoing w

Re: [Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Alex Roman
I've made 2 test files: 1.h: --snip-- #include #include #include typedef struct { char* string; int length; } String; --snip-- 1.c: --snip-- #include "1.h" String s; int main (int argc, char** argv) { s.string = (char*)malloc(10); strcpy(s.string, "hi");

[Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Alex Roman
Hi, Due to the fact that Fedora Core 4 uses gcc 4.0, mono packages can't be compiled. You get errors at compile-time. I've been trying to compile some packages (stuck early at libgdiplus). Here's what I've done so far: 1. Pre-requisites = 1.1 Glitz - $ cvs -d:pserver