Guest User

compile output

a guest
Jun 2nd, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.92 KB | None | 0 0
  1. Maxs-Mac-mini:scid max$ make clean
  2. rm -f game.* learn* tkscid.so tkscid.dll position.* src/*.o src/polyglot/*.o tkscid scid sc_epgn sc_spell sc_eco sc_import sc_remote scidpgn pgnfix spliteco spf2spi
  3. rm -f src/*.d src/polyglot/*.d
  4. cd engines/phalanx-scid/ && make clean && cd ../../
  5. rm -rf .o phalanx phalanx-scid *.lrn learn.phalanx
  6. cd engines/togaII1.2.1a/src/ && make clean && cd ../../../
  7. rm -f *.o .depend gmon.out fruit togaII
  8. rm -Rf dist
  9. Maxs-Mac-mini:scid max$ ./configure && make install
  10. configure: Makefile configuration program for Scid
  11. Renaming "Makefile" to "Makefile.bak"
  12. Tcl/Tk version: 8.5
  13. Your operating system is: Darwin 14.3.0
  14. Location of Tcl/Tk Aqua frameworks: /System/Library/Frameworks
  15. Checking if your system already has zlib installed: no.
  16. Using Makefile.conf.
  17. Multi-threading enabled (if you have problems try ./configure THREADS="").
  18. The Makefile configured for your system was written.
  19. Now just type "make" to compile Scid.
  20. rm -f ./scid
  21. cat tcl/start.tcl > ./scid
  22. chmod +x scid
  23. cp scripts/sc_epgn.tcl ./sc_epgn
  24. chmod +x sc_epgn
  25. cp scripts/sc_spell.tcl ./sc_spell
  26. chmod +x sc_spell
  27. cp scripts/sc_eco.tcl ./sc_eco
  28. chmod +x sc_eco
  29. cp scripts/sc_import.tcl ./sc_import
  30. chmod +x sc_import
  31. cp scripts/sc_remote.tk ./sc_remote
  32. chmod +x sc_remote
  33. cp scripts/scidpgn.tcl ./scidpgn
  34. chmod +x scidpgn
  35. cp scripts/pgnfix.py ./pgnfix
  36. chmod +x pgnfix
  37. cp scripts/spliteco.tcl ./spliteco
  38. chmod +x spliteco
  39. cp scripts/spf2spi.tcl ./spf2spi
  40. chmod +x spf2spi
  41. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/bytebuf.o -c src/bytebuf.cpp
  42. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/crosstab.o -c src/crosstab.cpp
  43. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/date.o -c src/date.cpp
  44. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/dstring.o -c src/dstring.cpp
  45. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/engine.o -c src/engine.cpp
  46. src/engine.cpp:1480:51: warning: '&&' within '||' [-Wlogical-op-parentheses]
  47. if (mlist->Size() <= depth || depth >= 5 && IsMatingScore (bestScore)) { break; }
  48. ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  49. src/engine.cpp:1480:51: note: place parentheses around the '&&' expression to silence this warning
  50. if (mlist->Size() <= depth || depth >= 5 && IsMatingScore (bestScore)) { break; }
  51. ^
  52. ( )
  53. src/engine.cpp:57:18: warning: unused variable 'DispersedPawn' [-Wunused-const-variable]
  54. static const int DispersedPawn = 10; // Not in pawn chain/duo. (Unused)
  55. ^
  56. 2 warnings generated.
  57. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/filter.o -c src/filter.cpp
  58. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/game.o -c src/game.cpp
  59. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/gfile.o -c src/gfile.cpp
  60. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/index.o -c src/index.cpp
  61. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/matsig.o -c src/matsig.cpp
  62. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/mfile.o -c src/mfile.cpp
  63. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/misc.o -c src/misc.cpp
  64. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/movelist.o -c src/movelist.cpp
  65. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/namebase.o -c src/namebase.cpp
  66. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/optable.o -c src/optable.cpp
  67. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/pbook.o -c src/pbook.cpp
  68. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/pgnparse.o -c src/pgnparse.cpp
  69. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/position.o -c src/position.cpp
  70. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/probe.o -c src/probe.cpp
  71. In file included from src/probe.cpp:45:
  72. src/egtb/tbindex.cpp:242:55: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
  73. printf ("*** Cannot allocate %d bytes of memory\n", cb);
  74. ~~ ^~
  75. %zu
  76. src/egtb/tbindex.cpp:1204:34: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  77. printf ("\nAllocated %dk\n\n", (cbAllocated + 1023)/1024);
  78. ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
  79. %lu
  80. In file included from src/probe.cpp:45:
  81. In file included from src/egtb/tbindex.cpp:2993:
  82. src/egtb/tbdecode.c:828:12: warning: unused function 'comp_tell_blocks' [-Wunused-function]
  83. static int comp_tell_blocks (decode_info *info)
  84. ^
  85. 3 warnings generated.
  86. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/recog.o -c src/recog.cpp
  87. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/sc_base.o -c src/sc_base.cpp
  88. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/scidbase.o -c src/scidbase.cpp
  89. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/searchindex.o -c src/searchindex.cpp
  90. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/sortcache.o -c src/sortcache.cpp
  91. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/spellchk.o -c src/spellchk.cpp
  92. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/stored.o -c src/stored.cpp
  93. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/textbuf.o -c src/textbuf.cpp
  94. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/tkscid.o -c src/tkscid.cpp
  95. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/tree.o -c src/tree.cpp
  96. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/attack.o -c src/polyglot/attack.cpp
  97. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/board.o -c src/polyglot/board.cpp
  98. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/book.o -c src/polyglot/book.cpp
  99. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/colour.o -c src/polyglot/colour.cpp
  100. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/fen.o -c src/polyglot/fen.cpp
  101. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/hash.o -c src/polyglot/hash.cpp
  102. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/list.o -c src/polyglot/list.cpp
  103. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/main.o -c src/polyglot/main.cpp
  104. src/polyglot/main.cpp:36:27: warning: unused variable 'Version' [-Wunused-const-variable]
  105. static const char * const Version = "1.4";
  106. ^
  107. src/polyglot/main.cpp:38:19: warning: unused variable 'BlockSignal' [-Wunused-const-variable]
  108. static const bool BlockSignal = false; // true on Windows
  109. ^
  110. src/polyglot/main.cpp:40:18: warning: unused variable 'SearchDepth' [-Wunused-const-variable]
  111. static const int SearchDepth = 63;
  112. ^
  113. src/polyglot/main.cpp:41:21: warning: unused variable 'SearchTime' [-Wunused-const-variable]
  114. static const double SearchTime = 3600.0;
  115. ^
  116. src/polyglot/main.cpp:43:18: warning: unused variable 'StringSize' [-Wunused-const-variable]
  117. static const int StringSize = 4096;
  118. ^
  119. 5 warnings generated.
  120. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/move.o -c src/polyglot/move.cpp
  121. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/move_do.o -c src/polyglot/move_do.cpp
  122. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/move_gen.o -c src/polyglot/move_gen.cpp
  123. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/move_legal.o -c src/polyglot/move_legal.cpp
  124. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/option.o -c src/polyglot/option.cpp
  125. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/piece.o -c src/polyglot/piece.cpp
  126. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/random.o -c src/polyglot/random.cpp
  127. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/san.o -c src/polyglot/san.cpp
  128. src/polyglot/san.cpp:28:19: warning: unused variable 'UseSlowDebug' [-Wunused-const-variable]
  129. static const bool UseSlowDebug = false;
  130. ^
  131. 1 warning generated.
  132. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/square.o -c src/polyglot/square.cpp
  133. clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -F/System/Library/Frameworks/Tcl.framework -F/System/Library/Frameworks/Tk.framework -o src/polyglot/util.o -c src/polyglot/util.cpp
  134. clang++ -std=c++11 -stdlib=libc++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE src/polyglot/attack.o src/polyglot/board.o src/polyglot/book.o src/polyglot/colour.o src/polyglot/fen.o src/polyglot/hash.o src/polyglot/list.o src/polyglot/main.o src/polyglot/move.o src/polyglot/move_do.o src/polyglot/move_gen.o src/polyglot/move_legal.o src/polyglot/option.o src/polyglot/piece.o src/polyglot/random.o src/polyglot/san.o src/polyglot/square.o src/polyglot/util.o src/bytebuf.o src/crosstab.o src/date.o src/dstring.o src/engine.o src/filter.o src/game.o src/gfile.o src/index.o src/matsig.o src/mfile.o src/misc.o src/movelist.o src/namebase.o src/optable.o src/pbook.o src/pgnparse.o src/position.o src/probe.o src/recog.o src/sc_base.o src/scidbase.o src/searchindex.o src/sortcache.o src/spellchk.o src/stored.o src/textbuf.o src/tkscid.o src/tree.o -framework Tcl -o tkscid
  135. clang++ -std=c++11 -stdlib=libc++ -o scidlet engines/scidlet/scidlet.o src/engine.o src/recog.o src/misc.o src/position.o src/movelist.o src/dstring.o
  136. cd engines/phalanx-scid/ && /Applications/Xcode.app/Contents/Developer/usr/bin/make && cd ../../
  137. mkdir .o
  138. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c phalanx.c -o .o/phalanx.o
  139. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c search.c -o .o/search.o
  140. search.c:328:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  141. fprintf(Flag.log,pb);
  142. ^~
  143. search.c:333:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  144. fprintf(Flag.log,pb);
  145. ^~
  146. 2 warnings generated.
  147. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c io.c -o .o/io.o
  148. io.c:163:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  149. if( s == NULL ) printf(ss); else strcpy( s, ss );
  150. ^~
  151. io.c:504:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  152. if( s == NULL ) printf(ss); else strcpy(s,ss);
  153. ^~
  154. io.c:532:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  155. fprintf(Flag.log, ss);
  156. ^~
  157. io.c:624:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  158. printf(ss);
  159. ^~
  160. io.c:647:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  161. printf(s);
  162. ^
  163. io.c:681:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  164. if( s==NULL ) printf(ss); else strcpy(s,ss);
  165. ^~
  166. io.c:700:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  167. fprintf(Flag.log,f);
  168. ^
  169. 7 warnings generated.
  170. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c data.c -o .o/data.o
  171. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c evaluate.c -o .o/evaluate.o
  172. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c genmoves.c -o .o/genmoves.o
  173. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c moving.c -o .o/moving.o
  174. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c hash.c -o .o/hash.o
  175. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c static.c -o .o/static.o
  176. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c levels.c -o .o/levels.o
  177. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c book.c -o .o/book.o
  178. book.c:367:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  179. printf(s);
  180. ^
  181. book.c:371:38: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  182. if(Flag.xboard) fprintf(Flag.log,s+26);
  183. ^~~~
  184. book.c:372:38: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  185. else fprintf(Flag.log,s);
  186. ^
  187. book.c:375:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  188. fprintf(Flag.log,sm);
  189. ^~
  190. 4 warnings generated.
  191. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c killers.c -o .o/killers.o
  192. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c endgame.c -o .o/endgame.o
  193. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c learn.c -o .o/learn.o
  194. gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN .o/phalanx.o .o/search.o .o/io.o .o/data.o .o/evaluate.o .o/genmoves.o .o/moving.o .o/hash.o .o/static.o .o/levels.o .o/book.o .o/killers.o .o/endgame.o .o/learn.o -o phalanx-scid
  195. cd engines/togaII1.2.1a/src/ && /Applications/Xcode.app/Contents/Developer/usr/bin/make && cd ../../
  196. Makefile:47: .depend: No such file or directory
  197. g++ -MM attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp list.cpp main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp move_gen.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp protocol.cpp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp see.cpp sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp > .depend
  198. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o attack.o attack.cpp
  199. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o board.o board.cpp
  200. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o book.o book.cpp
  201. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o eval.o eval.cpp
  202. eval.cpp:61:18: warning: unused variable 'QueenUnit' [-Wunused-const-variable]
  203. static const int QueenUnit = 13;
  204. ^
  205. eval.cpp:73:18: warning: unused variable 'QueenMobOpening' [-Wunused-const-variable]
  206. static const int QueenMobOpening = 1;
  207. ^
  208. eval.cpp:74:18: warning: unused variable 'QueenMobEndgame' [-Wunused-const-variable]
  209. static const int QueenMobEndgame = 2;
  210. ^
  211. eval.cpp:75:18: warning: unused variable 'KingMobOpening' [-Wunused-const-variable]
  212. static const int KingMobOpening = 0;
  213. ^
  214. eval.cpp:76:18: warning: unused variable 'KingMobEndgame' [-Wunused-const-variable]
  215. static const int KingMobEndgame = 0;
  216. ^
  217. eval.cpp:105:18: warning: unused variable 'ProtectedPassedOpening' [-Wunused-const-variable]
  218. static const int ProtectedPassedOpening = 10;
  219. ^
  220. eval.cpp:106:18: warning: unused variable 'ProtectedPassedEndgame' [-Wunused-const-variable]
  221. static const int ProtectedPassedEndgame = 20;
  222. ^
  223. 7 warnings generated.
  224. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o fen.o fen.cpp
  225. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o hash.o hash.cpp
  226. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o list.o list.cpp
  227. list.cpp:14:19: warning: unused variable 'UseStrict' [-Wunused-const-variable]
  228. static const bool UseStrict = true;
  229. ^
  230. 1 warning generated.
  231. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o main.o main.cpp
  232. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o material.o material.cpp
  233. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move.o move.cpp
  234. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_check.o move_check.cpp
  235. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_do.o move_do.cpp
  236. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_evasion.o move_evasion.cpp
  237. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_gen.o move_gen.cpp
  238. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_legal.o move_legal.cpp
  239. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o option.o option.cpp
  240. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o pawn.o pawn.cpp
  241. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o piece.o piece.cpp
  242. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o posix.o posix.cpp
  243. posix.cpp:27:19: warning: unused variable 'UseDebug' [-Wunused-const-variable]
  244. static const bool UseDebug = false;
  245. ^
  246. 1 warning generated.
  247. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o protocol.o protocol.cpp
  248. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o pst.o pst.cpp
  249. pst.cpp:17:26: warning: unused variable 'B1' [-Wunused-const-variable]
  250. static const int A1=000, B1=001, C1=002, D1=003, E1=004, F1=005, G1=006, H1=007;
  251. ^
  252. pst.cpp:17:34: warning: unused variable 'C1' [-Wunused-const-variable]
  253. static const int A1=000, B1=001, C1=002, D1=003, E1=004, F1=005, G1=006, H1=007;
  254. ^
  255. pst.cpp:17:42: warning: unused variable 'D1' [-Wunused-const-variable]
  256. static const int A1=000, B1=001, C1=002, D1=003, E1=004, F1=005, G1=006, H1=007;
  257. ^
  258. pst.cpp:17:50: warning: unused variable 'E1' [-Wunused-const-variable]
  259. static const int A1=000, B1=001, C1=002, D1=003, E1=004, F1=005, G1=006, H1=007;
  260. ^
  261. pst.cpp:17:58: warning: unused variable 'F1' [-Wunused-const-variable]
  262. static const int A1=000, B1=001, C1=002, D1=003, E1=004, F1=005, G1=006, H1=007;
  263. ^
  264. pst.cpp:17:66: warning: unused variable 'G1' [-Wunused-const-variable]
  265. static const int A1=000, B1=001, C1=002, D1=003, E1=004, F1=005, G1=006, H1=007;
  266. ^
  267. pst.cpp:18:18: warning: unused variable 'A2' [-Wunused-const-variable]
  268. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  269. ^
  270. pst.cpp:18:26: warning: unused variable 'B2' [-Wunused-const-variable]
  271. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  272. ^
  273. pst.cpp:18:34: warning: unused variable 'C2' [-Wunused-const-variable]
  274. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  275. ^
  276. pst.cpp:18:42: warning: unused variable 'D2' [-Wunused-const-variable]
  277. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  278. ^
  279. pst.cpp:18:50: warning: unused variable 'E2' [-Wunused-const-variable]
  280. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  281. ^
  282. pst.cpp:18:58: warning: unused variable 'F2' [-Wunused-const-variable]
  283. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  284. ^
  285. pst.cpp:18:66: warning: unused variable 'G2' [-Wunused-const-variable]
  286. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  287. ^
  288. pst.cpp:18:74: warning: unused variable 'H2' [-Wunused-const-variable]
  289. static const int A2=010, B2=011, C2=012, D2=013, E2=014, F2=015, G2=016, H2=017;
  290. ^
  291. pst.cpp:19:18: warning: unused variable 'A3' [-Wunused-const-variable]
  292. static const int A3=020, B3=021, C3=022, D3=023, E3=024, F3=025, G3=026, H3=027;
  293. ^
  294. pst.cpp:19:26: warning: unused variable 'B3' [-Wunused-const-variable]
  295. static const int A3=020, B3=021, C3=022, D3=023, E3=024, F3=025, G3=026, H3=027;
  296. ^
  297. pst.cpp:19:34: warning: unused variable 'C3' [-Wunused-const-variable]
  298. static const int A3=020, B3=021, C3=022, D3=023, E3=024, F3=025, G3=026, H3=027;
  299. ^
  300. pst.cpp:19:58: warning: unused variable 'F3' [-Wunused-const-variable]
  301. static const int A3=020, B3=021, C3=022, D3=023, E3=024, F3=025, G3=026, H3=027;
  302. ^
  303. pst.cpp:19:66: warning: unused variable 'G3' [-Wunused-const-variable]
  304. static const int A3=020, B3=021, C3=022, D3=023, E3=024, F3=025, G3=026, H3=027;
  305. ^
  306. pst.cpp:19:74: warning: unused variable 'H3' [-Wunused-const-variable]
  307. static const int A3=020, B3=021, C3=022, D3=023, E3=024, F3=025, G3=026, H3=027;
  308. ^
  309. pst.cpp:20:18: warning: unused variable 'A4' [-Wunused-const-variable]
  310. static const int A4=030, B4=031, C4=032, D4=033, E4=034, F4=035, G4=036, H4=037;
  311. ^
  312. pst.cpp:20:26: warning: unused variable 'B4' [-Wunused-const-variable]
  313. static const int A4=030, B4=031, C4=032, D4=033, E4=034, F4=035, G4=036, H4=037;
  314. ^
  315. pst.cpp:20:34: warning: unused variable 'C4' [-Wunused-const-variable]
  316. static const int A4=030, B4=031, C4=032, D4=033, E4=034, F4=035, G4=036, H4=037;
  317. ^
  318. pst.cpp:20:58: warning: unused variable 'F4' [-Wunused-const-variable]
  319. static const int A4=030, B4=031, C4=032, D4=033, E4=034, F4=035, G4=036, H4=037;
  320. ^
  321. pst.cpp:20:66: warning: unused variable 'G4' [-Wunused-const-variable]
  322. static const int A4=030, B4=031, C4=032, D4=033, E4=034, F4=035, G4=036, H4=037;
  323. ^
  324. pst.cpp:20:74: warning: unused variable 'H4' [-Wunused-const-variable]
  325. static const int A4=030, B4=031, C4=032, D4=033, E4=034, F4=035, G4=036, H4=037;
  326. ^
  327. pst.cpp:21:18: warning: unused variable 'A5' [-Wunused-const-variable]
  328. static const int A5=040, B5=041, C5=042, D5=043, E5=044, F5=045, G5=046, H5=047;
  329. ^
  330. pst.cpp:21:26: warning: unused variable 'B5' [-Wunused-const-variable]
  331. static const int A5=040, B5=041, C5=042, D5=043, E5=044, F5=045, G5=046, H5=047;
  332. ^
  333. pst.cpp:21:34: warning: unused variable 'C5' [-Wunused-const-variable]
  334. static const int A5=040, B5=041, C5=042, D5=043, E5=044, F5=045, G5=046, H5=047;
  335. ^
  336. pst.cpp:21:58: warning: unused variable 'F5' [-Wunused-const-variable]
  337. static const int A5=040, B5=041, C5=042, D5=043, E5=044, F5=045, G5=046, H5=047;
  338. ^
  339. pst.cpp:21:66: warning: unused variable 'G5' [-Wunused-const-variable]
  340. static const int A5=040, B5=041, C5=042, D5=043, E5=044, F5=045, G5=046, H5=047;
  341. ^
  342. pst.cpp:21:74: warning: unused variable 'H5' [-Wunused-const-variable]
  343. static const int A5=040, B5=041, C5=042, D5=043, E5=044, F5=045, G5=046, H5=047;
  344. ^
  345. pst.cpp:22:18: warning: unused variable 'A6' [-Wunused-const-variable]
  346. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  347. ^
  348. pst.cpp:22:26: warning: unused variable 'B6' [-Wunused-const-variable]
  349. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  350. ^
  351. pst.cpp:22:34: warning: unused variable 'C6' [-Wunused-const-variable]
  352. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  353. ^
  354. pst.cpp:22:42: warning: unused variable 'D6' [-Wunused-const-variable]
  355. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  356. ^
  357. pst.cpp:22:50: warning: unused variable 'E6' [-Wunused-const-variable]
  358. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  359. ^
  360. pst.cpp:22:58: warning: unused variable 'F6' [-Wunused-const-variable]
  361. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  362. ^
  363. pst.cpp:22:66: warning: unused variable 'G6' [-Wunused-const-variable]
  364. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  365. ^
  366. pst.cpp:22:74: warning: unused variable 'H6' [-Wunused-const-variable]
  367. static const int A6=050, B6=051, C6=052, D6=053, E6=054, F6=055, G6=056, H6=057;
  368. ^
  369. pst.cpp:23:18: warning: unused variable 'A7' [-Wunused-const-variable]
  370. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  371. ^
  372. pst.cpp:23:26: warning: unused variable 'B7' [-Wunused-const-variable]
  373. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  374. ^
  375. pst.cpp:23:34: warning: unused variable 'C7' [-Wunused-const-variable]
  376. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  377. ^
  378. pst.cpp:23:42: warning: unused variable 'D7' [-Wunused-const-variable]
  379. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  380. ^
  381. pst.cpp:23:50: warning: unused variable 'E7' [-Wunused-const-variable]
  382. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  383. ^
  384. pst.cpp:23:58: warning: unused variable 'F7' [-Wunused-const-variable]
  385. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  386. ^
  387. pst.cpp:23:66: warning: unused variable 'G7' [-Wunused-const-variable]
  388. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  389. ^
  390. pst.cpp:23:74: warning: unused variable 'H7' [-Wunused-const-variable]
  391. static const int A7=060, B7=061, C7=062, D7=063, E7=064, F7=065, G7=066, H7=067;
  392. ^
  393. pst.cpp:24:26: warning: unused variable 'B8' [-Wunused-const-variable]
  394. static const int A8=070, B8=071, C8=072, D8=073, E8=074, F8=075, G8=076, H8=077;
  395. ^
  396. pst.cpp:24:34: warning: unused variable 'C8' [-Wunused-const-variable]
  397. static const int A8=070, B8=071, C8=072, D8=073, E8=074, F8=075, G8=076, H8=077;
  398. ^
  399. pst.cpp:24:42: warning: unused variable 'D8' [-Wunused-const-variable]
  400. static const int A8=070, B8=071, C8=072, D8=073, E8=074, F8=075, G8=076, H8=077;
  401. ^
  402. pst.cpp:24:50: warning: unused variable 'E8' [-Wunused-const-variable]
  403. static const int A8=070, B8=071, C8=072, D8=073, E8=074, F8=075, G8=076, H8=077;
  404. ^
  405. pst.cpp:24:58: warning: unused variable 'F8' [-Wunused-const-variable]
  406. static const int A8=070, B8=071, C8=072, D8=073, E8=074, F8=075, G8=076, H8=077;
  407. ^
  408. pst.cpp:24:66: warning: unused variable 'G8' [-Wunused-const-variable]
  409. static const int A8=070, B8=071, C8=072, D8=073, E8=074, F8=075, G8=076, H8=077;
  410. ^
  411. 54 warnings generated.
  412. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o pv.o pv.cpp
  413. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o random.o random.cpp
  414. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o recog.o recog.cpp
  415. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o search.o search.cpp
  416. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o search_full.o search_full.cpp
  417. search_full.cpp:79:18: warning: unused variable 'FutilityMargin' [-Wunused-const-variable]
  418. static const int FutilityMargin = 100;
  419. ^
  420. 1 warning generated.
  421. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o see.o see.cpp
  422. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o sort.o sort.cpp
  423. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o square.o square.cpp
  424. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o trans.o trans.cpp
  425. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o util.o util.cpp
  426. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o value.o value.cpp
  427. g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o vector.o vector.cpp
  428. g++ -lm -s -o togaII attack.o board.o book.o eval.o fen.o hash.o list.o main.o material.o move.o move_check.o move_do.o move_evasion.o move_gen.o move_legal.o option.o pawn.o piece.o posix.o protocol.o pst.o pv.o random.o recog.o search.o search_full.o see.o sort.o square.o trans.o util.o value.o vector.o
  429. ld: warning: option -s is obsolete and being ignored
  430. install -m 755 -d dist/Scid.app/Contents/MacOS
  431. install -m 755 -d dist/Scid.app/Contents/Resources/bin
  432. install -m 755 -d dist/Scid.app/Contents/Resources/share/scid/data
  433. install -m 755 -d dist/Scid.app/Contents/Resources/share/scid/books
  434. install -m 755 -d dist/Scid.app/Contents/Resources/share/scid/html
  435. install -m 755 -d dist/Scid.app/Contents/Resources/share/scid/sounds
  436. #install -m 755 -d dist/Scid.app/Contents/Resources/share/scid/engines
  437. install -m 755 -d dist/Scid.app/Contents/Resources/Scripts
  438. #install -m 755 sc_epgn sc_spell sc_eco sc_import sc_remote scidpgn pgnfix spliteco spf2spi tkscid dist/Scid.app/Contents/Resources/bin/
  439. install -m 755 tkscid dist/Scid.app/Contents/Resources/bin/
  440. install -m 644 -p scid.eco dist/Scid.app/Contents/Resources/share/scid/data/
  441. install -m 666 -p ./books/* dist/Scid.app/Contents/Resources/share/scid/books/
  442. install -m 644 -p ./sounds/* dist/Scid.app/Contents/Resources/share/scid/sounds/
  443. install -m 755 -p ./engines/togaII1.2.1a/src/togaII dist/Scid.app/Contents/Resources/bin/
  444. install -m 755 -p ./engines/phalanx-scid/phalanx-scid dist/Scid.app/Contents/Resources/bin/
  445. install -m 644 -p ./mac_icons/Scid*.icns dist/Scid.app/Contents/Resources/
  446. install -m 755 -d dist/Scid.app/Contents/Resources/share/scid/img/
  447. install -m 755 -d dist/Scid.app/Contents/Resources/share/scid/tcl/
  448. ditto ./tcl dist/Scid.app/Contents/Resources/share/scid/tcl
  449. ditto ./img dist/Scid.app/Contents/Resources/share/scid/img
  450. ditto ./html dist/Scid.app/Contents/Resources/share/scid/html
  451. install -m 666 Info.plist dist/Scid.app/Contents/
  452. perl -pi -e "s|x\.x\</string\>|`grep 'set scidVersion ' tcl/start.tcl | sed -E -e 's/^set scidVersion \"(.+)\"/\1/'`</string\>|" dist/Scid.app/Contents/Info.plist
  453. cd dist/Scid.app/Contents/Resources/bin/ && ln -sf ../share/scid/sounds
  454. cd dist/Scid.app/Contents/Resources/bin/ && ln -sf ../share/scid/html
  455. LANG=C sed -e 's|exec .*tkscid|exec "$(cd "$(dirname "$0")/$(dirname $(readlink "$0"))"; pwd)/tkscid"|' < scid > dist/Scid.app/Contents/Resources/bin/scid
  456. for script in sc_epgn sc_spell sc_eco sc_import sc_remote scidpgn pgnfix spliteco spf2spi; do sed -e 's|exec .*tkscid|exec "$(cd "$(dirname "$0")/$(dirname $(readlink "$0"))"; pwd)/tkscid"|' < ${script} > dist/Scid.app/Contents/Resources/bin/${script};done
  457. chmod +x dist/Scid.app/Contents/Resources/bin/*
  458. cd dist/Scid.app/Contents/MacOS && ln -sf ../Resources/bin/scid
  459. #cd dist/Scid.app/Contents/MacOS && ln -sf ../Resources/bin/tkscid scid
  460. #cd dist/Scid.app/Contents/Resources/Scripts && ln -sf ../bin/scid AppMain.tcl
Advertisement
Add Comment
Please, Sign In to add comment