Selamunaleyküm. Scid vs pc. adlı programı kurmaya çalışıyorum. Bazı paketleri vs. kurdum fakat şu kodu yazınca:
şu hatayı veriyor:
Anladığım kadarıyla tcl ve/veya tk paketlerinin kurulumuyla ilgili bir sorun, veya başka bir sorun da olabilir. Yardım eder misiniz?
Kod:
sudo make install
Kod:
rm -f ./scid
cat tcl/start.tcl tcl/sharedir.tcl tcl/config.tcl tcl/bitmaps.tcl tcl/language.tcl tcl/utils.tcl tcl/utils/date.tcl tcl/utils/font.tcl tcl/utils/graph.tcl tcl/utils/history.tcl tcl/utils/pane.tcl tcl/utils/sound.tcl tcl/utils/string.tcl tcl/utils/tooltip.tcl tcl/utils/validate.tcl tcl/utils/win.tcl tcl/misc/misc.tcl tcl/htext.tcl tcl/file.tcl tcl/file/finder.tcl tcl/file/bookmark.tcl tcl/file/recent.tcl tcl/file/epd.tcl tcl/file/spellchk.tcl tcl/file/maint.tcl tcl/edit.tcl tcl/game.tcl tcl/game/browser.tcl tcl/windows.tcl tcl/windows/gamelist.tcl tcl/windows/pgn.tcl tcl/windows/book.tcl tcl/windows/comment.tcl tcl/windows/eco.tcl tcl/windows/stats.tcl tcl/windows/tree.tcl tcl/windows/crosstab.tcl tcl/windows/pfinder.tcl tcl/windows/tourney.tcl tcl/windows/switcher.tcl tcl/search/search.tcl tcl/search/board.tcl tcl/search/header.tcl tcl/search/material.tcl tcl/contrib/ezsmtp/ezsmtp.tcl tcl/tools/email.tcl tcl/tools/import.tcl tcl/tools/optable.tcl tcl/tools/preport.tcl tcl/tools/pinfo.tcl tcl/tools/analysis.tcl tcl/tools/comp.tcl tcl/tools/wbdetect.tcl tcl/tools/reper.tcl tcl/tools/graphs.tcl tcl/tools/tablebase.tcl tcl/tools/ptracker.tcl tcl/help/help.tcl tcl/help/tips.tcl tcl/menus.tcl tcl/board.tcl tcl/move.tcl tcl/main.tcl tcl/tools/correspondence.tcl tcl/lang/english.tcl tcl/dnd/tkdnd.tcl tcl/dnd/tkdnd_unix.tcl tcl/tools/fics.tcl tcl/tools/uci.tcl tcl/end.tcl tcl/tools/tacgame.tcl tcl/tools/sergame.tcl tcl/tools/calvar.tcl tcl/tools/tactics.tcl tcl/tools/novag.tcl tcl/misc/flags.tcl tcl/tools/inputengine.tcl > ./scid
chmod +x scid
cp scripts/sc_remote.tk ./sc_remote
chmod +x sc_remote
cp scripts/scidpgn.tcl ./scidpgn
chmod +x scidpgn
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/pgnscid.o -c src/pgnscid.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/misc.o -c src/misc.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/index.o -c src/index.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/date.o -c src/date.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/namebase.o -c src/namebase.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/position.o -c src/position.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/game.o -c src/game.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/gfile.o -c src/gfile.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/matsig.o -c src/matsig.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/bytebuf.o -c src/bytebuf.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/textbuf.o -c src/textbuf.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/myassert.o -c src/myassert.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/stralloc.o -c src/stralloc.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/mfile.o -c src/mfile.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/dstring.o -c src/dstring.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/pgnparse.o -c src/pgnparse.cpp
g++ -O2 -fno-exceptions -Wall -I/usr/include -o src/stored.o -c src/stored.cpp
In file included from src/stored.cpp:320:0:
src/tkscid.h:57:12: fatal error: tk.h: Böyle bir dosya ya da dizin yok
# include <tk.h>
^~~~~~
compilation terminated.
make: *** [Makefile:507: src/stored.o] Error 1
Moderatör tarafında düzenlendi:


