| Summary: | gnustep-apps/preferences fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Gentoo Gnustep project <gnustep> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2010-07-14 00:08:06 UTC
Created attachment 238661 [details]
Build log
i686-pc-linux-gnu-gcc Font.m -c \ -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -fgnu-runtime -DHAVE_CONFIG_H -fconstant-string-class=NSConstantString -I../.. -I. -I/var/tmp/portage/gnustep-apps/preferences-1.3.0_pre20061204-r1/temp/GNUstep/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/System/Library/Headers \ -o obj/Font.obj/Font.m.o Font.m:59:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token Font.m: In function ‘-[Font initWithOwner:]’: Font.m:312:3: error: ‘defaults’ undeclared (first use in this function) Font.m:312:3: note: each undeclared identifier is reported only once for each function it appears in Font.m:312:15: error: ‘NSUserDefaults’ undeclared (first use in this function) Font.m:313:48: error: ‘NSGlobalDomain’ undeclared (first use in this function) this usually is caused by a missing include Added a newer version so we have all of upstream fixes :) Fixed with 1.3.0_pre20100523 |