On Sun, 15 Sep 2013 15:30:09 +0200
Errazi BEN AHMED <[email protected]> wrote:

> Hi everybody,
> 
> I successfully installed FEniCS on my Mac OsX ( 10.6.8 ) after 
> downloading the .dmg file from the website. I tried running some 
> exemples by accessing the demo folder inside FEniCS App folder and 
> everything seems to work fine. And now I want create my own project 
> using FEniCS, how can I do that ? I tried configuring Xcode by
> including the header and lib folder inside FEniCS App folder but this
> didn't work and I still get this error:
> 
> dyld: Library not loaded: libdolfin.1.2.dylib
>    Referenced from: 
> /Users/errazibenahmed/Documents/FEniCS/build/Debug/FEniCS
>    Reason: image not found
> 
> Is it that difficult linking FEniCS framework to any project with
> Xcode ? If this seems to be to complicated, could you please show me
> how to build a project, step by step, using FEniCS terminal I got by
> installing FEniCS mac version ?

I assume FEniCS terminal on Mac is just terminal with appropriate
environment variables set. Navigate to arbitrary C++ demo dir,

$ cmake .
$ make

and you got executable named 'demo_foo'. For your project take
CMakeLists.txt from some demo dir and tweak it.

Jan

> 
> Thank you very much.
> 
> Errazi Ben Ahmed
> Paris
> 
> 
> <http://www.fenicsproject.org/pub/software/fenics/fenics-1.2.0-osx10.6.dmg>

_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to