Re: [Vala] libgee on Windows

2009-09-07 Thread Didier Ptitjes
Hi Mr. Maxwell, Mr. Maxwell . wrote: I tried putting all the files in a Dev-C++ project and setting these command line options compiler-mms-bitfields -ID:/vala-0.7.4/include/glib-2.0 -ID:/vala-0.7.4/lib/glib-2.0/include linkerD:/vala-0.7.4/lib/glib-2.0.lib When I compiled the project I

Re: [Vala] Making libraries with Vala

2009-09-07 Thread Ildar Mulyukov
On 05.09.2009 14:12:14, Abderrahim Kitouni wrote: [...] Vala doesn't know how to compile a library by itself, but you can pass extra arguments to the C compiler using -X (for example -X -fPIC -X -shared), but this is not portable. oops, this won't work with vala master 100% true. That's

Re: [Vala] libgee on Windows

2009-09-07 Thread Mr. Maxwell .
pkg-config --libs glib-2.0 produces -LD:/vala-0.7.4/lib -lglib-2.0 -lintl When I used that as the link option the linking still failed with the same errors. I tried to create a batch file with this as the contents and it also failed with the same errors. (it's all one line)gcc -shared -o