Skip to content

Re: I cannot run cylinder2d example?!

#2809

Hi, this is what appear when I try to run.. I don’t know if I am not giving the correct command

Luis Angel Aviles M@LuisAngel ~/olb-1.2r0/examples/cylinder2d
$ gcc ./cylinder2d.cpp
In file included from ./cylinder2d.cpp:41:0:
./olb2D.h:1:33: fatal error: boundary/boundary2D.h: No such file or directory
#include <boundary/boundary2D.h>
^
compilation terminated.

Luis Angel Aviles M@LuisAngel ~/olb-1.2r0/examples/cylinder2d

When I just write make it appear:

Luis Angel Aviles M@LuisAngel ~/olb-1.2r0/examples/cylinder2d
$ make
make: *** /home/: Is a directory. Stop.

I am inside of the folde cylinder2d..