tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: not a git repository



On Thu, Jun 22, 2017 at 06:39:49PM +0000, Z Saifullah wrote:
> Having problem with building Blasr.
> 
>  Error codes are:
> 
>  Building for blasr-4.0.0
> fatal: Not a git repository (or any of the parent directories): .git
> c++ -O2 -O3 -g -DSHA1_7=\"\" -std=c++0x -pedantic -Wall -Wextra -Wno-div-by-zero -Wno-overloaded-virtual -MMD -MP -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -fno-omit-frame-pointer      -c -o Blasr.o Blasr.cpp
> In file included from iblasr/BlasrMiscs.hpp:4:0,
>                  from Blasr.cpp:3:
> iblasr/BlasrHeaders.h:30:27: fatal error: CCSSequence.hpp: No such file or directory
> compilation terminated.
> <builtin>: recipe for target 'Blasr.o' failed
> 
> --------- Anyone faced anything like that please let me know.

Find the package that provides the header file and install it.

When building from pkgsrc, you'll also need to include its
buildlink3.mk in the package's Makefile, otherwise the header file
will be hidden from the compiler.
 Thomas


Home | Main Index | Thread Index | Old Index