Skip to content

build.sh: Error messages when downloading tar unclear #296

Open
@feefladder

Description

@feefladder

So, in stead of cloning the repo, I decided to download the tar archive.

wget https://github.com/ossimlabs/ossim/releases/download/v2.12.0/ossim-2.12.0.tar.gz
tar -xvf ossim-2.12.tar.gz
ossim-2.12/scripts/build.sh

first, it says: Error: Cannot locate the cmake config script expected at /home/user/git/LISEM/local/ossim/cmake/scripts/ossim-cmake-config.sh. Cannot continue.
Which is not true, the script exists but errors:

ossim-2.12/cmake/scripts/ossim-cmake-config.sh

gives

CMake Error at CMakeLists.txt:114 (add_subdirectory):
  add_subdirectory given source "ossim" which is
  not an existing directory.


-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
CMake Warning at CMakeLists.txt:281 (MESSAGE):
  File ossim/share/ossim/geoids/egm96.grd not
  found for install!


CMake Error: File ossim/cmake/packaging/pkgconfig/ossim.pc.in does not exist.
CMake Error at CMakeLists.txt:307 (configure_file):
  configure_file Problem configuring file

because the dir is named ossim-2.12 in stead of ossim
renaming the dir works :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions