Skip to content

Instantly share code, notes, and snippets.

@skrat
Created September 12, 2016 21:05
Show Gist options
  • Save skrat/c93c8ede521d5719b1038bdbb92eb99d to your computer and use it in GitHub Desktop.
Save skrat/c93c8ede521d5719b1038bdbb92eb99d to your computer and use it in GitHub Desktop.
planck.txt
### Building ClojureScript
Leiningen 2.7.0 on Java 1.8.0_92 OpenJDK 64-Bit Server VM
Building
Done building
### Bundling 1st Stage ClojureScript
### Building 1st Stage Binary
-- The C compiler identification is Clang 3.8.0
-- The CXX compiler identification is GNU 6.1.1
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'libzip'
-- Found libzip, version 1.1.3
-- Checking for module 'javascriptcoregtk-4.0'
-- Found javascriptcoregtk-4.0, version 2.12.3
-- Checking for module 'icu-uc'
-- Found icu-uc, version 57.1
-- Checking for module 'icu-io'
-- Found icu-io, version 57.1
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/skrat/Downloads/planck/planck-c/build
Scanning dependencies of target planck
[ 6%] Building C object CMakeFiles/planck.dir/bundle.c.o
[ 12%] Building C object CMakeFiles/planck.dir/cljs.c.o
[ 18%] Building C object CMakeFiles/planck.dir/file.c.o
[ 25%] Building C object CMakeFiles/planck.dir/functions.c.o
[ 31%] Building C object CMakeFiles/planck.dir/http.c.o
[ 37%] Building C object CMakeFiles/planck.dir/io.c.o
[ 43%] Building C object CMakeFiles/planck.dir/jsc_utils.c.o
[ 50%] Building C object CMakeFiles/planck.dir/legal.c.o
[ 56%] Building C object CMakeFiles/planck.dir/linenoise.c.o
[ 62%] Building C object CMakeFiles/planck.dir/main.c.o
[ 68%] Building C object CMakeFiles/planck.dir/repl.c.o
[ 75%] Building C object CMakeFiles/planck.dir/shell.c.o
[ 81%] Building C object CMakeFiles/planck.dir/str.c.o
[ 87%] Building C object CMakeFiles/planck.dir/theme.c.o
[ 93%] Building C object CMakeFiles/planck.dir/zip.c.o
[100%] Linking C executable planck
[100%] Built target planck
### Compiling Macro Namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment