On Sat, Feb 06, 2010 at 11:37:42AM +0100, Olivier Boudeville wrote: > Hello, > > In Agar-1.3.4, in agar/core/class.h line 39 (line 40 in current SVN) the > AG_TAILQ_HEAD macro has no first argument specified, which makes gcc > (version 4.4.1 on Ubuntu, with some warnings enabled) complain: > > '''error: invoking macro AG_TAILQ_HEAD argument 1: empty macro arguments > are undefined in ISO C90 and ISO C++98"
Thanks, it has been fixed in SVN. I've added AG_FOO_HEAD_() variants that take no HEADNAME argument. > Finally, in agar/gui/graph.h, in the ag_graph_vertex_style enum there is > a comma after AG_GRAPH_CIRCLE which should preferably be removed > (otherwise: "error: comma at end of enumerator list"). Fixed. > Could all these minor points be fixed? I am volunteering to test any > pre-release of Agar archive, to iron out these small compilation issues, > if it can help. > > Thanks in advance, > Best regards, > > Olivier Boudeville. > > > > > _______________________________________________ > Agar mailing list > [email protected] > http://libagar.org/lists.html _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
