Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#3034 closed defect (fixed)

BUG: libsdl_ttf fails to build on Tiger.

Reported by: james@… Owned by: rshaw@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Output follows:

---> Building libsdl_ttf with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_libsdl_ttf/ work/SDL_ttf-2.0.7/PBProjects" && /usr/bin/xcodebuild -buildstyle Deployment -target Framework" returned error 1 Command output: ../SDL_ttf.c:1612: error: 'FT_Vector' undeclared (first use in this function) ../SDL_ttf.c:1612: error: parse error before "delta" ../SDL_ttf.c:1613: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1613: error: 'ft_kerning_default' undeclared (first use in this function) ../SDL_ttf.c:1613: error: 'delta' undeclared (first use in this function) ../SDL_ttf.c:1646: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1647: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1653: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1654: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1654: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1656: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1660: error: dereferencing pointer to incomplete type ../SDL_ttf.c: In function 'TTF_RenderGlyph_Blended': ../SDL_ttf.c:1679: error: 'glyph' undeclared (first use in this function) ../SDL_ttf.c:1682: error: invalid lvalue in assignment ../SDL_ttf.c:1683: error: invalid lvalue in unary '&' ../SDL_ttf.c:1686: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1708: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1709: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1709: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1711: error: dereferencing pointer to incomplete type ../SDL_ttf.c:1715: error: dereferencing pointer to incomplete type ../SDL_ttf.c: In function 'TTF_SetFontStyle': ../SDL_ttf.c:1727: error: dereferencing pointer to incomplete type ../SDL_ttf.c: In function 'TTF_GetFontStyle': ../SDL_ttf.c:1733: error: dereferencing pointer to incomplete type ../SDL_ttf.c: In function 'TTF_Quit': ../SDL_ttf.c:1740: warning: implicit declaration of function 'FT_Done_FreeType' ...failed CompileC /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_libsdl_ttf/ work/SDL_ttf-2.0.7/PBProjects/build/SDL_ttf.build/Framework.build/Objects-normal/ppc/SDL_ttf.o ... BUILD FAILED

Attachments (1)

Portfile.diff (1.2 KB) - added by mvitocruz@… 19 years ago.
Proposed fix

Download all attachments as: .zip

Change History (4)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to rshaw@…

Changed 19 years ago by mvitocruz@…

Attachment: Portfile.diff added

Proposed fix

comment:2 Changed 19 years ago by james@…

Works like a charm with 2.0.7_0. Thanks!

comment:3 Changed 19 years ago by rshaw@…

Resolution: fixed
Status: newclosed

Fix committed, thanks.

Note: See TracTickets for help on using tickets.