> >cannot use libmecab0 without mecab package.
> What meaning is it? Please explain your problem more precisely.
> I think that you can use libmecab0 without mecab if you prepare both
> your private dictionary and Ruby/Perl/Python binding.
Uah, sorry, my bug report is invalid.
And I didn't think about --rcfile option.
== mecab_test.c
#include <mecab.h>
int
main()
{
mecab_t *mecab;
mecab = mecab_new(0, NULL);
if (mecab == NULL) {
fprintf(stderr, "%s", mecab_strerror(NULL));
}
return 0;
}
== run
% gcc -o mecab_test mecab_test.c `mecab-config --cflags --libs`
% ./mecab_test
mecab_new(): Tagger::Impl::open(): Param::load():
/var/lib/mecab/dic/debian/dicrc: no such file or directory
Yet Another Part-of-Speech and Morphological Analyzer
Copyright (C) 2001-2003 Taku Kudo, All rights reserved.
try '--help' for more information.
> >please fix Depends line.
> Your proposed change is not acceptable, because it will cause a
> circulation dependency problem.
Yes, I see. Thanks for your detail answer.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]