pan-users
[Top][All Lists]
Advanced

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

[Pan-users] problem with pan 0.12.91 compiling


From: Jeff Vian
Subject: [Pan-users] problem with pan 0.12.91 compiling
Date: Thu, 25 Jul 2002 00:01:08 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

I am trying to compile pan, and get an error that appears to be related to gtkspell

I downloaded and installed the rpm for gtkspell from the pan site before I started to compile pan.

The pan compile failed with the following linker error on the pan binary:

      /usr/bin/ld: cannot find -lpspell
      collect2: ld returned 1 exit status

I then downloaded and tried to compile the gtkspell package from source and I get this:

------------------------------------------------------
gcc -DPACKAGE_NAME=\"gtkspell\" -DPACKAGE_TARNAME=\"gtkspell\" -DPACKAGE_VERSION=\"2.0.0\" "-DPACKAGE_STRING=\"gtkspell 2.0.0\"" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"gtkspell\" -DVERSION=\"2.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -c gtkspell_pspell.c -MT libgtkspell_la-gtkspell_pspell.lo -MD -MP -MF .deps/libgtkspell_la-gtkspell_pspell.TPlo -fPIC -DPIC -o .libs/libgtkspell_la-gtkspell_pspell.lo
gtkspell_pspell.c:8:27: pspell/pspell.h: No such file or directory
make[1]: *** [libgtkspell_la-gtkspell_pspell.lo] Error 1
make[1]: Leaving directory `/home/jeff/download/pan/gtkspell-2.0.0/gtkspell'
make: *** [all-recursive] Error 1
-----------------------------------------------------

It appears the configure did not create the pspell directory for use when compiling gtkspell.

I then looked to see what libraries were already installed by the gtkspell rpm for pspell and aspell and had this:

  aspell
  libaspell.la
  libaspell.so.10 -> libaspell.so.10.1.1
  libaspell.so.10.1.1
  libpspell_aspell.la
  libpspell_aspell.so.2 -> libpspell_aspell.so.2.0.1
  libpspell_aspell.so.2.0.1
  libpspell-impl.la
  libpspell-impl.so.6 -> libpspell-impl.so.6.0.0
  libpspell-impl.so.6.0.0
  libpspell.la
  libpspell-modules.la
  libpspell-modules.so.1 -> libpspell-modules.so.1.0.1
  libpspell-modules.so.1.0.1
  libpspell.so.4 -> libpspell.so.4.0.3
  libpspell.so.4.0.3

------------------------------------------------------------

My question is what needs to be changed ?, or what did I miss in setting it up to compile pan with the spell checking enabled.?

According to all the emails I have seen in this group, gtkspell should have been the only thing needed.

TIA




reply via email to

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