Op donderdag 28-01-2010 om 08:51 uur [tijdzone +0000], schreef Richard W.M. Jones: > 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?
Hi, Honestly, I haven't looked into it yet at all (busy etc..), so perhaps it may be as easy as you illustrated. One thing to keep in mind though is that on OSX several libraries are bundled inside Frameworks, so those need to be regenerated as well. Regards, Erik van Pienbroek _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
