Hi again,

I am still stuck with the Visual 2008 build, still no luck figuring out
how a .LIB could be generated from the Agar 1.3.2 sources. Any hint on
that topic or the others I raised two months ago?

On the Linux side, there is a typo in include/agar/agar/core/rcs.h. No
comma should exist after AG_RCS_DESYNCH, the compiler complains:

enum ag_rcs_status {
    AG_RCS_ERROR,     /* Status unavailable */
    AG_RCS_UNKNOWN,     /* Not on the repository */
    AG_RCS_UPTODATE, /* Working copy = last rev and checksum matches */
    AG_RCS_LOCALMOD, /* Working copy = last rev and checksum mismatch */
    AG_RCS_DESYNCH,     /* Working copy < last rev */
};

Regards,

Olivier.


_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to