From: Mark G. <ma...@am...> - 2002-10-31 15:22:43
|
Well I was able to find a RPM version gtkspell-2.0.2-1.i386.rpm. I installd it and still after I run configure I get no gtkspell listed in the output. Has anyone got this to work in RH8? ^^^ got Linux ^^^ Mark Guzzo Sair LCA, LCP Citrix Administrator "Don't Fear The Penguin." |
From: John R. W. <jw...@cs...> - 2002-10-31 15:28:29
|
You probably need to install the devel RPM; right now you have the runtime library but no way of building code that uses it. -John On 10/31/02 10:28 AM, Mark Guzzo wrote: > Well I was able to find a RPM version gtkspell-2.0.2-1.i386.rpm. I > installd it and still after I run configure I get no gtkspell listed > in the output. > Has anyone got this to work in RH8? > > ^^^ got Linux ^^^ > Mark Guzzo > Sair LCA, LCP > > Citrix Administrator > > "Don't Fear The Penguin." > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- John Watson (jw...@cs...) UMass Lowell Computer Science |
From: Luke S. <lsc...@gm...> - 2002-10-31 15:28:48
|
did you remove config.cache? and did you install the gtkspell -devel rpm? luke On Thu, Oct 31, 2002 at 09:28:06AM -0600, Mark Guzzo wrote: > Well I was able to find a RPM version gtkspell-2.0.2-1.i386.rpm. I installd it and still after I run configure I get no gtkspell listed in the output. > Has anyone got this to work in RH8? > > ^^^ got Linux ^^^ > Mark Guzzo > Sair LCA, LCP > > Citrix Administrator > > "Don't Fear The Penguin." > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. |
From: Brian B. <cl...@so...> - 2002-10-31 15:30:53
|
Mark, You also need the gtkspell-devel package. Brian Bernas cl...@so... On Thu, 2002-10-31 at 10:28, Mark Guzzo wrote: > Well I was able to find a RPM version gtkspell-2.0.2-1.i386.rpm. I installd it and still after I run configure I get no gtkspell listed in the output. > Has anyone got this to work in RH8? > > ^^^ got Linux ^^^ > Mark Guzzo > Sair LCA, LCP > > Citrix Administrator > > "Don't Fear The Penguin." > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |
From: Mark G. <ma...@am...> - 2002-10-31 17:25:49
|
OK, I installed the devel rpm and now gtkspell is YES :-) After I ran make I got an error about... gcc: /usr/lib/libpspell.so: No such file or directory gcc: /usr/lib/libpspell-modules.so: No such file or directory make[3]: *** [gaim] Error 1 make[3]: Leaving directory `/home/guzmar/gaim-20021029/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/guzmar/gaim-20021029/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/guzmar/gaim-20021029' make: *** [all] Error 2 SO I soft linked the libpspell.so from /usr/local/lib. But now I still get this.. gcc: /usr/lib/libpspell-modules.so: No such file or directory make[3]: *** [gaim] Error 1 make[3]: Leaving directory `/home/guzmar/gaim-20021029/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/guzmar/gaim-20021029/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/guzmar/gaim-20021029' make: *** [all] Error 2 I looked for the libpspell-modules.so file, but was unable to locate it. Any ideas :-( On Thu, 31 Oct 2002 09:28:06 -0600 Mark Guzzo <ma...@Am...> wrote: > Well I was able to find a RPM version gtkspell-2.0.2-1.i386.rpm. I installd it and still after I run configure I get no gtkspell listed in the output. > Has anyone got this to work in RH8? > > ^^^ got Linux ^^^ > Mark Guzzo > Sair LCA, LCP > > Citrix Administrator > > "Don't Fear The Penguin." > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel ^^^ got Linux ^^^ Mark Guzzo Sair LCA, LCP Citrix Administrator "Don't Fear The Penguin." |
From: Luke S. <lsc...@gm...> - 2002-10-31 18:08:11
|
On Thu, Oct 31, 2002 at 11:32:01AM -0600, Mark Guzzo wrote: > OK, I installed the devel rpm and now gtkspell is YES :-) > After I ran make I got an error about... > > gcc: /usr/lib/libpspell.so: No such file or directory > gcc: /usr/lib/libpspell-modules.so: No such file or directory as it says, libpsell.so and libpslell-modules.so aren't found. guess what? you need pspell and pspell-devel ;-) luke > make[3]: *** [gaim] Error 1 > make[3]: Leaving directory `/home/guzmar/gaim-20021029/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/guzmar/gaim-20021029/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/guzmar/gaim-20021029' > make: *** [all] Error 2 > > SO I soft linked the libpspell.so from /usr/local/lib. > But now I still get this.. > > gcc: /usr/lib/libpspell-modules.so: No such file or directory > make[3]: *** [gaim] Error 1 > make[3]: Leaving directory `/home/guzmar/gaim-20021029/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/guzmar/gaim-20021029/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/guzmar/gaim-20021029' > make: *** [all] Error 2 > > I looked for the libpspell-modules.so file, but was unable to locate it. Any ideas :-( > > > > On Thu, 31 Oct 2002 09:28:06 -0600 > Mark Guzzo <ma...@Am...> wrote: > > > Well I was able to find a RPM version gtkspell-2.0.2-1.i386.rpm. I installd it and still after I run configure I get no gtkspell listed in the output. > > Has anyone got this to work in RH8? > > > > ^^^ got Linux ^^^ > > Mark Guzzo > > Sair LCA, LCP > > > > Citrix Administrator > > > > "Don't Fear The Penguin." > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: Influence the future > > of Java(TM) technology. Join the Java Community > > Process(SM) (JCP(SM)) program now. > > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > > _______________________________________________ > > Gaim-devel mailing list > > Gai...@li... > > https://lists.sourceforge.net/lists/listinfo/gaim-devel > > > ^^^ got Linux ^^^ > Mark Guzzo > Sair LCA, LCP > > Citrix Administrator > > "Don't Fear The Penguin." > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. |