Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems to compile #1

Open
KamilSJaron opened this issue Oct 14, 2016 · 0 comments · May be fixed by #2
Open

problems to compile #1

KamilSJaron opened this issue Oct 14, 2016 · 0 comments · May be fixed by #2

Comments

@KamilSJaron
Copy link

KamilSJaron commented Oct 14, 2016

Hello,

I have tried to naively compile program using g++ main.cpp world.cpp deme.cpp individual.cpp -o admre on OS X.

  1. it seems that it require boost in the project folder, what dependencies have the simulator?
  2. I would appreciate makefile

full error log:

main.cpp:10:10: error: 'range_expansion.h' file not found with <angled> include; use "quotes" instead
#include <range_expansion.h>
         ^~~~~~~~~~~~~~~~~~~
         "range_expansion.h"
main.cpp:15:10: error: 'rng.h' file not found with <angled> include; use "quotes" instead
#include <rng.h>
         ^~~~~~~
         "rng.h"
In file included from main.cpp:15:
./rng.h:24:10: fatal error: 'boost\random.hpp' file not found
#include <boost\random.hpp>
         ^
3 errors generated.
world.cpp:9:10: error: 'range_expansion.h' file not found with <angled> include; use "quotes" instead
#include <range_expansion.h>
         ^~~~~~~~~~~~~~~~~~~
         "range_expansion.h"
world.cpp:10:10: error: 'rng.h' file not found with <angled> include; use "quotes" instead
#include <rng.h>
         ^~~~~~~
         "rng.h"
In file included from world.cpp:10:
./rng.h:24:10: fatal error: 'boost\random.hpp' file not found
#include <boost\random.hpp>
         ^
3 errors generated.
deme.cpp:9:10: error: 'range_expansion.h' file not found with <angled> include; use "quotes" instead
#include <range_expansion.h>
         ^~~~~~~~~~~~~~~~~~~
         "range_expansion.h"
deme.cpp:10:10: error: 'rng.h' file not found with <angled> include; use "quotes" instead
#include <rng.h>
         ^~~~~~~
         "rng.h"
In file included from deme.cpp:10:
./rng.h:24:10: fatal error: 'boost\random.hpp' file not found
#include <boost\random.hpp>
         ^
3 errors generated.
individual.cpp:9:10: error: 'range_expansion.h' file not found with <angled> include; use "quotes" instead
#include <range_expansion.h>
         ^~~~~~~~~~~~~~~~~~~
         "range_expansion.h"
individual.cpp:10:10: error: 'rng.h' file not found with <angled> include; use "quotes" instead
#include <rng.h>
         ^~~~~~~
         "rng.h"
In file included from individual.cpp:10:
./rng.h:24:10: fatal error: 'boost\random.hpp' file not found
#include <boost\random.hpp>
         ^
3 errors generated.

@KamilSJaron KamilSJaron linked a pull request Oct 14, 2016 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant