On Thu, 25 Nov 2010 23:35:33 +0000, John-Mark Bell wrote: > If you're willing to wait a week or so, it's possible that we'll have > time to change the way the libraries work so that they do operate in a > context. This change needs to happen so that they can be used from other > shared libraries, anyway.
Sure, that's no problem at all. If the change is due to be made anyway, so much the better. > Additionally (and with precisely zero knowledge of the issues involved) > it seems to me that the stubs could be auto-generated. Is this correct? Yes, the only issue would be extracting all the function names from the header files (and making sure they are always in the same order, with anything new added to the end), but that's easy to solve, I think. > If so, it's probably possible to include the appropriate support in the > core buildsystem. I'll send you the files privately so you can take a look at them. Regards Chris
