mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
7.7 KiB

  1. [COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY]
  3. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. [COPY] Please add additional copyright information _after_ the line containing
  5. [COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. [COPY]
  8. [COPY] ROCK Linux: rock-src/package/teha/pekwm/pekwm.cache
  9. [COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; either version 2 of the License, or
  14. [COPY] (at your option) any later version. A copy of the GNU General Public
  15. [COPY] License can be found at Documentation/COPYING.
  16. [COPY]
  17. [COPY] Many people helped and are helping developing ROCK Linux. Please
  18. [COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. [COPY] file for details.
  20. [COPY]
  21. [COPY] --- ROCK-COPYRIGHT-NOTE-END ---
  22. [TIMESTAMP] 1181087933 Wed Jun 6 01:58:53 2007 (5) ERROR
  23. [TIMESTAMP] 1181563555 Mon Jun 11 14:05:55 2007 (9) ERROR
  24. [TIMESTAMP] 1181824373 Thu Jun 14 14:32:53 2007 (5) ERROR
  25. [TIMESTAMP] 1181905067 Fri Jun 15 12:57:47 2007 (9) ERROR
  26. [TIMESTAMP] 1181950849 Sat Jun 16 01:40:49 2007 (5) ERROR
  27. [TIMESTAMP] 1181972370 Sat Jun 16 07:39:30 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-pekwm.err 9-pekwm.err
  31. [BUILDTIME] 2029 (5) ERROR
  32. [BUILDTIME] 1976 (9) ERROR
  33. [BUILDTIME] 1990 (5) ERROR
  34. [BUILDTIME] 1968 (9) ERROR
  35. [BUILDTIME] 1929 (5) ERROR
  36. [BUILDTIME] 1935 (9) ERROR
  37. [5-ERROR] checking for shmat... yes
  38. [5-ERROR] checking for IceConnectionNumber in -lICE... yes
  39. [5-ERROR] checking for setenv... yes
  40. [5-ERROR] checking for XOpenDisplay in -lX11... yes
  41. [5-ERROR] checking for XpmReadFileToPixmap in -lXpm... yes
  42. [5-ERROR] checking whether to build support for the XShape extension... yes
  43. [5-ERROR] checking for XShapeCombineShape in -lXext... yes
  44. [5-ERROR] checking for X11/extensions/shape.h... yes
  45. [5-ERROR] checking whether to build support for the Xinerama extension... no
  46. [5-ERROR] checking whether to include verbose debugging code... no
  47. [5-ERROR] checking whether to include menu support... yes
  48. [5-ERROR] checking whether to include keygrabber support... yes
  49. [5-ERROR] checking whether to include harbour... no
  50. [5-ERROR] checking whether to use pcre for autoprops... no
  51. [5-ERROR] configure: creating ./config.status
  52. [5-ERROR] config.status: creating Makefile
  53. [5-ERROR] config.status: creating src/Makefile
  54. [5-ERROR] config.status: creating data/Makefile
  55. [5-ERROR] config.status: creating data/themes/Makefile
  56. [5-ERROR] config.status: creating data/scripts/Makefile
  57. [5-ERROR] config.status: creating docs/Makefile
  58. [5-ERROR] config.status: creating config.h
  59. [5-ERROR] *
  60. [5-ERROR] * pekwm version 0.1.3 configured successfully.
  61. [5-ERROR] *
  62. [5-ERROR] * Using '/usr' for installation.
  63. [5-ERROR] * Using 'g++-42' for C++ compiler.
  64. [5-ERROR] * Building with '-g -O2 -I/usr/X11R7/include' for C++ compiler flags.
  65. [5-ERROR] * Building with ' -L/usr/X11R7/lib -lX11 -lXpm -lXext' for linker flags.
  66. [5-ERROR] * To Rebuild, use:
  67. [5-ERROR] * ./configure --enable-shape --disable-xinerama --disable-debug --enable-menus --enable-keygrabber --disable-harbour --disable-pcre
  68. [5-ERROR] *
  69. [5-ERROR] * Now you may build with 'make'
  70. [5-ERROR] *
  71. [5-ERROR] ( cd src && make )
  72. [5-ERROR] make[1]: Entering directory `/ROCK/loop/src.pekwm.1181950830.9103.4161569442/pekwm-0.1.3/src'
  73. [5-ERROR] g++-42 -Wall -g -O2 -I/usr/X11R7/include -DDATADIR=\"/usr/share/pekwm\" -DSYSCONFDIR=\"/etc/pekwm\" -c ActionHandler.cc -o ActionHandler.o
  74. [5-ERROR] In file included from ActionHandler.cc:14:
  75. [5-ERROR] FrameWidget.hh:81: error: extra qualification 'FrameWidget::' on member 'borderTop'
  76. [5-ERROR] FrameWidget.hh:87: error: extra qualification 'FrameWidget::' on member 'borderTopLeft'
  77. [5-ERROR] FrameWidget.hh:93: error: extra qualification 'FrameWidget::' on member 'borderTopRight'
  78. [5-ERROR] FrameWidget.hh:99: error: extra qualification 'FrameWidget::' on member 'borderBottom'
  79. [5-ERROR] FrameWidget.hh:105: error: extra qualification 'FrameWidget::' on member 'borderBottomLeft'
  80. [5-ERROR] FrameWidget.hh:111: error: extra qualification 'FrameWidget::' on member 'borderBottomRight'
  81. [5-ERROR] FrameWidget.hh:117: error: extra qualification 'FrameWidget::' on member 'borderLeft'
  82. [5-ERROR] FrameWidget.hh:123: error: extra qualification 'FrameWidget::' on member 'borderRight'
  83. [5-ERROR] make[1]: *** [ActionHandler.o] Error 1
  84. [5-ERROR] make[1]: Leaving directory `/ROCK/loop/src.pekwm.1181950830.9103.4161569442/pekwm-0.1.3/src'
  85. [5-ERROR] make: *** [all] Error 2
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] checking for shmat... yes
  88. [9-ERROR] checking for IceConnectionNumber in -lICE... yes
  89. [9-ERROR] checking for setenv... yes
  90. [9-ERROR] checking for XOpenDisplay in -lX11... yes
  91. [9-ERROR] checking for XpmReadFileToPixmap in -lXpm... yes
  92. [9-ERROR] checking whether to build support for the XShape extension... yes
  93. [9-ERROR] checking for XShapeCombineShape in -lXext... yes
  94. [9-ERROR] checking for X11/extensions/shape.h... yes
  95. [9-ERROR] checking whether to build support for the Xinerama extension... no
  96. [9-ERROR] checking whether to include verbose debugging code... no
  97. [9-ERROR] checking whether to include menu support... yes
  98. [9-ERROR] checking whether to include keygrabber support... yes
  99. [9-ERROR] checking whether to include harbour... no
  100. [9-ERROR] checking whether to use pcre for autoprops... no
  101. [9-ERROR] configure: creating ./config.status
  102. [9-ERROR] config.status: creating Makefile
  103. [9-ERROR] config.status: creating src/Makefile
  104. [9-ERROR] config.status: creating data/Makefile
  105. [9-ERROR] config.status: creating data/themes/Makefile
  106. [9-ERROR] config.status: creating data/scripts/Makefile
  107. [9-ERROR] config.status: creating docs/Makefile
  108. [9-ERROR] config.status: creating config.h
  109. [9-ERROR] *
  110. [9-ERROR] * pekwm version 0.1.3 configured successfully.
  111. [9-ERROR] *
  112. [9-ERROR] * Using '/usr' for installation.
  113. [9-ERROR] * Using 'g++-42' for C++ compiler.
  114. [9-ERROR] * Building with '-g -O2 -I/usr/X11R7/include' for C++ compiler flags.
  115. [9-ERROR] * Building with ' -L/usr/X11R7/lib -lX11 -lXpm -lXext' for linker flags.
  116. [9-ERROR] * To Rebuild, use:
  117. [9-ERROR] * ./configure --enable-shape --disable-xinerama --disable-debug --enable-menus --enable-keygrabber --disable-harbour --disable-pcre
  118. [9-ERROR] *
  119. [9-ERROR] * Now you may build with 'make'
  120. [9-ERROR] *
  121. [9-ERROR] ( cd src && make )
  122. [9-ERROR] make[1]: Entering directory `/ROCK/loop/src.pekwm.1181972351.12377.2938899655/pekwm-0.1.3/src'
  123. [9-ERROR] g++-42 -Wall -g -O2 -I/usr/X11R7/include -DDATADIR=\"/usr/share/pekwm\" -DSYSCONFDIR=\"/etc/pekwm\" -c ActionHandler.cc -o ActionHandler.o
  124. [9-ERROR] In file included from ActionHandler.cc:14:
  125. [9-ERROR] FrameWidget.hh:81: error: extra qualification 'FrameWidget::' on member 'borderTop'
  126. [9-ERROR] FrameWidget.hh:87: error: extra qualification 'FrameWidget::' on member 'borderTopLeft'
  127. [9-ERROR] FrameWidget.hh:93: error: extra qualification 'FrameWidget::' on member 'borderTopRight'
  128. [9-ERROR] FrameWidget.hh:99: error: extra qualification 'FrameWidget::' on member 'borderBottom'
  129. [9-ERROR] FrameWidget.hh:105: error: extra qualification 'FrameWidget::' on member 'borderBottomLeft'
  130. [9-ERROR] FrameWidget.hh:111: error: extra qualification 'FrameWidget::' on member 'borderBottomRight'
  131. [9-ERROR] FrameWidget.hh:117: error: extra qualification 'FrameWidget::' on member 'borderLeft'
  132. [9-ERROR] FrameWidget.hh:123: error: extra qualification 'FrameWidget::' on member 'borderRight'
  133. [9-ERROR] make[1]: *** [ActionHandler.o] Error 1
  134. [9-ERROR] make[1]: Leaving directory `/ROCK/loop/src.pekwm.1181972351.12377.2938899655/pekwm-0.1.3/src'
  135. [9-ERROR] make: *** [all] Error 2
  136. [9-ERROR] --- BUILD ERROR ---