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: Selvaraj, Timo
Subject: RE: [Aspell-user] aspell 0.50.1 on solaris
Date: Wed, 11 Sep 2002 11:35:52 -0400

Kevin,

Is there any environment variables that we need to setup on the box or
special values that need to be passed to make this work? Also is there a
better way to approach this, in other words, is there a binary package or
something that will run on the solaris box instead of going through the
configure make process... This will help aspell grow further, becuase right
now only people knowledgeable about configure/make can use this and get it
to work. I installed it on windows and it worked great but our production
platforms are on unix as most other companies have... Having a binary
package will help fuel aspell's growth. This is my personal thought on
aspell and just wanted to make this suggestion.

Thanks

Timo Selvaraj

-----Original Message-----
From: Kevin Atkinson [mailto:address@hidden
Sent: Tuesday, September 10, 2002 5:05 PM
To: Selvaraj, Timo
Cc: 'Erik Parker'; 'address@hidden'; Coppedge, Tim
Subject: RE: [Aspell-user] aspell 0.50.1 on solaris


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
 
**************************************************************************
The information transmitted herewith is sensitive information intended only
for use by the individual or entity to which it is addressed. If the reader
of this message is not the intended recipient, you are hereby notified that
any review, retransmission, dissemination, distribution, copying or other
use of, or taking of any action in reliance upon this information is
strictly prohibited. If you have received this communication in error,
please contact the sender and delete the material from your computer.




reply via email to

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