Hi,I'm a professional developer used to use VS in his projects, so I'm used to create projectsalmost on regular base. I'm here since I've problems in compiling FEniCS under VS2008, following this tutorial: http://www.nada.kth.se/~alessio/pmwiki-2.1.27/pmwiki.php?n=Main.Guides I'm writing directly to you, since I've read from the forum the installation/compilationhave to be addressed directly to this email. Hope I'm doing the right thing. I've installed the free BitBucket Win client, getting successfully the last uptodate sources from here: fenics-project / DOLFIN / source / — Bitbucket Quoting the above tutorial: "First, go in dolfin/src/kernel and for each folder copy the *.cpp and *.h files into a new folder called C:/dolfin/Sources/. You will see that in each folder there is a subfolder called dolfin/, don't move it during this first journey through the folders. Now, create the folder C:/dolfin/Include/ and move there all the /dolfin directories you didn't touch before, overwriting them (there are no files with the same name)." I think this tutorial is quite out of date, since "dolfin/src/kernel" is no more there at all. More than this, I can see a lot of subfoldersunder the DOLFIN main folder, but I CANNOT see any "dolfin" subfolder within each of them as tutorial is suggesting. That said, I'm trying to copy and paste all *.c under a unique Sources folder, and all *.h under a unique Headers folder. This shoud work in principle, but I can see within *.c some includes sounding like this: #include <dolfin/fem/FiniteElement.h> #include <dolfin/fem/DofMap.h> #include <dolfin/fem/Form.h> #include <dolfin/fem/DirichletBC.h> #include <dolfin/fem/LinearVariationalProblem.h> #include <dolfin/fem/NonlinearVariationalProblem.h> #include <dolfin/function/FunctionSpace.h> #include <dolfin/function/SubSpace.h> #include <dolfin/function/GenericFunction.h> As you can see, I cannot see how moving all sources from each subfolder to the main Sources folder. May you give, please, some better idea on how to solve this? Thanks, regards Riccardo | | | | | | | | | fenics-project / DOLFIN / source / — BitbucketSource Branch master Check out branch DOLFIN / | | | | Visualizza su bitbucket.org | Anteprima per Yahoo | | | | |
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
