Ehsan.

Yes, but that is not what you have done.   ;-)

Look at the configure script in your first email again calmly and
*very carefully* and then look at my reply calmly and *very
carefully*.

In the configure script you sent us, you are missing a D on two lines,
which I am guessing is stopping cmake from finding p4est and trilinos
and is the reason you can not compile some of the tutorials. Have you
checked the output from cmake or configure.log?

Trust me, it works, but only if your syntax configuring deal.II is
correct.   :-)

Best,
   Toby



2016-07-27 12:29 GMT+02:00 Ehsan <rabizadeh.eh...@gmail.com>:
> Dear Toby,
>
> But in below links they are -DDEAL_II_With_...
>
> https://www.dealii.org/developer/readme.html
> https://www.dealii.org/developer/external-libs/p4est.html
>
> Best,
> Ehsan
>
>
>
> On Wednesday, July 27, 2016 at 12:19:07 PM UTC+2, Tobi Young wrote:
>>
>> Hello Eshan,
>>
>> Perhaps here is your error. It is a simple typo. ;-)
>>
>> >           -DEAL_II_WITH_P4EST= ON
>> >           -DEAL_II_WITH_TRILINOS= ON
>>
>> Should be:
>>
>>            -DDEAL_II_WITH_P4EST= ON
>>            -DDEAL_II_WITH_TRILINOS= ON
>>
>> Please check that the output (or configure.log) says it has found all
>> of the libraries you were looking for and then recompile.
>> Destroy CMakeCache before reconfiguring.
>>
>> I hope that helps you out.
>>
>> Best,
>>    Toby
>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see
> https://groups.google.com/d/forum/dealii?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to