rcls / crap

Cvs Remote Access Program
GNU General Public License v3.0
46 stars 12 forks source link

fatal error: pipeline.h: No such file or directory #21

Closed mwat56 closed 4 years ago

mwat56 commented 4 years ago

I tried to compile the program:

$ make
gcc -O2 -std=c99 -Wall -Wextra -Werror -D_GNU_SOURCE -g3 -MMD -MP -MF.deps/branch.o.d   -c -o branch.o -c branch.c
gcc -O2 -std=c99 -Wall -Wextra -Werror -D_GNU_SOURCE -g3 -MMD -MP -MF.deps/changeset.o.d   -c -o changeset.o -c changeset.c
gcc -O2 -std=c99 -Wall -Wextra -Werror -D_GNU_SOURCE -g3 -MMD -MP -MF.deps/cvs_connection.o.d   -c -o cvs_connection.o -c cvs_connection.c
cvs_connection.c:10:10: fatal error: pipeline.h: No such file or directory
 #include <pipeline.h>
          ^~~~~~~~~~~~
compilation terminated.
Makefile:25: recipe for target 'cvs_connection.o' failed
make: *** [cvs_connection.o] Error 1

Can you tell me which library I have to install? Thanks!

rcls commented 4 years ago

You need libpipeline. apt install libpipeline-dev on debian or ubuntu. (-devel on RedHat). http://git.savannah.nongnu.org/cgit/libpipeline.git