[AD] problems compiling latest CVS with MSVC |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
hi, compiling latest CVS with MSVC6 i get this error message
src/rotate.c(74) : warning C4003: not enough actual parameters for macro
'SCANLI
NE_DRAWER_GENERIC'
src/rotate.c(592) : error C2143: syntax error : missing ';' before '}'
make.exe[1]: *** [obj/msvc/alleg/rotate.obj] Error 2
make.exe[1]: Leaving directory `c:/allegro'
make.exe: *** [all] Error 2
seems like rotate likes to work in gcc but not in MSVC right now =)