Compiling step-33 also fails for me which uses function_parser.h

Thanks
praveen

On Sat, Apr 22, 2017 at 2:26 PM, Praveen C <[email protected]> wrote:

> I compiled with bundled boost for now.
>
> But I face another problem when compiling my own code.
>
> $ make
>
> *Scanning dependencies of target hyflo*
>
> [ 10%] Building CXX object CMakeFiles/hyflo.dir/assemble.cc.o
>
> In file included from /Users/praveen/Applications/hyflo/src/assemble.cc:3:
>
> */Users/praveen/Applications/deal.II/git/install/include/deal.II/base/function_parser.h:31:10:
> **fatal error: *
>
> *      'muParser.h' file not found*
>
> #include <muParser.h>
>
> Thanks
>
> praveen
>
> On Sat, Apr 22, 2017 at 9:52 AM, Praveen C <[email protected]> wrote:
>
>> Here is the output
>>
>> $ grep -r make_array serialization/*
>>
>> serialization/array_wrapper.hpp:    // *make_array*.  So I make
>> *make_array* a friend
>>
>> serialization/array_wrapper.hpp:    friend const
>> boost::serialization::array_wrapper<Tx> *make_array*(Tx * t, S s);
>>
>> serialization/array_wrapper.hpp:const array_wrapper< T > *make_array*(T*
>> t, S s){
>>
>> serialization/valarray.hpp:        ar << serialization::*make_array*<const
>> U, collection_size_type>(
>>
>> serialization/valarray.hpp:        ar >> serialization::*make_array*<U,
>> collection_size_type>(
>>
>> serialization/vector.hpp:        ar << serialization::*make_array*<const
>> U, collection_size_type>(
>>
>> serialization/vector.hpp:        ar >> serialization::*make_array*<U,
>> collection_size_type>(
>>
>> On Fri, Apr 21, 2017 at 10:34 PM, Wolfgang Bangerth <
>> [email protected]> wrote:
>>
>>> On 04/21/2017 10:15 AM, Praveen C wrote:
>>>
>>>> This is while compiling deal.II
>>>>
>>>> There is no make_array in that include file, see below.
>>>>
>>>
>>> Ah, how annoying. Did that function move to a different file? What
>>> happens if you do
>>>   grep -r make_array serialization/*
>>>
>>> Best
>>>  W.
>>>
>>>
>>> --
>>> ------------------------------------------------------------------------
>>> Wolfgang Bangerth          email:                 [email protected]
>>>                            www: http://www.math.colostate.edu/~bangerth/
>>>
>>> --
>>> The deal.II project is located at http://www.dealii.org/
>>> For mailing list/forum options, see https://groups.google.com/d/fo
>>> rum/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 [email protected].
>>> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to