mohangk / c_sastrawi

A port of PHP Sastrawi to C
9 stars 3 forks source link

Erorr when compiling #5

Open herpiko opened 8 years ago

herpiko commented 8 years ago

I've run all step in README.md then get an error when compiling on Debian Jessie.

$ make
cc -std=c99 -Wall -g -O2 -Wextra -Isrc -I/usr/local/include -DNDEBUG   -lpcre2-8  -L/usr/local/lib   tests/affix_removal_tests.c  build/libsastrawi.a tests/test_helper.o -o tests/affix_removal_tests
cc: error: tests/test_helper.o: No such file or directory
: recipe for target 'tests/affix_removal_tests' failed
make: *** [tests/affix_removal_tests] Error 1

Is there any step I missed?