| Anonymous | Login | Signup for a new account | 11-10-2008 12:30 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004154 | [buildroot] Shared Library Support | minor | always | 07-16-08 07:24 | 07-17-08 03:37 | ||||
| Reporter | artemys | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004154: SDL_ttf doesn't compile if freetype package is not selected first | ||||||||
| Description |
Tested on a clean view (ARM configured). Choose to build SDL_ttf and launch compilation. Patch correcting the problem is attached to this report. |
||||||||
| Additional Information |
Error message: SDL_ttf.c:42:22: error: ft2build.h: No such file or directory SDL_ttf.c:43:10: error: #include expects "FILENAME" or <FILENAME> SDL_ttf.c:44:10: error: #include expects "FILENAME" or <FILENAME> SDL_ttf.c:45:10: error: #include expects "FILENAME" or <FILENAME> SDL_ttf.c:67: error: expected specifier-qualifier-list before 'FT_UInt' SDL_ttf.c:82: error: expected specifier-qualifier-list before 'FT_Face' SDL_ttf.c:116: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'library' SDL_ttf.c:165: error: expected declaration specifiers or '...' before 'FT_Error' SDL_ttf.c: In function 'TTF_Init': SDL_ttf.c:203: error: 'FT_Error' undeclared (first use in this function) SDL_ttf.c:203: error: (Each undeclared identifier is reported only once SDL_ttf.c:203: error: for each function it appears in.) SDL_ttf.c:203: error: expected ';' before 'error' SDL_ttf.c:204: error: 'error' undeclared (first use in this function) SDL_ttf.c:205: error: too many arguments to function 'TTF_SetFTError' SDL_ttf.c: At top level: SDL_ttf.c:216: error: expected ')' before 'stream' SDL_ttf.c: In function 'TTF_OpenFontIndexRW': SDL_ttf.c:235: error: 'FT_Error' undeclared (first use in this function) SDL_ttf.c:235: error: expected ';' before 'error' SDL_ttf.c:236: error: 'FT_Face' undeclared (first use in this function) SDL_ttf.c:236: error: expected ';' before 'face' SDL_ttf.c:237: error: 'FT_Fixed' undeclared (first use in this function) SDL_ttf.c:237: error: expected ';' before 'scale' SDL_ttf.c:238: error: 'FT_Stream' undeclared (first use in this function) SDL_ttf.c:238: error: expected ';' before 'stream' SDL_ttf.c:260: error: 'TTF_Font' has no member named 'src' SDL_ttf.c:261: error: 'TTF_Font' has no member named 'freesrc' SDL_ttf.c:263: error: 'stream' undeclared (first use in this function) SDL_ttf.c:263: error: expected ';' before 'malloc' SDL_ttf.c:271: error: 'RWread' undeclared (first use in this function) SDL_ttf.c:278: error: 'TTF_Font' has no member named 'args' ....... |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |