Giter Club home page Giter Club logo

aeroplanets's Introduction

aeroplanets's People

Contributors

scivision avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

gfec-lac-inpe

aeroplanets's Issues

Failed during installation

I am compiling the code in macOS Mojave, and I am facing an issue.
Everything works correctly until the last step in the building process. Where I have to run "cmake --build . -j2". I get the following error:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gmake[2]: Entering directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake[2]: Entering directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake[2]: Leaving directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake[2]: Leaving directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake[2]: Entering directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake[2]: Entering directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
[ 1%] Building CXX object src/chem/CMakeFiles/chem.dir/calcdens.cpp.o
[ 2%] Building CXX object src/CMakeFiles/eflux.dir/eflux/eflux.cpp.o
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/calcdens.cpp:7:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/calcdens.hpp:11:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/reaclist.hpp:15:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/reaction.hpp:20:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/planet/allplanets.hpp:10:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/planet/planet.hpp:17:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/species.hpp:12:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/path.hpp:13:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/eleccrs.hpp:32:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/crs.hpp:14:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/cppscixml/scixml.hpp:13:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/math/mathfunction.hpp:12:
/Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/math/mathstring.hpp:26:10: fatal error: 'boost/regex.hpp' file not found
#include <boost/regex.hpp>
^~~~~~~~~~~~~~~~~
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/eflux/eflux.cpp:11:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/eflux/eflux.hpp:12:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/math/mathflux.hpp:12:
/Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/math/mathstring.hpp:26:10: fatal error: 'boost/regex.hpp' file not found
#include <boost/regex.hpp>
^~~~~~~~~~~~~~~~~
1 error generated.
gmake[2]: *** [src/CMakeFiles/eflux.dir/build.make:80: src/CMakeFiles/eflux.dir/eflux/eflux.cpp.o] Error 1
gmake[2]: Leaving directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake[1]: *** [CMakeFiles/Makefile2:511: src/CMakeFiles/eflux.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
1 error generated.
gmake[2]: *** [src/chem/CMakeFiles/chem.dir/build.make:80: src/chem/CMakeFiles/chem.dir/calcdens.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
[ 3%] Building CXX object src/chem/CMakeFiles/chem.dir/chem.cpp.o
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/chem.cpp:9:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/chem.hpp:13:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/calcdens.hpp:11:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/reaclist.hpp:15:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/chem/reaction.hpp:20:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/planet/allplanets.hpp:10:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/planet/planet.hpp:17:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/species.hpp:12:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/path.hpp:13:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/eleccrs.hpp:32:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/species/crs.hpp:14:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/cppscixml/scixml.hpp:13:
In file included from /Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/math/mathfunction.hpp:12:
/Volumes/GAS_HDD/aeroplanets2/aeroplanets/src/math/mathstring.hpp:26:10: fatal error: 'boost/regex.hpp' file not found
#include <boost/regex.hpp>
^~~~~~~~~~~~~~~~~
1 error generated.
gmake[2]: *** [src/chem/CMakeFiles/chem.dir/build.make:93: src/chem/CMakeFiles/chem.dir/chem.cpp.o] Error 1
gmake[2]: Leaving directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake[1]: *** [CMakeFiles/Makefile2:1057: src/chem/CMakeFiles/chem.dir/all] Error 2
gmake[1]: Leaving directory '/Volumes/GAS_HDD/aeroplanets2/aeroplanets/build'
gmake: *** [Makefile:101: all] Error 2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Is this a common error with e predefined fix?

Thank you very much!
Roberto

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.