2 May 2005 21:19
Current CVS version doesn't compile on Tiger
Pascal Costanza <pc <at> p-cos.net>
2005-05-02 19:19:45 GMT
2005-05-02 19:19:45 GMT
Hi, I have tried the following on Mac OS X 10.4: progpc14:~/lisp/clisp costanza$ ./configure [...] progpc14:~/lisp/clisp costanza$ cd src progpc14:~/lisp/clisp/src costanza$ ./makemake > Makefile progpc14:~/lisp/clisp/src costanza$ make config.lisp [...] progpc14:~/lisp/clisp/src costanza$ make [...] gcc -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type - Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DNO_GETTEXT - DNO_SIGSEGV -I. -c stream.c stream.d: In function 'lisp_completion': stream.d:8894: warning: implicit declaration of function 'rl_refresh_line' stream.d: In function 'history_last': stream.d:9378: warning: implicit declaration of function 'history_list' stream.d:9378: warning: initialization makes pointer from integer without a cast stream.d: In function 'rd_ch_terminal3': stream.d:9413: error: 'rl_basic_quote_characters' undeclared (first use in this function) stream.d:9413: error: (Each undeclared identifier is reported only once stream.d:9413: error: for each function it appears in.) stream.d:9468: warning: passing argument 1 of 'free' discards qualifiers from pointer target type stream.d: In function 'make_terminal_stream_':(Continue reading)
RSS Feed