This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10339 - checkwps builderrors
Attached to Project:
Rockbox
Opened by Jonas Häggqvist (rasher) - Monday, 15 June 2009, 19:34 GMT+2
Last edited by Björn Stenberg (zagor) - Tuesday, 01 September 2009, 17:01 GMT+2
Opened by Jonas Häggqvist (rasher) - Monday, 15 June 2009, 19:34 GMT+2
Last edited by Björn Stenberg (zagor) - Tuesday, 01 September 2009, 17:01 GMT+2
|
DetailsBuilding checkwps (up to date SVN r21295) fails for all targets with errors such as this:
CC [IRIVER_H120] In file included from ../../apps/misc.h:27, from ../../apps/gui/wps_parser.c:26: ../../firmware/export/system.h:151:1: warning: "htole16" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/gui/wps_parser.c:24: /usr/include/endian.h:65:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/gui/wps_parser.c:26: ../../firmware/export/system.h:152:1: warning: "htole32" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/gui/wps_parser.c:24: /usr/include/endian.h:70:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/gui/wps_parser.c:26: ../../firmware/export/system.h:155:1: warning: "htobe16" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/gui/wps_parser.c:24: /usr/include/endian.h:64:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/gui/wps_parser.c:26: ../../firmware/export/system.h:156:1: warning: "htobe32" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/gui/wps_parser.c:24: /usr/include/endian.h:69:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/gui/wps_parser.c:26: ../../firmware/export/system.h:232:27: error: system-target.h: No such file or directory In file included from ../../apps/gui/wps_parser.c:34: ./checkwps.h:42:1: warning: "MIN" redefined In file included from ../../apps/misc.h:27, from ../../apps/gui/wps_parser.c:26: ../../firmware/export/system.h:90:1: warning: this is the location of the previous definition In file included from ../../apps/gui/wps_parser.c:47: ../../apps/settings.h:290: error: redefinition of 'struct user_settings' ../../apps/settings.h:743: error: conflicting types for 'global_settings' ./checkwps.h:36: error: previous declaration of 'global_settings' was here In file included from ../../apps/misc.h:27, from ../../apps/misc.c:25: ../../firmware/export/system.h:151:1: warning: "htole16" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/misc.c:21: /usr/include/endian.h:65:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/misc.c:25: ../../firmware/export/system.h:152:1: warning: "htole32" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/misc.c:21: /usr/include/endian.h:70:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/misc.c:25: ../../firmware/export/system.h:155:1: warning: "htobe16" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/misc.c:21: /usr/include/endian.h:64:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/misc.c:25: ../../firmware/export/system.h:156:1: warning: "htobe32" redefined In file included from /usr/include/sys/types.h:217, from /usr/include/stdlib.h:320, from ../../apps/misc.c:21: /usr/include/endian.h:69:1: warning: this is the location of the previous definition In file included from ../../apps/misc.h:27, from ../../apps/misc.c:25: ../../firmware/export/system.h:232:27: error: system-target.h: No such file or directory make: *** [checkwps] Error 1 This is rather unfortunate for the theme site, which uses checkwps to check if themes are valid. |
This task depends upon
Closed by Björn Stenberg (zagor)
Tuesday, 01 September 2009, 17:01 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r22593
Tuesday, 01 September 2009, 17:01 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r22593
This patch should remove theme.