Advertisement
seoz

e build error with MAKEFLAGS="make -j6"

May 8th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. CC e_mod_config.lo
  2. CC e_mod_tiling.lo
  3. e_mod_config.c: In function ‘get_vdesk’:
  4. e_mod_config.c:27:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  5. e_mod_config.c:27:5: note: use option -std=c99 or -std=gnu99 to compile your code
  6. e_mod_config.c: In function ‘_create_data’:
  7. e_mod_config.c:58:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  8. e_mod_config.c: In function ‘_fill_zone_config’:
  9. e_mod_config.c:99:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  10. e_mod_config.c: In function ‘_basic_create_widgets’:
  11. e_mod_config.c:201:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  12. e_mod_config.c: In function ‘_basic_apply_data’:
  13. e_mod_config.c:256:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  14. e_mod_config.c:282:21: error: redefinition of ‘l’
  15. e_mod_config.c:256:21: note: previous definition of ‘l’ was here
  16. e_mod_config.c:282:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  17. make[4]: *** [e_mod_config.lo] Error 1
  18. e_mod_tiling.c: In function ‘get_stack’:
  19. e_mod_tiling.c:214:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  20. e_mod_tiling.c:214:5: note: use option -std=c99 or -std=gnu99 to compile your code
  21. e_mod_tiling.c: In function ‘get_stack_count’:
  22. e_mod_tiling.c:224:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  23. e_mod_tiling.c: In function ‘get_window_count’:
  24. e_mod_tiling.c:236:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  25. e_mod_tiling.c: In function ‘get_transition_count’:
  26. e_mod_tiling.c:249:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  27. e_mod_tiling.c: In function ‘end_special_input’:
  28. e_mod_tiling.c:469:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  29. e_mod_tiling.c: In function ‘_do_overlay’:
  30. e_mod_tiling.c:592:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  31. e_mod_tiling.c: In function ‘_reorganize_stack’:
  32. e_mod_tiling.c:711:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  33. e_mod_tiling.c:748:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  34. e_mod_tiling.c: In function ‘_move_resize_stack’:
  35. e_mod_tiling.c:833:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  36. e_mod_tiling.c: In function ‘_set_stack_geometry’:
  37. e_mod_tiling.c:865:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  38. e_mod_tiling.c: In function ‘_add_stack’:
  39. e_mod_tiling.c:924:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  40. e_mod_tiling.c:947:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  41. e_mod_tiling.c:957:18: error: redefinition of ‘i’
  42. e_mod_tiling.c:947:18: note: previous definition of ‘i’ was here
  43. e_mod_tiling.c:957:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  44. e_mod_tiling.c: In function ‘_remove_stack’:
  45. e_mod_tiling.c:985:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  46. e_mod_tiling.c:986:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  47. e_mod_tiling.c:1013:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  48. e_mod_tiling.c: In function ‘_toggle_rows_cols’:
  49. e_mod_tiling.c:1063:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  50. e_mod_tiling.c:1073:14: error: redefinition of ‘i’
  51. e_mod_tiling.c:1063:14: note: previous definition of ‘i’ was here
  52. e_mod_tiling.c:1073:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  53. e_mod_tiling.c: In function ‘change_desk_conf’:
  54. e_mod_tiling.c:1117:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  55. e_mod_tiling.c:1118:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  56. e_mod_tiling.c:1128:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  57. e_mod_tiling.c:1132:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  58. e_mod_tiling.c: In function ‘_add_border’:
  59. e_mod_tiling.c:1253:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  60. e_mod_tiling.c: In function ‘_remove_border’:
  61. e_mod_tiling.c:1352:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  62. e_mod_tiling.c:1363:22: error: redefinition of ‘i’
  63. e_mod_tiling.c:1352:22: note: previous definition of ‘i’ was here
  64. e_mod_tiling.c:1363:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  65. e_mod_tiling.c:1374:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  66. e_mod_tiling.c:1376:21: error: ‘for’ loop initial declarations are only allowed in C99 mode
  67. e_mod_tiling.c:1390:22: error: redefinition of ‘i’
  68. e_mod_tiling.c:1374:22: note: previous definition of ‘i’ was here
  69. e_mod_tiling.c:1390:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  70. e_mod_tiling.c: In function ‘_action_swap’:
  71. e_mod_tiling.c:1664:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  72. e_mod_tiling.c:1669:14: error: redefinition of ‘i’
  73. e_mod_tiling.c:1664:14: note: previous definition of ‘i’ was here
  74. e_mod_tiling.c:1669:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  75. e_mod_tiling.c: In function ‘_move_left_cols’:
  76. e_mod_tiling.c:2089:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  77. e_mod_tiling.c:2093:18: error: redefinition of ‘i’
  78. e_mod_tiling.c:2089:18: note: previous definition of ‘i’ was here
  79. e_mod_tiling.c:2093:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  80. e_mod_tiling.c: In function ‘_move_right_cols’:
  81. e_mod_tiling.c:2159:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  82. e_mod_tiling.c:2192:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  83. e_mod_tiling.c:2196:18: error: redefinition of ‘i’
  84. e_mod_tiling.c:2192:18: note: previous definition of ‘i’ was here
  85. e_mod_tiling.c:2196:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  86. e_mod_tiling.c: In function ‘_move_up_rows’:
  87. e_mod_tiling.c:2345:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  88. e_mod_tiling.c:2349:18: error: redefinition of ‘i’
  89. e_mod_tiling.c:2345:18: note: previous definition of ‘i’ was here
  90. e_mod_tiling.c:2349:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  91. e_mod_tiling.c: In function ‘_move_down_rows’:
  92. e_mod_tiling.c:2416:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  93. e_mod_tiling.c:2448:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  94. e_mod_tiling.c:2452:18: error: redefinition of ‘i’
  95. e_mod_tiling.c:2448:18: note: previous definition of ‘i’ was here
  96. e_mod_tiling.c:2452:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  97. e_mod_tiling.c: In function ‘_do_transition_overlay’:
  98. e_mod_tiling.c:2982:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  99. e_mod_tiling.c: In function ‘_container_resize_hook’:
  100. e_mod_tiling.c:3641:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
  101. e_mod_tiling.c:3643:13: error: ‘for’ loop initial declarations are only allowed in C99 mode
  102. e_mod_tiling.c:3653:17: error: ‘for’ loop initial declarations are only allowed in C99 mode
  103. e_mod_tiling.c: In function ‘_clear_info_hash’:
  104. e_mod_tiling.c:3682:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  105. e_mod_tiling.c: In function ‘e_modapi_init’:
  106. e_mod_tiling.c:3815:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
  107. make[4]: *** [e_mod_tiling.lo] Error 1
  108. make[4]: Target `all' not remade because of errors.
  109. make[4]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/e/src/modules/tiling'
  110. make[4]: Entering directory `/home/seoz/efl/git-svn/e/trunk/e/src/modules'
  111. make[4]: Nothing to be done for `all-am'.
  112. make[4]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/e/src/modules'
  113. make[3]: *** [all-recursive] Error 1
  114. make[3]: Target `all' not remade because of errors.
  115. make[3]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/e/src/modules'
  116. Making all in preload
  117. make[3]: Entering directory `/home/seoz/efl/git-svn/e/trunk/e/src/preload'
  118. make[3]: Nothing to be done for `all'.
  119. make[3]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/e/src/preload'
  120. make[3]: Entering directory `/home/seoz/efl/git-svn/e/trunk/e/src'
  121. make[3]: Nothing to be done for `all-am'.
  122. make[3]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/e/src'
  123. make[2]: *** [all-recursive] Error 1
  124. make[2]: Target `all' not remade because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement