Makefile error while making clean check and install libneo4j-client library

34 views Asked by At

Update: It was my fault, since I do not have the library libcypher-parser installed I should have run ./configure --disable-tools. It works perfectly now :-)

It may be a silly issue, but I have a problem while completing the installation of the C library neo4j-client.

Since I have ArchLinux on my laptop I downloaded the whole repository from https://github.com/cleishm/libneo4j-client and done the following operations:

$ ./autogen.sh
$ ./configure

that completed without any error, leading to the generation of the file Makefile.in

Then I tried

$ make clean check
$ sudo make install

but the results are:

$ make: *** No rule to make target 'clean'.  Stop.
$ make: *** No rule to make target 'install'.  Stop.

I don't know why both targets are missing from the Makefile, but I'm stuck on this issue. I tried to look inside Makefile.in, but there are so many targets that I don't know how to recognize the ones I need...

Please help me :-(

Thank you in advance for your time :-)

0

There are 0 answers