DiscoSNP++ compilation problem
0
0
Entering edit mode
8.7 years ago
tkitapci ▴ 60

Hi,

I am getting this error:

bash-4.1$ ./compile_discoSnp++.sh
        Compiling discoSnp, from directory /home/cmb-02/sn1/tkitapci/software/DiscoSNP++-2.2.0-Darwin
mkdir: cannot create directory `build': File exists
CMake Error at CMakeLists.txt:25 (include):
  include could not find load file:

    GatbCore

CMake Error at CMakeLists.txt:64 (INCLUDE):
  include could not find load file:

    Delivery

-- Configuring incomplete, errors occurred!
See also "/home/cmb-02/sn1/tkitapci/software/DiscoSNP++-2.2.0-Darwin/build/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found.  Stop.

Can anybody please help me with this? Thanks!

Hamdi

SNP • 2.0k views
ADD COMMENT
0
Entering edit mode

Try deleting the build directory.

ADD REPLY
0
Entering edit mode

That is not the problem. I am getting the exact same message "except the mkdir error" if I delete and run this. Thanks

ADD REPLY
2
Entering edit mode

It seems that a cmake variable is not correctly set.

Could you add the following line in the CmakeLists.txt file of the main directory? You can add it the line just after ENDFOREACH(path)

MESSAGE ("===> CMAKE_MODULE_PATH=${CMAKE_MODULE_PATH}")

and can you give the result of this line after launching the compile_discoSnp++.sh script?

ADD REPLY
0
Entering edit mode

Hi, I have the exact same error as the one from this thread. I wanted to know if this was ever solved?

Thanks,
Annick

ADD REPLY
0
Entering edit mode

Hi, I have the exact same error as the one from this thread. I wanted to know if this was ever solved?

Thanks,
Annick

ADD REPLY

Login before adding your answer.

Traffic: 2678 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6