Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up Topic Hauptforen / CSS-Forum / Schachengine kompilieren
- - By Wilhelm Hudetz Date 2022-02-23 07:35 Upvotes 1
Hat das schon mal jemand von euch gemacht?
Wenn man den Sourcecode mit einer make Datei hat, was benötigt man für die Kompilierung?
Wie ist der Ablauf?
Hab ein wenig mit Dev-CPP herumprobiert aber nichts zusammengebracht 

Grüße Wilhelm
Parent - - By Dieter Kraft Date 2022-02-23 08:56 Upvotes 1
Am besten Linux(Ubuntu) installieren
oder auch -- nur mit der shell -- MSYS2, s.a.
https://github.com/syzygy1/Cfish
dann funktioniert der make file sofort.
Gruß
Dieter
Parent - By Lothar Jung Date 2022-02-23 09:21
Hallo Dieter,

ich habe Ubuntu auf Windows Linux installiert.
Geht das auch damit?

Grüße

Lothar
Parent - - By Wilhelm Hudetz Date 2022-02-23 10:01
Hallo Dieter,
hab alles installiert und upgedated. Wenn ich nun make starte findet er anscheinend die Dateien nicht.
Muß ich ein bstimmtes Verzeichniss nehmen?

Dad@Dad-Win10 MINGW64 ~
$ '/d/Schach/CBase/Engines/RuyDos 1.0.2/source/make'
cc1plus.exe: fatal error: main.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: uci.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: engine.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: magics.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: board.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: hash.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: square_piece_tables.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: windows_platform.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: sorted_generator.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: main.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: uci.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: engine.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: magics.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: board.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: hash.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: square_piece_tables.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: windows_platform.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: sorted_generator.cpp: No such file or directory
compilation terminated.
Parent - - By Chess Player Date 2022-02-23 11:59
Ich habe noch eine alte Anleitung gefunden, siehe oben.
Parent - By Chess Player Date 2022-02-23 13:13
Parent - By Dieter Kraft Date 2022-02-23 14:59 Edited 2022-02-23 15:06
Die Kurzanleitung von Jörg Oster von heute hier im Forum sollte allen helfen.
Ganz am Ende des Cfish links steht auch noch
Zitat:
How to set up MSYS2
    Download and install MSYS2 from the MSYS2 website.
    Open an MSYS2 MinGW 64-bit terminal (e.g. via the Windows Start menu).
    Install the MinGW 64-bit toolchain by entering pacman -S mingw-w64-x86_64-toolchain.
    Close the MSYS2 MinGW 64-bit terminal and open another.

Gruß
Dieter
Parent - - By Chess Player Date 2022-02-23 09:46
Ich bin da auch noch dran.
Parent - By Chess Player Date 2022-02-24 10:12
Chess Player schrieb:

Ich bin da auch noch dran.


Mit Visual Studio 2022 bekomme ich diesen Output, und keine "EXE":

Code:
  benchmark.cpp
  bitboard.cpp
  main.cpp
  misc.cpp
  movegen.cpp
  position.cpp
  search.cpp
  tbprobe.cpp
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(1,14): warning C4467: Die Verwendung von ATL-Attributen ist veraltet.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(1,14): error C2337: "ZoneTransfer": Attribut wurde nicht gefunden.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(2,8): error C4430: Fehlender Typspezifizierer - int wird angenommen. Hinweis: "default-int" wird von C++ nicht unterstützt.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(3,487): error C2146: Syntaxfehler: Fehlendes ";" vor Bezeichner "lschen1"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,487): error C3872: "0x203a": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,487): error C3872: "0xa6": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,487): error C3872: "0x8f": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,540): error C3873: "0xa3": Dieses Zeichen ist nicht als erstes Zeichen eines Bezeichners zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,540): error C3872: "0xae": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,552): error C2143: Syntaxfehler: Es fehlt ")" vor ";"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,555): error C3872: "0x2021": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,571): error C4430: Fehlender Typspezifizierer - int wird angenommen. Hinweis: "default-int" wird von C++ nicht unterstützt.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3873: "0x201c": Dieses Zeichen ist nicht als erstes Zeichen eines Bezeichners zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0x201c": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xab": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xb6": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xbf": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0x2013": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0x2019": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xa1": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0x8f": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xa5": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xf7": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xbb": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xa7": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C3872: "0xd7": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,574): error C2065: "“Âr““ŽŽŽÛÛÛššš«««SSS¶¶¶ÏÏÏ“““ÇÇÇŸŸŸ¿¿¿OŠVK–bk«_2B7’Á’z¡zÉÉÉ¡¡¡ÚÚÚõõõÁÁÁ™™™¹¹¹ÑÑѪªªïïïù¯¯RRRáááýýý½ÎÎÎ¥¥¥’’’éééÝÝÝùùùÕÕÕ­­­ñññ³³³ççç÷÷÷ÃÃû»»ãããÿÿÿ§§§ëëëßßßûûû×××óóóeÿÿÿ": nichtdeklarierter Bezeichner
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,943): error C2059: Syntaxfehler: "!"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,944): error C3872: "0x4": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,947): error C2018: Unbekanntes Zeichen "0x1"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,950): error C2018: Unbekanntes Zeichen "0x3"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,959): error C2014: Präprozessorbefehl muss mit dem ersten Zeichen in der Zeile beginnen.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,964): error C2018: Unbekanntes Zeichen "0x8"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,965): error C3872: "0x201a": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,976): error C2018: Unbekanntes Zeichen "0x5"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,977): error C3873: "0x2022": Dieses Zeichen ist nicht als erstes Zeichen eines Bezeichners zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,980): error C2018: Unbekanntes Zeichen "0x17"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,981): error C2018: Unbekanntes Zeichen "0x19"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,982): error C3873: "0x2014": Dieses Zeichen ist nicht als erstes Zeichen eines Bezeichners zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,986): error C3872: "0x2020": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,997): error C3872: "0xa2": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,997): error C3872: "0xa5": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,1006): error C2018: Unbekanntes Zeichen "0x2"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(176,1009): error C2018: Unbekanntes Zeichen "0x1b"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,3): error C3873: "0x2022": Dieses Zeichen ist nicht als erstes Zeichen eines Bezeichners zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,6): error C2018: Unbekanntes Zeichen "0x10"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,7): error C3872: "0x2039": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,12): error C3873: "0x201a": Dieses Zeichen ist nicht als erstes Zeichen eines Bezeichners zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,20): error C2018: Unbekanntes Zeichen "0x40"
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,21): error C3873: "0x2018": Dieses Zeichen ist nicht als erstes Zeichen eines Bezeichners zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,21): error C3872: "0xa2": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,21): error C3872: "0x24": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,47): error C3872: "0x2022": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
C:\Users\Privat\Desktop\Stockfish-m1\src\syzygy\tbprobe.cpp(177,47): error C3872: "0x24": Dieses Zeichen ist in einem Bezeichner nicht zulässig.
  thread.cpp
  timeman.cpp
  tt.cpp
  uci.cpp
  ucioption.cpp
  Code wird generiert...
Parent - - By Mann Herrmann Date 2022-02-24 23:54
Stockfish zu kompilieren ist, wenn man einmal den Dreh raus hat, sehr dankbar.

Wenn man auf Windows ist, installiere man Msys2s und dann geht es ab mit cd stockfish/src && make profile-build ARCH=x86-64-avx2 -j

https://github.com/ppigazzini/fishtest/wiki/Building-stockfish-on-Windows
Parent - By Chess Player Date 2022-02-25 08:47
Danke für den Link. 
Parent - By Hauke Lutz Date 2022-02-25 18:32
Mann Herrmann schrieb:

Stockfish zu kompilieren ist, wenn man einmal den Dreh raus hat, sehr dankbar.

Wenn man auf Windows ist, installiere man Msys2s und dann geht es ab mit cd stockfish/src && make profile-build ARCH=x86-64-avx2 -j

<a class='ura' href='https://github.com/ppigazzini/fishtest/wiki/Building-stockfish-on-Windows'>https://github.com/ppigazzini/fishtest/wiki/Building-stockfish-on-Windows</a>


Vielen Dank für den entscheidenen Befehl!
Parent - - By Wilhelm Hudetz Date 2022-02-26 01:00
      Danke!
Ich glaub's nicht, endlich geschaft!
bash make
Parent - - By Chess Player Date 2022-02-26 12:44
Stockfish tbprobe.cpp:
Äh, was bedeutet dieses?

å ©Ê”y`V^‹ñæ5GN¥i¢â˜,TIá2ID aw²1sçÇ‘R¦Mý©œY3Q1ÆŠ1IBæÔ¶ 6Ä’}v¶)µ×žEZ5
V­\Ë}³,Ä  +~­Dûð
A$è0š³/Hr¡¸â©Î*$:^(@§T”_ÀŽ~X1ò"ݹ5xà Â*Œ È%(ÐmƒÙ•¯UƶÒÍÔ-W  T½jÅÏÆ¡A5d¦~óÿI哵þ¬‘q©L
ZÂx €FÆf¼¤ßtÆç
¡{îÑ¢‡| ”rÉÝa lø‡  £°  *†b œ àÂöÕ2Šƒ3ìç—„ ŽRˬÑÅ%h¨‡ øÊ%¨üÁˆ^xá_*©ø×cŠè©‡J”!c| <AË]0(¢öhå„Z(àzH8c‡-àq ª„CA/ôB%l.ҍ¼P@®„Óƒ*P‚?à‹êa‰=8¼¢JUÈŽ£4ZBœyÌIA=DPÃ+ìa‹=xø ƒ:«x¢ÆŸlÒÉ:2D-,´êF‰ÌÝÁK’Œà ²@ò‰.€¢Æq`cƒ2ô±Y€P  üñÇC4"3U,¡…ìÓL1Ë0H;dpa.wPSÎ)Ѭƒ$v<€
*k,°@}¼£4bD¡-·LX“„dhCÏ6Ø@Ã7ÛhM&@°Å%2D,•°³‹¾JdÁ-Ö¬°¸ebˆ&Â@±
ºI0Á\ÒEÔPƒÍhý®ÓN4\N&|Q
86´‘  .‡RÊÒh4ÍA0Á4Ѐ4ÒœQ)Üà‚6Ó´1Œ
ñ ;d2  Tf1-f2  Dd2-d1  g3-g4  Td8-c8  Dc5-e3  Dd1-b3  De3-c1  Db3-b6  Tf2-c2  Db6-d4  Dc1-d2  Dd4xd2  Tc2xd2  c4-c3  Td2-c2  Le6-b3  Tc2-c1
    18/38  00:01        1.336k  732k  -1,78  Te8-d8  Da4xb4  Dd4xe4  Db4-c5  Td8-d2  Tf3-f2  Td2xf2  Dc5xf2  De4-d3  Lg2-f1  Dd3-d5  Lf1-g2  Dd5-d1  g3-g4  c4-c3  Lg2-e4  Lc8-b7  Le4-c2  Dd1-h1+  Kh2-g3  Lb7-e4  e5-e6  Le4xc2  Df2xc2  Dh1-e1+  Kg3-f3  f7xe6  Dc2-d3  De1-h1+  Kf3-e2  Dh1-h2+  Ke2-e1  Dh2xf4  Dd3xc3+  Kg7-h6  Dc3-c8  Df4-g3+  Ke1-e2  Dg3-g2+  Ke2-e1
    19/48-  00:03        2.266k  729k  -2,20  Te8-d8
    19/48  00:03        2.300k  730k  -2,12  Te8-d8  Da4xb4  Dd4xe4  Db4-c5  Td8-d2  Tf3-f2  Td2xf2  Dc5xf2  De4-d3  Lg2-f1  Dd3-c3  g3-g4  Lc8-e6  Lf1-g2  h7-h6  Lg2-f1  Le6-d5  Kh2-g1  Kg7-h7  Kg1-h2  Dc3-b3
    20/25+  00:04        2.981k  737k  -1,99  Te8-d8  Da4xb4
    20/25+  00:04        3.090k  735k  -1,86  Te8-d8  Da4xb4
    20/26-  00:04        3.659k  737k  -1,99  Te8-d8
    20/28  00:05        3.755k  736k  -1,90  Te8-d8  Da4xb4  Dd4xe4  Db4-c5  Td8-d2  Tf3-f2  Td2xf2  Dc5xf2  De4-d3  Lg2-f1  Dd3-c3  g3-g4  Lc8-e6  Lf1-g2  Dc3-d3  Lg2-f1  Dd3-e4  Lf1-g2  De4-b1  Df2-h4  h7-h6  Dh4-f2  h6-h5  f4-f5  g6xf5  Df2-h4
    21/31+  00:05        4.157k  736k  -1,78  Te8-d8  Da4xb4
    21/39-  00:06        4.680k  729k  -1,90  Te8-d8
    21/43  00:07        5.352k  727k  -2,00  Te8-d8  Da4xb4  Dd4xe4  g3-g4  Td8-d3  Tf3xd3  De4xd3  Db4-e1  h7-h6  Lg2-e4  Dd3-d4  Kh2-g3  Lc8-e6  Kg3-f3  c4-c3  De1-f2  Dd4-d1+  Kf3-g3  Le6-b3  e5-e6  Lb3xe6  Le4-c2  Dd1-c1  Df2-d4+  Kg7-h7  Dd4xc3  Dc1-g1+  Kg3-f3  Le6-d5+  Kf3-e2  Dg1-h2+  Ke2-e3  Dh2xh3+  Ke3-d4
    22/40+  00:09        7.115k  721k  -1,87  Te8-d8  Da4xb4
    22/40+  00:10        7.633k  723k  -1,74  Te8-d8  Da4xb4
    22/40+  00:11        7.990k  723k  -1,56  Te8-d8  Da4xb4
    22/40  00:11        8.331k  726k  -1,33  Te8-d8  Da4xb4  Dd4xe4  g3-g4  Td8-d3  Db4-e7  Td3-d2  De7-f6+  Kg7-g8  Tf3-f2  De4-d4  Tf2xd2  Dd4xd2  e5-e6  Lc8xe6  Df6-e5  Dd2-b4  f4-f5  Le6-d7  Lg2-d5  c4-c3  f5xg6  h7xg6  De5-f6  Ld7-e8  Df6xg6+  Kg8-f8  Dg6-h6+  Kf8-e7  Dh6-e3+  Ke7-d8  Ld5-e4  Le8-a4
    23/43-  00:12        9.106k  729k  -1,43  Te8-d8
    23/43-  00:12        9.220k  731k  -1,53  Te8-d8
    23/43  00:13        9.683k  736k  -1,29  Te8-d8  Da4xb4  Dd4xe4  g3-g4  Td8-d3  Db4-e7  Td3-d2  De7-f6+  Kg7-g8  Tf3-f2  De4-e1  e5-e6  Lc8xe6  Tf2xd2  De1xd2  Df6-e5  Dd2-d7  Lg2-e4  Dd7-c8  f4-f5  Le6-d7  Le4-d5  c4-c3  De5-f6  Dc8-c7+  Kh2-g2  Ld7-a4  f5xg6
    24/32-  00:13        9.802k  737k  -1,39  Te8-d8
    24/45-  00:13       10.107k  737k  -1,49  Te8-d8
    24/45-  00:14       10.501k  741k  -1,64  Te8-d8
Parent - - By Dieter Kraft Date 2022-02-26 12:58 Edited 2022-02-26 13:05
Bei mir sieht der Beginn von tbprobe.cpp so aus
Code:
/*
  Stockfish, a UCI chess playing engine derived from Glaurung 2.1
  Copyright (C) 2004-2022 The Stockfish developers (see AUTHORS file)

  Stockfish is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  Stockfish is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/


Ist Hazy Osterwald tatsächlich noch aktuell?

Heute Morgen im Deutschlandfunk"
Zitat:

Klassik-Pop-et cetera

Am Mikrofon: Der Schlagzeuger Charly Antolini

Das ist wenigstens etwas aktueller
Parent - - By Chess Player Date 2022-02-26 13:03
bitte weiter nach unten scrollen
Parent - - By Dieter Kraft Date 2022-02-26 13:11 Edited 2022-02-26 13:15
Bei mir nichts auffälliges, außer nicht ganz einfach zu verstehennder c++ code

dafür das folgende wirklich trivial:
Zitat:
Wohin geht Stiefelius?

Bitte mich nicht misszuverstehen: Auch Charly Antolini hat altmodischen Jazz präsentiert
Parent - By Chess Player Date 2022-02-26 13:35
Dann ist die Datei defekt.

   
Up Topic Hauptforen / CSS-Forum / Schachengine kompilieren

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill