You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Firstly thank you for creating this awesome lib.
When I compile by "make", I faced this error php-mecab/mecab/mecab7.c:1459:3: error: use of undeclared identifier ‘ulong’
I'm new to C so I'm not sure this is correct fix way but when I added an declaration #define ulong unsigned long on top of mecab7.c file, compilation was done successfully.
I'll create pull request for this issue, I'm glad if you check it.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, Firstly thank you for creating this awesome lib.
When I compile by "make", I faced this error
php-mecab/mecab/mecab7.c:1459:3: error: use of undeclared identifier ‘ulong’
I'm new to C so I'm not sure this is correct fix way but when I added an declaration
#define ulong unsigned long
on top of mecab7.c file, compilation was done successfully.I'll create pull request for this issue, I'm glad if you check it.
Thank you.
The text was updated successfully, but these errors were encountered: