Trying to compile some of the programs in the demos directory
of svn version 8881 (on mingw / msys, XP), I noticed 2 things:
- The output of "agar-config --libs" does not contain "-lwinmm",
resulting in the missing symbols mentioned in one of my earlier posts
in this thread. I don't know where to correctly fix this,
supposedly, in "trunk/configure.in". On the other hand,
LIB_LINKS which appears to be defined correctly in the subdirs' "Makefile"s
could be used but I can't find the connection from these
to "trunk/configure.in". ("grep -r LIB_LINKS trunk" only delivers
the definitions but no apparent uses, similarly for CORE_LINKS...)
- The demo "cplusplus" does not compile because of the name mangling g++ applies
to "main" (renamed to "SDL_main"). It can be fixed by adding
extern "C" {
int main(int argc, char *argv[]);
}
Apart from that, (at least) the two programms "cplusplus" and "table"
appear to work as expected.
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html