[xml] Latest libxml2 (2.4.22) still does not compile with mingw on linux.
- From: Ben Greear <greearb candelatech com>
- To: "xml gnome org" <xml gnome org>
- Subject: [xml] Latest libxml2 (2.4.22) still does not compile with mingw on linux.
- Date: Wed, 09 Nov 2005 11:18:33 -0800
I am still getting un-defined references of __imp__xmlFree and others
when linking.
Any idea how to fix?
Would it be sane to add this to my code:
void __imp__xmlFree(void* foo) {
free(foo);
}
??
--
Ben Greear <greearb candelatech com>
Candela Technologies Inc http://www.candelatech.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]