Public paste
Undefined
By: Guest | Date: Aug 7 2009 09:23 | Format: None | Expires: never | Size: 6.85 KB | Hits: 1189

  1. $ cd system-curie/src/windows/
  2.  
  3. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/src/windows
  4. $ nano memory.c
  5.  
  6. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/src/windows
  7. $ cd ..
  8.  
  9. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/src
  10. $ cd ..
  11.  
  12. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
  13. $ ls
  14. AUTHORS  README      build-icemake.cmd  build.sh       doxyfile.internal  src
  15. COPYING  README.txt  build-icemake.sh   documentation  icemake.sx         tests
  16. CREDITS  build       build.cmd          doxyfile       include
  17.  
  18. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
  19. $ mkdir build_win
  20.  
  21. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
  22. $ cd build_win/
  23.  
  24. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/build_win
  25. $ mkdir curieinstall
  26.  
  27. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/build_win
  28. $ ../build.sh -dif ./build_win/curieinstall
  29. ../build.sh: line 6: ./build-icemake.sh: No such file or directory
  30.  
  31. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/build_win
  32. $ cd ..
  33.  
  34. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
  35. $ ./build.sh -dif ./build_win/curieinstall
  36. cc -o build/icemake.o -c src/icemake.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generi
  37. c/ -Iinclude/internal/ -Wall -pedantic --std=c99
  38. src/icemake.c: In function `sx_string_dir_prefix':
  39. src/icemake.c:130: warning: implicit declaration of function `snprintf'
  40. cc -o build/icemake-build.o -c src/icemake-build.c -DPOSIX -DGCC -Iinclude/ -Iin
  41. clude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  42. src/icemake-build.c: In function `prepend_includes_common':
  43. src/icemake-build.c:122: warning: implicit declaration of function `snprintf'
  44. cc -o build/icemake-install.o -c src/icemake-install.c -DPOSIX -DGCC -Iinclude/
  45. -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  46. src/icemake-install.c: In function `get_library_install_path':
  47. src/icemake-install.c:233: warning: implicit declaration of function `snprintf'
  48. cc -o build/icemake-link.o -c src/icemake-link.c -DPOSIX -DGCC -Iinclude/ -Iincl
  49. ude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  50. src/icemake-link.c: In function `map_includes_gcc':
  51. src/icemake-link.c:192: warning: implicit declaration of function `snprintf'
  52. cc -o build/icemake-crosslink.o -c src/icemake-crosslink.c -DPOSIX -DGCC -Iinclu
  53. de/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  54. cc -o build/icemake-stubs.o -c src/icemake-stubs.c -DPOSIX -DGCC -Iinclude/ -Iin
  55. clude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  56. cc -o build/sexpr.o -c src/sexpr.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/ -
  57. Iinclude/internal/ -Wall -pedantic --std=c99
  58. cc -o build/memory.o -c src/posix/memory.c -DPOSIX -DGCC -Iinclude/ -Iinclude/ge
  59. neric/ -Iinclude/internal/ -Wall -pedantic --std=c99
  60. cc -o build/memory-pool.o -c src/memory-pool.c -DPOSIX -DGCC -Iinclude/ -Iinclud
  61. e/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  62. cc -o build/memory-allocator.o -c src/memory-allocator.c -DPOSIX -DGCC -Iinclude
  63. / -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  64. cc -o build/io.o -c src/io.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/ -Iinclu
  65. de/internal/ -Wall -pedantic --std=c99
  66. cc -o build/string.o -c src/string.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/
  67.  -Iinclude/internal/ -Wall -pedantic --std=c99
  68. cc -o build/io-system.o -c src/posix/io-system.c -DPOSIX -DGCC -Iinclude/ -Iincl
  69. ude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  70. cc -o build/sexpr-read-write.o -c src/sexpr-read-write.c -DPOSIX -DGCC -Iinclude
  71. / -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  72. cc -o build/sexpr-library.o -c src/sexpr-library.c -DPOSIX -DGCC -Iinclude/ -Iin
  73. clude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  74. cc -o build/tree.o -c src/tree.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/ -Ii
  75. nclude/internal/ -Wall -pedantic --std=c99
  76. cc -o build/immutable.o -c src/immutable.c -DPOSIX -DGCC -Iinclude/ -Iinclude/ge
  77. neric/ -Iinclude/internal/ -Wall -pedantic --std=c99
  78. cc -o build/multiplex.o -c src/multiplex.c -DPOSIX -DGCC -Iinclude/ -Iinclude/ge
  79. neric/ -Iinclude/internal/ -Wall -pedantic --std=c99
  80. cc -o build/multiplex-signal.o -c src/multiplex-signal.c -DPOSIX -DGCC -Iinclude
  81. / -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  82. cc -o build/multiplex-process.o -c src/multiplex-process.c -DPOSIX -DGCC -Iinclu
  83. de/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  84. cc -o build/multiplex-io.o -c src/multiplex-io.c -DPOSIX -DGCC -Iinclude/ -Iincl
  85. ude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  86. cc -o build/multiplex-system.o -c src/posix/multiplex-system.c -DPOSIX -DGCC -Ii
  87. nclude/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  88. src/posix/multiplex-system.c: In function `a_select_with_fds':
  89. src/posix/multiplex-system.c:35: error: `fd_set' undeclared (first use in this f
  90. unction)
  91. src/posix/multiplex-system.c:35: error: (Each undeclared identifier is reported
  92. only once
  93. src/posix/multiplex-system.c:35: error: for each function it appears in.)
  94. src/posix/multiplex-system.c:35: error: parse error before "rset"
  95. src/posix/multiplex-system.c:38: warning: implicit declaration of function `FD_Z
  96. ERO'
  97. src/posix/multiplex-system.c:38: error: `rset' undeclared (first use in this fun
  98. ction)
  99. src/posix/multiplex-system.c:42: warning: implicit declaration of function `FD_S
  100. ET'
  101. src/posix/multiplex-system.c:45: error: `wset' undeclared (first use in this fun
  102. ction)
  103. src/posix/multiplex-system.c:52: warning: implicit declaration of function `sele
  104. ct'
  105. src/posix/multiplex-system.c:52: error: parse error before ')' token
  106. src/posix/multiplex-system.c:63: warning: implicit declaration of function `FD_I
  107. SSET'
  108.  
  109. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
  110. $ ./build.sh -t posix
  111. cc -o build/multiplex-system.o -c src/posix/multiplex-system.c -DPOSIX -DGCC -Ii
  112. nclude/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
  113. src/posix/multiplex-system.c: In function `a_select_with_fds':
  114. src/posix/multiplex-system.c:35: error: `fd_set' undeclared (first use in this f
  115. unction)
  116. src/posix/multiplex-system.c:35: error: (Each undeclared identifier is reported
  117. only once
  118. src/posix/multiplex-system.c:35: error: for each function it appears in.)
  119. src/posix/multiplex-system.c:35: error: parse error before "rset"
  120. src/posix/multiplex-system.c:38: warning: implicit declaration of function `FD_Z
  121. ERO'
  122. src/posix/multiplex-system.c:38: error: `rset' undeclared (first use in this fun
  123. ction)
  124. src/posix/multiplex-system.c:42: warning: implicit declaration of function `FD_S
  125. ET'
  126. src/posix/multiplex-system.c:45: error: `wset' undeclared (first use in this fun
  127. ction)
  128. src/posix/multiplex-system.c:52: warning: implicit declaration of function `sele
  129. ct'
  130. src/posix/multiplex-system.c:52: error: parse error before ')' token
  131. src/posix/multiplex-system.c:63: warning: implicit declaration of function `FD_I
  132. SSET'
  133.  
  134. nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
  135. $