Hi All,
I posted this to scid-devel but it doesn't seem like anyone's home over there.
I'm having trouble compiling scid on OS X.6.5. When I run configure I get :
configure: Makefile configuration program for Scid Renaming "Makefile" to
"Makefile.bak" Tcl/Tk version: 8.5 Your operating system is: Darwin
10.5.0 Location of Tcl/Tk frameworks: /Library/Frameworks Checking if
your system already has zlib installed: yes.The Makefile configured for your
system was written.Now just type "make" to compile Scid.
Shouldn't that be Darwin 10.6.5?
Then I get a lot of "maybe you meant" errors:
my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o my_Tcl_Close(Tcl_Interp*,
Tcl_Channel_*) in misc.o my_Tcl_OpenFileChannel(Tcl_Interp*, char
const*, char const*, int)in misc.o "_Tcl_Read", referenced from:
my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o (maybe you meant:
my_Tcl_Read(Tcl_Channel_*, char*, int))
Ending in:
"_Tcl_Eof", referenced from: my_Tcl_Eof(Tcl_Channel_*) in misc.o
(maybe you meant: my_Tcl_Eof(Tcl_Channel_*))ld: symbol(s) not foundcollect2: ld
returned 1 exit statusmake: *** [pgnscid] Error 1
Entire error message attached.
Any thoughts? Is Scid not compatible with X.6.5?
Thanks!
Dave.
g++ -o pgnscid src/pgnscid.o src/misc.o src/index.o src/date.o src/namebase.o
src/position.o src/game.o src/gfile.o src/matsig.o src/bytebuf.o src/textbuf.o
src/myassert.o src/stralloc.o src/mfile.o src/dstring.o src/pgnparse.o
src/stored.o src/movelist.o src/polyglot/attack.o src/polyglot/board.o
src/polyglot/book.o src/polyglot/book_make.o src/polyglot/book_merge.o
src/polyglot/colour.o src/polyglot/fen.o src/polyglot/game.o
src/polyglot/hash.o src/polyglot/io.o src/polyglot/line.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/parse.o src/polyglot/pgn.o src/polyglot/piece.o
src/polyglot/random.o src/polyglot/san.o src/polyglot/search.o
src/polyglot/square.o src/polyglot/util.o -lz
Undefined symbols:
"_Tcl_Eval", referenced from:
my_Tcl_SetChannelOption(Tcl_Interp*, Tcl_Channel_*, char const*, char
const*)in misc.o
my_Tcl_Tell(Tcl_Channel_*) in misc.o
my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
my_Tcl_Flush(Tcl_Channel_*) in misc.o
my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*) in misc.o
my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in
misc.o
"_Tcl_Flush", referenced from:
my_Tcl_Flush(Tcl_Channel_*) in misc.o
(maybe you meant: my_Tcl_Flush(Tcl_Channel_*))
"_Tcl_SetChannelOption", referenced from:
my_Tcl_SetChannelOption(Tcl_Interp*, Tcl_Channel_*, char const*, char
const*)in misc.o
(maybe you meant: my_Tcl_SetChannelOption(Tcl_Interp*, Tcl_Channel_*, char
const*, char const*))
"_Tcl_OpenFileChannel", referenced from:
mySilent_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*,
int)in misc.o
my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in
misc.o
(maybe you meant: mySilent_Tcl_OpenFileChannel(Tcl_Interp*, char const*,
char const*, int), my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char
const*, int))
"_Tcl_GetErrno", referenced from:
my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
my_Tcl_Flush(Tcl_Channel_*) in misc.o
my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*) in misc.o
my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in
misc.o
"_Tcl_ErrnoMsg", referenced from:
my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
my_Tcl_Flush(Tcl_Channel_*) in misc.o
my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*) in misc.o
my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in
misc.o
"_Tcl_Read", referenced from:
my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
(maybe you meant: my_Tcl_Read(Tcl_Channel_*, char*, int))
"_Tcl_Seek", referenced from:
my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
(maybe you meant: my_Tcl_Seek(Tcl_Channel_*, long, int))
"_Tcl_Close", referenced from:
my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*) in misc.o
(maybe you meant: my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*))
"_Tcl_Tell", referenced from:
my_Tcl_Tell(Tcl_Channel_*) in misc.o
(maybe you meant: my_Tcl_Tell(Tcl_Channel_*))
"_Tcl_Write", referenced from:
my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
(maybe you meant: my_Tcl_Write(Tcl_Channel_*, char const*, int))
"_Tcl_Eof", referenced from:
my_Tcl_Eof(Tcl_Channel_*) in misc.o
(maybe you meant: my_Tcl_Eof(Tcl_Channel_*))
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [pgnscid] Error 1
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users