Bugs item #1780156, was opened at 2007-08-23 12:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1780156&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: ver devel Status: Open Resolution: None Priority: 5 Private: No Submitted By: Norm Brandinger (norm_brandinger) Assigned to: Nobody/Anonymous (nobody) Summary: Compile failure: presence_xml.c Initial Comment: presence_xml fails during compile because the presence_api_t struct does not contain the member update_watchers (it does contain update_watchers_status). making the change below correct the compile problem presence_xml.c line 175: from: pres_update_watchers= pres.update_watchers; to: pres_update_watchers= pres.update_watchers_status; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1780156&group_id=139143 _______________________________________________ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel