Hi - I'm getting an error of "tcl.h not found" even though ./configure
shows it has found it. What am I missing here...?



/home/mbehr/Downloads/scidvspc/scidvsp_2ndtry/scid_vs_pc-4.18.1
$ ls


COPYING              Makefile.mingwx      bases
fonts                sc_eco               scid.eco             sounds
Info.plist           Makefile.sgml        bitmaps
html                 sc_epgn              scid.rc              spelling.diff
Makefile             Makefile.vc          bitmaps2
icons                sc_import            scid_fr.eco          spelling.ssp
Makefile.bak         README.html          books
images               sc_remote            scidlet.ini          spliteco
Makefile.conf        README.sgml          configure
patches              sc_spell             scidlet.sbk          src
Makefile.conf.darwin README.txt           doc
pgnfix               sc_tree              scidpgn              tcl
Makefile.cygwin      Scid vs PC.iss       engines
sc_addmove           scid                 scripts              timeseal
$ ./conf
$
./configure

$ ./configure


Scid vs. PC configure - Makefile configuration program


    Renaming "Makefile" to "Makefile.bak"


    Tcl/Tk version: 8.5


    Your operating system is: OpenBSD 6.2


    Location of "tcl.h": /usr/local/include


    Location of "tk.h": /usr/local/include/tk8.5


    Location of Tcl 8.5 library: /usr/local/lib


    Location of Tk 8.5 library: /usr/local/lib


    Location of X11 library: /usr/X11R6/lib


    Checking if your system already has zlib installed: yes.





The Makefile configured for your system was written.


Now type "make" to compile Scid.

$ doas make

doas (mbehr@S400) password:
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
clang++ -fno-rtti -O2 -fno-exceptions -Wall    -c src/pgnscid.cpp
src/pgnscid.cpp:30:10: fatal error: 'tcl.h' file not found
#include <tcl.h>
         ^~~~~~~
1 error generated.
*** Error 1 in
/home/mbehr/Downloads/scidvspc/scidvsp_2ndtry/scid_vs_pc-4.18.1 (<sys.mk>:124
'src/pgnscid.o')
$ ls -lah /us
$ ls -lah
/usr/



$ ls -lah /usr/local/include/ t


tableops.h           tcl/                 theora/
tiffio.h             tk8.5/               trampoline.h
twolame.h
taglib/              tcl8.5/              thinplatespline.h
tiffio.hxx           tld.h                trampoline_r.h
talloc.h             tdb.h                tiff.h
tiffvers.h           totem-pl-parser/     tremor/
tcl.h                texlua52/            tiffconf.h
tinyxml.h            tracker-1.0/         tsk/

$ ls -lah /usr/local/include/tcl.h


lrwxr-x---  1 root  wheel    28B Oct 11 18:12 /usr/local/include/tcl.h ->
/usr/local/include/tcl/tcl.h
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to