移植uCGUI到S3C2440的过程中,在ADS的编译环境下碰见如下编译问题,求助各位大侠。 Error :C2285E: expected ';' or ','-inserted ';' before 'GUI_COLOR' GUIType.h in line 47 Error :C2225W: declaration lacks type/storage-class(assuming 'int'): GUI_COLOR GUIType.h in line 47 Error :C2285E: expected ';' or ','-inserted ';' before 'GUI_LOGPALETTE' GUIType.h in line 48 Error :C2225W: declaration lacks type/storage-class(assuming 'int'): 'GUI_LOGPALETTE' GUIType.h in line 48 typedef LCD_COLOR GUI_COLOR; typedef LCD_LOGPALETTE GUI_LOGPALETTE; typedef LCD_DRAWMODE GUI_DRAWMODE; typedef LCD_RECT GUI_RECT; |