aferrero2707 / art-win64

Continuous Integration scripts for the ART project (https://bitbucket.org/agriggio/ART/)
GNU General Public License v3.0
3 stars 1 forks source link

I can't compile on my MacOS #2

Open Atn-D opened 4 years ago

Atn-D commented 4 years ago

Hello, as the build made available by the CI is a bit old and contains bugs, I wanted to try to compile myself from the master in order to see the evolution.

sisyphe AntoineD art-win64/osx
 master [!?] 〉uname -a
Darwin AntoineD.local 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 18 20:50:10 PDT 2020; root:xnu-4903.278.43~1/RELEASE_X86_64 x86_64

I find myself with this error :

sisyphe AntoineD art-win64/osx
 master [!?] 〉./build.sh
CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /Users/sisyphe/Sites/lab/art-win64/osx/art/build
make: *** No rule to make target `install'.  Stop.

and this tree structure :

sisyphe AntoineD art-win64/osx
 master [!?] 〉lt
Permissions Links Size User    Group Date Modified Git Name
drwxr-xr-x      6    - sisyphe staff  7 sep 11:36   -N  ./
drwxr-xr-x      4    - sisyphe staff  7 sep 11:36   -N ├──  art/
drwxr-xr-x      6    - sisyphe staff  7 sep 13:22   -N │  ├──  build/
.rw-r--r--      1 1,6k sisyphe staff  7 sep 11:36   -N │  │  ├──  cmake_install.cmake
.rw-r--r--      1  13k sisyphe staff  7 sep 11:36   -N │  │  ├──  CMakeCache.txt
drwxr-xr-x     11    - sisyphe staff  7 sep 13:22   -N │  │  ├──  CMakeFiles/
drwxr-xr-x      9    - sisyphe staff  7 sep 11:36   -N │  │  │  ├──  3.18.2/
.rw-r--r--      1 2,6k sisyphe staff  7 sep 11:36   -N │  │  │  │  ├──  CMakeCCompiler.cmake
.rw-r--r--      1 5,6k sisyphe staff  7 sep 11:36   -N │  │  │  │  ├──  CMakeCXXCompiler.cmake
.rwxr-xr-x      1 4,3k sisyphe staff  7 sep 11:36   -N │  │  │  │  ├──  CMakeDetermineCompilerABI_C.bin*
.rwxr-xr-x      1 4,3k sisyphe staff  7 sep 11:36   -N │  │  │  │  ├──  CMakeDetermineCompilerABI_CXX.bin*
.rw-r--r--      1  362 sisyphe staff  7 sep 11:36   -N │  │  │  │  ├──  CMakeSystem.cmake
drwxr-xr-x      5    - sisyphe staff  7 sep 11:36   -N │  │  │  │  ├──  CompilerIdC/
.rwxr-xr-x      1 8,6k sisyphe staff  7 sep 11:36   -N │  │  │  │  │  ├──  a.out*
.rw-r--r--      1  20k sisyphe staff  7 sep 11:36   -N │  │  │  │  │  ├──  CMakeCCompilerId.c
drwxr-xr-x      2    - sisyphe staff  7 sep 11:36   -- │  │  │  │  │  └──  tmp/
drwxr-xr-x      5    - sisyphe staff  7 sep 11:36   -N │  │  │  │  └──  CompilerIdCXX/
.rwxr-xr-x      1 8,6k sisyphe staff  7 sep 11:36   -N │  │  │  │     ├──  a.out*
.rw-r--r--      1  20k sisyphe staff  7 sep 11:36   -N │  │  │  │     ├──  CMakeCXXCompilerId.cpp
drwxr-xr-x      2    - sisyphe staff  7 sep 11:36   -- │  │  │  │     └──  tmp/
.rw-r--r--      1   85 sisyphe staff  7 sep 13:22   -N │  │  │  ├──  cmake.check_cache
.rw-r--r--      1  666 sisyphe staff  7 sep 11:36   -N │  │  │  ├──  CMakeDirectoryInformation.cmake
.rw-r--r--      1  26k sisyphe staff  7 sep 11:36   -N │  │  │  ├──  CMakeOutput.log
drwxr-xr-x      2    - sisyphe staff  7 sep 11:36   -- │  │  │  ├──  CMakeTmp/
.rw-r--r--      1 2,7k sisyphe staff  7 sep 13:22   -N │  │  │  ├──  Makefile.cmake
.rw-r--r--      1 2,3k sisyphe staff  7 sep 13:22   -N │  │  │  ├──  Makefile2
.rw-r--r--      1    2 sisyphe staff  7 sep 13:22   -N │  │  │  ├──  progress.marks
.rw-r--r--      1  153 sisyphe staff  7 sep 13:22   -N │  │  │  └──  TargetDirectories.txt
.rw-r--r--      1 4,2k sisyphe staff  7 sep 13:22   -N │  │  └──  Makefile
.rw-r--r--      1    0 sisyphe staff  7 sep 11:35   -N │  └──  CMakeLists.txt
.rwxr-xr-x      1 4,1k sisyphe staff  7 sep 11:08   -- ├──  build.sh*
.rwxr-xr-x      1 6,1k sisyphe staff  7 sep 11:08   -- ├──  launcher.sh*
.rw-r--r--      1  975 sisyphe staff  7 sep 11:08   -- └──  metadata_clang_fix.patch