aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Aspell-user] aspell 0.50.1 on solaris


From: Kevin Atkinson
Subject: RE: [Aspell-user] aspell 0.50.1 on solaris
Date: Tue, 10 Sep 2002 17:05:27 -0400 (EDT)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]