Comment 11 for bug 240519

Revision history for this message
Paul McLanahan (pmclanahan) wrote :

More results:

Chuck: I tried your version from you ppa, but unfortunately it looks like that build failed.

Ondřej: I tried your patch, but the compile failed with what appeared to be references to undefined functions in the alias declarations. So I decided to give it a try myself. I simply coppied the function declarations from the area that you originally patched, modified them to become alias declarations, and added them after the function declarations. It's the same thing you did, except some how some extra functions got in there that were never declared. I then wrapped that in the #if statement you used and compiled and installed. It's now working wonderfully. Hopefully it will remain that way.

I've attached my version of the patch.

Thanks very much to both of you for your excellent help.