Sounds like its not finding the aspell library do you have this:
You must have installed GNU Aspell version 0.50.1 or higher on your
system. Download from:

    Aspell: http://aspell.net

Directly from teh DEPENDENCIES section of the POD.

On Wed, May 26, 2004 at 02:02:37AM +0200, Shai wrote:
> Hi,
> 
> I hope this is the right mailing list for this question.
> 
> I'm trying to install Text::Aspell and I'm having a problem in the make
> process:
> 
> # make >>log.log
> Aspell.xs:7:20: aspell.h: No such file or directory
> Aspell.xs:12: parse error before "AspellCanHaveError"
> Aspell.xs:12: warning: no semicolon at end of struct or union
> Aspell.xs:13: warning: data definition has no type or storage class
> Aspell.xs:14: parse error before '*' token
> Aspell.xs:14: warning: data definition has no type or storage class
> Aspell.xs:17: parse error before '}' token
> Aspell.xs:17: warning: data definition has no type or storage class
> Aspell.xs:20: parse error before '*' token
> Aspell.xs: In function `_create_speller':
> Aspell.xs:22: `AspellCanHaveError' undeclared (first use in this function)
> Aspell.xs:22: (Each undeclared identifier is reported only once
> Aspell.xs:22: for each function it appears in.)
> Aspell.xs:22: `ret' undeclared (first use in this function)
> Aspell.xs:24: `self' undeclared (first use in this function)
> Aspell.c: In function `XS_Text__Aspell_new':
> Aspell.c:65: `RETVAL' undeclared (first use in this function)
> Aspell.xs:57: parse error before ')' token
> Aspell.c: In function `XS_Text__Aspell_DESTROY':
> Aspell.c:95: `self' undeclared (first use in this function)
> Aspell.c:98: parse error before ')' token
> Aspell.c: In function `XS_Text__Aspell_create_speller':
> Aspell.c:120: `self' undeclared (first use in this function)
> Aspell.c:125: parse error before ')' token
> Aspell.c: In function `XS_Text__Aspell_print_config':
> Aspell.c:149: `self' undeclared (first use in this function)
> Aspell.xs:100: `AspellKeyInfoEnumeration' undeclared (first use in this
> function)
> Aspell.xs:100: `key_list' undeclared (first use in this function)
> Aspell.xs:101: syntax error before '*' token
> Aspell.c:158: parse error before ')' token
> Aspell.xs:105: `entry' undeclared (first use in this function)
> Aspell.c: In function `XS_Text__Aspell_set_option':
> Aspell.c:187: `self' undeclared (first use in this function)
> Aspell.c:194: parse error before ')' token
> Aspell.xs:127: parse error before "AspellConfig"
> Aspell.xs:133: `RETVAL' undeclared (first use in this function)
> Aspell.c:212: `targ' undeclared (first use in this function)
> Aspell.c: At top level:
> Aspell.c:214: parse error before "void"
> Aspell.c: In function `XS_Text__Aspell_remove_option':
> Aspell.c:224: `self' undeclared (first use in this function)
> Aspell.c:230: parse error before ')' token
> Aspell.xs:148: parse error before "AspellConfig"
> Aspell.xs:154: `RETVAL' undeclared (first use in this function)
> Aspell.c:248: `targ' undeclared (first use in this function)
> Aspell.c: At top level:
> Aspell.c:250: parse error before "void"
> Aspell.c: In function `XS_Text__Aspell_get_option':
> Aspell.c:260: `self' undeclared (first use in this function)
> Aspell.c:266: parse error before ')' token
> Aspell.xs:167: parse error before "AspellConfig"
> Aspell.c:283: `targ' undeclared (first use in this function)
> Aspell.c:283: `RETVAL' undeclared (first use in this function)
> Aspell.c: At top level:
> Aspell.c:285: parse error before "void"
> Aspell.c: In function `XS_Text__Aspell_get_option_as_list':
> Aspell.c:296: `self' undeclared (first use in this function)
> Aspell.xs:182: `AspellStringList' undeclared (first use in this function)
> Aspell.xs:182: `lst' undeclared (first use in this function)
> Aspell.xs:183: `AspellMutableContainer' undeclared (first use in this
> function)
> Aspell.xs:183: `lst0' undeclared (first use in this function)
> Aspell.xs:184: `AspellStringEnumeration' undeclared (first use in this
> function)
> Aspell.xs:184: `els' undeclared (first use in this function)
> Aspell.c:309: parse error before ')' token
> Aspell.xs:193: parse error before "AspellConfig"
> Aspell.xs:202: `option_value' undeclared (first use in this function)
> Aspell.c: At top level:
> Aspell.c:339: parse error before '}' token
> Aspell.c: In function `XS_Text__Aspell_errstr':
> Aspell.c:348: `self' undeclared (first use in this function)
> Aspell.c:353: parse error before ')' token
> Aspell.c: In function `XS_Text__Aspell_errnum':
> Aspell.c:373: `self' undeclared (first use in this function)
> Aspell.c:378: parse error before ')' token
> Aspell.c: In function `XS_Text__Aspell_check':
> Aspell.c:398: `self' undeclared (first use in this function)
> Aspell.c:404: parse error before ')' token
> Aspell.xs:241: parse error before "AspellSpeller"
> Aspell.c: In function `XS_Text__Aspell_suggest':
> Aspell.c:437: `self' undeclared (first use in this function)
> Aspell.xs:253: syntax error before '*' token
> Aspell.xs:254: `AspellStringEnumeration' undeclared (first use in this
> function)
> Aspell.xs:254: `els' undeclared (first use in this function)
> Aspell.c:448: parse error before ')' token
> Aspell.xs:264: `wl' undeclared (first use in this function)
> Aspell.xs:267: parse error before "AspellSpeller"
> Aspell.xs:277: warning: assignment makes pointer from integer without a cast
> Aspell.c: In function `XS_Text__Aspell_add_to_personal':
> Aspell.c:491: `self' undeclared (first use in this function)
> Aspell.c:497: parse error before ')' token
> Aspell.xs:298: parse error before "AspellSpeller"
> Aspell.c: In function `XS_Text__Aspell_add_to_session':
> Aspell.c:530: `self' undeclared (first use in this function)
> Aspell.c:536: parse error before ')' token
> Aspell.xs:320: parse error before "AspellSpeller"
> Aspell.c: In function `XS_Text__Aspell_store_replacement':
> Aspell.c:569: `self' undeclared (first use in this function)
> Aspell.c:576: parse error before ')' token
> Aspell.xs:345: parse error before "AspellSpeller"
> Aspell.c: In function `XS_Text__Aspell_save_all_word_lists':
> Aspell.c:609: `self' undeclared (first use in this function)
> Aspell.c:614: parse error before ')' token
> Aspell.xs:366: parse error before "AspellSpeller"
> Aspell.c: In function `XS_Text__Aspell_clear_session':
> Aspell.c:647: `self' undeclared (first use in this function)
> Aspell.c:652: parse error before ')' token
> Aspell.xs:387: parse error before "AspellSpeller"
> Aspell.c: In function `XS_Text__Aspell_list_dictionaries':
> Aspell.c:686: `self' undeclared (first use in this function)
> Aspell.xs:399: `AspellDictInfoList' undeclared (first use in this function)
> Aspell.xs:399: `dlist' undeclared (first use in this function)
> Aspell.xs:400: `AspellDictInfoEnumeration' undeclared (first use in this
> function)
> Aspell.xs:400: `dels' undeclared (first use in this function)
> Aspell.xs:401: syntax error before '*' token
> Aspell.c:696: parse error before ')' token
> Aspell.xs:410: `entry' undeclared (first use in this function)
> Aspell.c: In function `XS_Text__Aspell_dictionary_info':
> Aspell.c:743: `self' undeclared (first use in this function)
> Aspell.xs:436: `AspellDictInfoList' undeclared (first use in this function)
> Aspell.xs:436: `dlist' undeclared (first use in this function)
> Aspell.xs:437: `AspellDictInfoEnumeration' undeclared (first use in this
> function)
> Aspell.xs:437: `dels' undeclared (first use in this function)
> Aspell.xs:438: syntax error before '*' token
> Aspell.c:753: parse error before ')' token
> Aspell.xs:448: `entry' undeclared (first use in this function)
> Aspell.c: In function `XS_Text__Aspell_fetch_option_keys':
> Aspell.c:803: `self' undeclared (first use in this function)
> Aspell.xs:479: `AspellKeyInfoEnumeration' undeclared (first use in this
> function)
> Aspell.xs:479: `key_list' undeclared (first use in this function)
> Aspell.xs:480: syntax error before '*' token
> Aspell.c:813: parse error before ')' token
> Aspell.xs:488: `entry' undeclared (first use in this function)
> make: *** [Aspell.o] Error 1
> 
> Any ideas?
> 
> Shai
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 

-- 
Brad Lhotsky <[EMAIL PROTECTED]>

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to