BusyBox Bug and Patch Tracking
BusyBox
  

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  sdl_ttf-depends-on-freetype.patch [^] (602 bytes) 07-16-08 07:24

- Relationships
duplicate of 0004164closed buildroot SDL_ttf needs SDL to be compiled first 

- Notes
(0009384)
jacmet
07-16-08 07:38

Thanks. I've committed a slightly modified version as r22843 (the package doesn't install showfont, so don't mention it in help and use select instead of depends)
 
(0009394)
bernhardf
07-16-08 08:00

If an issue is fixed then the convention is to set it to "closed".
 

- Issue History
Date Modified Username Field Change
07-16-08 07:24 artemys New Issue
07-16-08 07:24 artemys Status new => assigned
07-16-08 07:24 artemys Assigned To  => buildroot
07-16-08 07:24 artemys File Added: sdl_ttf-depends-on-freetype.patch
07-16-08 07:38 jacmet Status assigned => resolved
07-16-08 07:38 jacmet Resolution open => fixed
07-16-08 07:38 jacmet Note Added: 0009384
07-16-08 08:00 bernhardf Note Added: 0009394
07-16-08 08:00 bernhardf Status resolved => assigned
07-17-08 03:36 bernhardf Relationship added duplicate of 0004164
07-17-08 03:37 bernhardf Status assigned => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker