[CM] Re: Compiling FTH?

vze26m98 vze26m98@optonline.net
Tue, 06 Mar 2007 08:49:47 -0500


Michael Scholz wrote on 3/6/07 at 7:23 AM

>Hi, Charles!  Sorry for late reply but my sendmail seems to have
>trouble with your email address.  So I choose the ccrma mailing list.

Yes, I think this ISP, Optimum Online, is responsible for about 150% of
the spam sent around the globe...

>I renamed the last three slots to circumvent this issue.  The changes
>are now in CVS and, together with the missing common.mk, in the
>updated fth-1.0.8.tar.*

I've downloaded the release tarball and the stdin thing gave no
complaints. Here's I think the last one:

spinoza:/usr/local/src/fth-1.0.8 cturner$ make
for f in ./ficl ./lib ./src; do (cd ${f} && make all); done
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
gcc -DHAVE_CONFIG_H -I.. -I. -I../ficl -I../lib -I/usr/local/include -g
-O2 -c ../src/utils.c
../src/utils.c: In function 'completion':
../src/utils.c:1883: warning: return makes pointer from integer without
a cast
../src/utils.c: In function 'fth_initialize_readline':
../src/utils.c:1889: error: 'history_word_delimiters' undeclared (first
use in this function)
../src/utils.c:1889: error: (Each undeclared identifier is reported only
once
../src/utils.c:1889: error: for each function it appears in.)
../src/utils.c:1890: error: 'history_no_expand_chars' undeclared (first
use in this function)
../src/utils.c:1895: error: 'rl_erase_empty_line' undeclared (first use
in this function)
../src/utils.c: In function 'fth_feed_history':
../src/utils.c:1932: error: 'history_max_entries' undeclared (first use
in this function)
../src/utils.c: In function 'fth_repl':
../src/utils.c:2093: warning: assignment makes pointer from integer
without a cast
../src/utils.c:2175: error: 'history_max_entries' undeclared (first use
in this function)
make[1]: *** [../src/utils.o] Error 1
make: *** [all] Error 2
spinoza:/usr/local/src/fth-1.0.8 cturner$ 

It looks like there are a bunch of variables defined with no
declarations. Not sure whether you want them declared right there, or
whether there might be an include file that's missing, or not
referenced...

Thanks!! Charles


<vze26m98@optonline.net>