Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-08 Thread jim wo
Daniel thank you very much,you are so kind,God bless you. best qiong Daniel Arndt 于 2022年9月8日周四 21:41写道: > Qiong, > > It's not sufficient to include deal.II's include files but you need to > link the library target. Have a look at > https://www.dealii.org/current/users/cmake_user.html. > >

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-08 Thread Daniel Arndt
Qiong, It's not sufficient to include deal.II's include files but you need to link the library target. Have a look at https://www.dealii.org/current/users/cmake_user.html. Best, Daniel On Wed, Sep 7, 2022 at 9:38 PM jim wo wrote: > and at the same time, I write the codes and it comes "the >

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
and at the same time, I write the codes and it comes "the deal.II/grid/tria.h not found" I dont konw why best Qiong 在2022年9月8日星期四 UTC+8 09:34:59 写道: > I created a new cmake project on wsl with vscode ,I write the > INCLUDE_DIRETORIES with header file of dealii in the CMakeLists and then >

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
I created a new cmake project on wsl with vscode ,I write the INCLUDE_DIRETORIES with header file of dealii in the CMakeLists and then cmake project ,I am not sure if its going to work . But when I make it comes error as follow [image: 1662600815935.png] best Qiong 在2022年9月8日星期四 UTC+8

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
I did install MPI on wsl and I congfigure deal.ii with DEAL_II_WITH_PETSC = ON DEAL_II_WITH_P4EST = ON 在2022年9月7日星期三 UTC+8 23:03:57 写道: > Qiong, > > What CMake settings did you use to configure deal.II? > Does your system indeed provide an MPI installation? > > Bets, > Daniel > > On Wed,

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread Daniel Arndt
Qiong, What CMake settings did you use to configure deal.II? Does your system indeed provide an MPI installation? Bets, Daniel On Wed, Sep 7, 2022 at 10:22 AM jim wo wrote: > Hello, > I want to develop my own project on wsl with deal.ii 9.4. after make I > got this message: > > In file

[deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
Hello, I want to develop my own project on wsl with deal.ii 9.4. after make I got this message: In file included from /home/wu/deal_II/include/deal.II/grid/tria.h:20, from /home/wu/cmakeQuickStart/main.cpp:23: /home/wu/deal_II/include/deal.II/base/config.h:540:12: fatal