On Mi, 2011-06-15 at 14:02 +0200, Patrick Ohly wrote: > The attached patches address this problem by allowing a RemoteRule to > provide CtCap information. > > It's not currently in the branch used by SyncEvolution, but I need to > add something like it soon. Comments welcome.
Note that enabling shared libraries exposed an issue: the xlt* functions used for parsing DevInf were not part of the public API exposed by libsmltk.so. Fix here: commit f57460b96721d71f6460ab60b86c88124d250c88 Author: Patrick Ohly <[email protected]> Date: Thu Jun 16 18:11:18 2011 +0200 libsmltk.so: export xltDecInit/xltDecTerminate/xltDecNext These functions are used by the XML DevInf parser and thus must be exported by libsmltk.so, otherwise linking fails. Perhaps a different API should be used instead. Exporting these functions seemed like the simpler solution for the moment. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ os-libsynthesis mailing list [email protected] http://lists.synthesis.ch/mailman/listinfo/os-libsynthesis
