[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Aspell-user] Does Aspell Compile and work with Solaris 8?
From: |
Tad Martin |
Subject: |
[Aspell-user] Does Aspell Compile and work with Solaris 8? |
Date: |
Thu, 14 Aug 2003 09:57:13 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5b) Gecko/20030731 Thunderbird/0.2a |
I have been beating my head against the wall trying to get aspell to
compile and work properly under Solaris 8 in order to build a couple
different applications. I am currently attempting to compile the CVS
version of aspell, which seems to get past many of the hurdles that I've
had up to this point. In other words, autogen and configure seemed to
have run successfully. Attempting to run make, however, gives me the
following error(s):
g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c config.cpp
-Wp,-MD,.deps/config.TPlo -fPIC -DPIC
mv -f config.o config.lo
source='posib_err.cpp' object='posib_err.lo' libtool=yes \
depfile='.deps/posib_err.Plo' tmpdepfile='.deps/posib_err.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.
-g -O2 -c -o posib_err.lo `test -f 'posib_err.cpp' || echo
'./'`posib_err.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c posib_err.cpp
-Wp,-MD,.deps/posib_err.TPlo -fPIC -DPIC
posib_err.cpp: In method `class acommon::PosibErrBase &
acommon::PosibErrBase::with_file(acommon::ParmString)':
posib_err.cpp:79: initialization to `char *' from `const char *'
discards qualifiers
make[2]: *** [posib_err.lo] Error 1
make[2]: Leaving directory `/usr/local/download/aspell/aspell/common'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/download/aspell/aspell/common'
make: *** [all-recursive] Error 1
Below is my current build environment:
Solaris 8
gnu make 3.79.1
gcc 2.95.3
gnu automake 1.7
gnu autoheader 2.54
gnu autoconf 2.54
If more details are needed, please let me know.
Hopefully someone can help me, I would truly appreciate it.
Thanks
Tad
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Aspell-user] Does Aspell Compile and work with Solaris 8?,
Tad Martin <=