Giter Club home page Giter Club logo

Comments (5)

pkrusche avatar pkrusche commented on May 28, 2024

Hi there,

Could you please provide some more information? Which Linux distribution are you using, and what was the full output from configure?

Also, our readme file contains more information on requirements and different installation procedures.

from paragraph.

ytguojian avatar ytguojian commented on May 28, 2024

Hi,
The linux distribution is CentOS Linux release 7.4.1708 ;
The error message is "Using existing /usr/bin/cmake
-- using compiler: g++ version 4.8.5
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7")
-- Found BZip2: /usr/lib64/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so - found
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so - found
-- Found LibLZMA: /usr/include (found version "5.2.2")
Using included htslib
-- Configuring done
-- Generating done
-- Build files have been written to: /powerplant/workspace/hrajxg/software/paragraph-paragraph-v1.1/external/htslib-build
[100%] Built target htslib
CMake Error at src/cmake/GetGoogleTest.cmake:4 (FILE):
Syntax error in cmake code at

/workspace/hrajxg/software/paragraph-paragraph-v1.1/src/cmake/GetGoogleTest.cmake:4

when parsing string

\

cmake_minimum_required(VERSION 2.8.5)

project(googletest-build NONE)

include(ExternalProject)

ExternalProject_Add(googletest

      # GIT_REPOSITORY    https://github.com/google/googletest.git
      # GIT_TAG           release-1.8.0
      URL               \"${CMAKE_SOURCE_DIR}/external/googletest-release-1.8.0.tar.gz\"
      URL_HASH          MD5=16877098823401d1bf2ed7891d7dce36
      SOURCE_DIR        \"${CMAKE_BINARY_DIR}/external/googletest-src\"
      BINARY_DIR        \"${CMAKE_BINARY_DIR}/external/googletest-build\"
      CONFIGURE_COMMAND \"\"
      BUILD_COMMAND     \"\"
      INSTALL_COMMAND   \"\"
      TEST_COMMAND      \"\"
      )

syntax error, unexpected cal_SYMBOL, expecting $end (265)
Call Stack (most recent call first):
CMakeLists.txt:31 (include)

-- Configuring incomplete, errors occurred!
See also "/workspace/hrajxg/software/paragraph-paragraph-v1.1/CMakeFiles/CMakeOutput.log".
Couldn't configure the project:

cmake -H"/workspace/hrajxg/software/paragraph-paragraph-v1.1" -B"/workspace/hrajxg/software/paragraph-paragraph-v1.1" -G"Unix Makefiles" -DCMAKE_INSTALL_PREFIX:STRING=/workspace/hrajxg/software/paragraph-paragraph-v1.1/ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_PARALLEL:INTEGER=1 -DCPACK_PACKAGING_INSTALL_PREFIX:STRING=/workspace/hrajxg/software/paragraph-paragraph-v1.1/ -DCPACK_SYSTEM_NAME:STRING=Linux-x86_64 -DCPACK_PACKAGE_CONTACT:STRING='[email protected]'

Moving CMakeCache.txt to CMakeCache.txt.removed"
Cheers,

from paragraph.

pkrusche avatar pkrusche commented on May 28, 2024

I think there are two problems:

from paragraph.

ytguojian avatar ytguojian commented on May 28, 2024

Thanks a lot. I will have a try.

from paragraph.

pkrusche avatar pkrusche commented on May 28, 2024

Closing issues -- please reopen if needed.

from paragraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.