On Tue, 10 Sep 2002, Selvaraj, Timo wrote:
> Erik/Kevin,
>
> The ./configure worked with host as sparc-sun-solaris2.7 and exited without
> any errors. But when I ran make, it gave the following errors
>
> $ make
> Making all in auto
> Making all in common
> make all-am
> source='config.cpp' object='config.lo' libtool=yes \
> depfile='.deps/config.Plo' tmpdepfile='.deps/config.TPlo' \
> depmode=gcc /bin/ksh ../depcomp \
> /bin/ksh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -g
> -O2 -c -o config.lo `test -f 'config.cpp' || echo './'`config.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c config.cpp
> -Wp,-MD,.deps/config.TPlo -fPIC -DPIC -o .libs/config.o
> config.cpp:913: `CONF_DIR' was not declared in this scope
> config.cpp:915: `DATA_DIR' was not declared in this scope
> config.cpp:916: `DICT_DIR' was not declared in this scope
> config.cpp:953: `DATA_DIR' was not declared in this scope
It looks like the file dirs.h is not getting built correctly. That file
is generated based on the Makefile rules:
dirs.h: mk-dirs_h
echo '#define PREFIX "${prefix}"' > dirs.h
./mk-dirs_h ${prefix} DICT_DIR ${pkglibdir} >> dirs.h
./mk-dirs_h ${prefix} DATA_DIR ${pkgdatadir} >> dirs.h
./mk-dirs_h ${prefix} CONF_DIR ${sysconfdir} >> dirs.h
mk_dirs_h_SOURCES = mk-dirs_h.cpp
config.cpp: dirs.h
=END
I am not sure why though.
---
http://kevin.atkinson.dhs.org
_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-user