[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
trying to compile ANY program with the latest CVS i get (both in DJGPP and
mingw32)
c:/djgpp/include/allegro/alinline.h:139: parse error before `('
c:/djgpp/include/allegro/alinline.h:145: parse error before `('
c:/djgpp/include/allegro/alinline.h:1201: parse error before `('
c:/djgpp/include/allegro/alinline.h:1201: parse error before `const'
which is not nice, since the test program i was using was
#include <allegro.h>
int main(void) {
allegro_init();
allegro_exit();
}
END_OF_MAIN();