Created
July 29, 2015 18:59
-
-
Save TeroFrondelius/9ec22e3aaae3ce876d91 to your computer and use it in GitHub Desktop.
Calculix build.jl failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloning into 'CalculiX-cmake'... | |
remote: Counting objects: 2010, done. | |
remote: Compressing objects: 100% (1354/1354), done. | |
remote: Total 2010 (delta 453), reused 0 (delta 0), pack-reused 655 | |
Receiving objects: 100% (2010/2010), 13.43 MiB | 273.00 KiB/s, done. | |
Resolving deltas: 100% (687/687), done. | |
Checking connectivity... done. | |
Note: checking out '82ac120b2a5b1652134f7b2e8e60bfad8a0a2257'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 82ac120... libcalculix.so output directory changed | |
-- The C compiler identification is GNU 4.8.4 | |
-- The Fortran compiler identification is GNU | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working Fortran compiler: /usr/bin/gfortran | |
-- Check for working Fortran compiler: /usr/bin/gfortran -- works | |
-- Detecting Fortran compiler ABI info | |
-- Detecting Fortran compiler ABI info - done | |
-- Checking whether /usr/bin/gfortran supports Fortran 90 | |
-- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes | |
CMake Warning (dev) at CMakeLists.txt:6 (LINK_DIRECTORIES): | |
This command specifies the relative path | |
../../usr/lib | |
as a link directory. | |
Policy CMP0015 is not set: link_directories() treats paths relative to the | |
source dir. Run "cmake --help-policy CMP0015" for policy details. Use the | |
cmake_policy command to set the policy and suppress this warning. | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Try OpenMP C flag = [-fopenmp] | |
-- Performing Test OpenMP_FLAG_DETECTED | |
-- Performing Test OpenMP_FLAG_DETECTED - Success | |
-- Found OpenMP: -fopenmp | |
-- Enabling Multithreading | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/tero/dev/CalculiX/deps/builds/CalculiX | |
Scanning dependencies of target calculix | |
[ 0%] Building C object CMakeFiles/calculix.dir/src/expand.c.o | |
In file included from /home/tero/dev/CalculiX/deps/src/CalculiX-cmake/src/spooles.h:30:0, | |
from /home/tero/dev/CalculiX/deps/src/CalculiX-cmake/src/expand.c:24: | |
/home/tero/dev/CalculiX/deps/src/CalculiX-cmake/../../usr/include/spooles/MT/spoolesMT.h:4:21: fatal error: ../Lock.h: No such file or directory | |
#include "../Lock.h" | |
^ | |
compilation terminated. | |
make[2]: *** [CMakeFiles/calculix.dir/src/expand.c.o] Error 1 | |
make[1]: *** [CMakeFiles/calculix.dir/all] Error 2 | |
make: *** [all] Error 2 | |
ERROR: LoadError: failed process: Process(`make`, ProcessExited(2)) [2] | |
in run at ./process.jl:485 | |
in include at ./boot.jl:254 | |
in include_from_node1 at ./loading.jl:133 | |
while loading /home/tero/dev/CalculiX/deps/build.jl, in expression starting on line 155 | |
tero@tero-Dell-System-XPS-L321X ~/dev/CalculiX/deps $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment