When running configure, it seems to find TCL/TK... here's the output of
./configure

configure: Makefile configuration program for Scid
    Renaming "Makefile" to "Makefile.bak"
    Tcl/Tk version: 8.5
    Your operating system is: Linux 3.0.0-17-generic
    Location of "tcl.h": /usr/include/tcl8.5
    Location of "tk.h": /usr/include/tcl8.5
    Location of Tcl 8.5 library: /usr/lib
    Location of Tk 8.5 library: /usr/lib
    Location of X11 library: not found
    Checking if your system already has zlib installed: yes.
    Using Makefile.conf.
Not all settings could be determined!
The default Makefile was written.
You will need to edit it before you can compile Scid.


Then if I run make, I get

g++  -O3 -fno-rtti -fno-exceptions -Wall   -I/usr/include -o src/pgnscid.o
-c src/pgnscid.cpp
In file included from src/namebase.h:20:0,
                 from src/index.h:23,
                 from src/pgnscid.cpp:17:
src/misc.h:22:17: fatal error: tcl.h: No such file or directory
compilation terminated.


However, when looking at the make file, it has the correct path for the lib
and include directories (/usr/include/tcl8.5  similar for lib)

Any suggestions?

THanks!
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to