On Wed, Jan 27, 2010 at 09:42:08PM +0100, Erik van Pienbroek wrote: > The biggest issue so far is the license.. The SDK from Apple contains > several headers which contain a forbidden license. And next to that, > pre-compiled binary libraries aren't allowed in Fedora, everything needs > to be built from source. This means that somebody needs to write some > scripts to extract all the exported symbols from those pre-compiled > binary libraries and regenerate fake stubs from this (something similar > has also been done for the w32api).
This is just 'nm -D' piped into a script to turn it into a C file, or is it more complex than that? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
