Hi,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Cheers Lex
On 20 January 2011 14:54, Lex Trotman elextr@gmail.com wrote:
Hi,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Cheers Lex
It seems that spellcheck plugin now depends on the libenchant-dev package which it previously did not, perhaps that should be mentioned in the README.
Cheers Lex
Am 20.01.2011 05:12, schrieb Lex Trotman:
On 20 January 2011 14:54, Lex Trotman elextr@gmail.com wrote:
Hi,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Cheers Lex
It seems that spellcheck plugin now depends on the libenchant-dev package which it previously did not, perhaps that should be mentioned in the README.
Its depending for some time on it. I guess it was pre-0.19 already.
cheers, Frank
Am 20.01.2011 04:54, schrieb Lex Trotman:
Hi,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Can you copy in the output? Where it's failing?
Cheers, Frank
On 20 January 2011 19:06, Frank Lanitz frank@frank.uvena.de wrote:
Am 20.01.2011 04:54, schrieb Lex Trotman:
Hi,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Can you copy in the output? Where it's failing?
Hi Frank,
Its failing the check for enchant >= 1.3
I had enchant 1.6 installed but not enchant-dev, with enchant-dev installed it passes.
But for some reason I don't understand 0.19 was working without the dev package?
Cheers Lex
Cheers, Frank _______________________________________________ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
Am 20.01.2011 09:40, schrieb Lex Trotman:
On 20 January 2011 19:06, Frank Lanitz frank@frank.uvena.de wrote:
Am 20.01.2011 04:54, schrieb Lex Trotman:
Hi,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Can you copy in the output? Where it's failing?
Hi Frank,
Its failing the check for enchant >= 1.3
I had enchant 1.6 installed but not enchant-dev, with enchant-dev installed it passes.
But for some reason I don't understand 0.19 was working without the dev package?
I'm remembering there was something with gtkspell/enchant some time ago. Maybe a late impact of this. But this was a long, long time ago. Enrico might can tell more about here.
Cheers, Frank
On 20 January 2011 20:23, Frank Lanitz frank@frank.uvena.de wrote:
Am 20.01.2011 09:40, schrieb Lex Trotman:
On 20 January 2011 19:06, Frank Lanitz frank@frank.uvena.de wrote:
Am 20.01.2011 04:54, schrieb Lex Trotman:
Hi,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Can you copy in the output? Where it's failing?
Hi Frank,
Its failing the check for enchant >= 1.3
I had enchant 1.6 installed but not enchant-dev, with enchant-dev installed it passes.
But for some reason I don't understand 0.19 was working without the dev package?
I'm remembering there was something with gtkspell/enchant some time ago. Maybe a late impact of this. But this was a long, long time ago. Enrico might can tell more about here.
Cheers, Frank
Ok, since it is now working for me I'm just wanting to make sure that requiring the dev package is what is intended, to maybe add the need for the dev package to the README and check that the configure check isn't still flaky so it doesn't cause confusion for others.
Sadly since autotools is the thing that distributions use, it has to work as well as waf. (Applies to the other thread as well).
Cheers Lex
Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
On Thu, 20 Jan 2011 20:56:11 +1100, Lex wrote:
Hey,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Can you copy in the output? Where it's failing?
Hi Frank,
Its failing the check for enchant >= 1.3
I had enchant 1.6 installed but not enchant-dev, with enchant-dev installed it passes.
But for some reason I don't understand 0.19 was working without the dev package?
I'm remembering there was something with gtkspell/enchant some time ago. Maybe a late impact of this. But this was a long, long time ago. Enrico might can tell more about here.
Cheers, Frank
Ok, since it is now working for me I'm just wanting to make sure that
I have no idea why you could compile the plugin without enchant-dev, it is required since 2008-06-19.
requiring the dev package is what is intended, to maybe add the need for the dev package to the README and check that the configure check
Let me quote from SpellCheck's README:
"Furthermore, you need to have installed enchant with its development files (libenchant-dev or enchant-devel)."
:)
isn't still flaky so it doesn't cause confusion for others.
For testing, I changed the required enchant version to 1.9 in build/spellcheck.m4 to simulate that the library is missing and after re-running ./autogen.sh, configure said that the spell check plugin is not to be build. That seems correct to me. If not, I'm afraid Chow need to give it a look. The autotools magic in the g-p project is just scary to me :).
Regards, Enrico
2011/1/21 Enrico Tröger enrico.troeger@uvena.de:
On Thu, 20 Jan 2011 20:56:11 +1100, Lex wrote:
Hey,
Does anyone know why spellcheck plugin won't configure against 0.20 (using latest plugins SVN and Debian 0.20 Geany)?
Was compiling against 0.19 ok, what dependency has changed, I can't see anything in README?
Can you copy in the output? Where it's failing?
Hi Frank,
Its failing the check for enchant >= 1.3
I had enchant 1.6 installed but not enchant-dev, with enchant-dev installed it passes.
But for some reason I don't understand 0.19 was working without the dev package?
I'm remembering there was something with gtkspell/enchant some time ago. Maybe a late impact of this. But this was a long, long time ago. Enrico might can tell more about here.
Cheers, Frank
Ok, since it is now working for me I'm just wanting to make sure that
I have no idea why you could compile the plugin without enchant-dev, it is required since 2008-06-19.
Well it now seems to be working (ie requiring the dev package) so I guess its ok.
requiring the dev package is what is intended, to maybe add the need for the dev package to the README and check that the configure check
Let me quote from SpellCheck's README:
"Furthermore, you need to have installed enchant with its development files (libenchant-dev or enchant-devel)."
:)
mv README README_MORE_CAREFULLY :-)
isn't still flaky so it doesn't cause confusion for others.
For testing, I changed the required enchant version to 1.9 in build/spellcheck.m4 to simulate that the library is missing and after re-running ./autogen.sh, configure said that the spell check plugin is not to be build. That seems correct to me. If not, I'm afraid Chow need to give it a look. The autotools magic in the g-p project is just scary to me :).
ditto.
Cheers Lex
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.asc
Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
On Fri, 21 Jan 2011 09:08:34 +1100, Lex wrote:
requiring the dev package is what is intended, to maybe add the need for the dev package to the README and check that the configure check
Let me quote from SpellCheck's README:
"Furthermore, you need to have installed enchant with its development files (libenchant-dev or enchant-devel)."
:)
mv README README_MORE_CAREFULLY :-)
Haha, nice.
Regards, Enrico