Hi, when I do
    git log
the #5579 does show up. 

Merge: fd97710 cceeb7c
Author: Wolfgang Bangerth <bangerth@**.**>
Date:   Tue Dec 5 07:24:15 2017 -0700

    Merge pull request #5579 from bangerth/more-complex-instantiations
    
    More complex instantiations


However, after configuration, installation and compilation of my code I 
obtain the error:

Scanning dependencies of target pFEM
[100%] Building CXX object CMakeFiles/pFEM.dir/pFEM.cc.o
Linking CXX executable pFEM
/mypath/pFEM.cc:370: error: undefined reference to 'void 
dealii::VectorTools::interpolate_boundary_values<2, 2, std::complex<double> 
>(dealii::hp::MappingCollection<2, 2> const&, dealii::hp::DoFHandler<2, 2> 
const&, std::map<unsigned int, dealii::Function<2, std::complex<double> > 
const*, std::less<unsigned int>, std::allocator<std::pair<unsigned int 
const, dealii::Function<2, std::complex<double> > const*> > > const&, 
std::map<unsigned int, std::complex<double>, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, std::complex<double> > > >&, 
dealii::ComponentMask const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [pFEM] Error 1
make[1]: *** [CMakeFiles/pFEM.dir/all] Error 2
make: *** [all] Error 2

Thanks in advance,
Juan Carlos Araújo


El martes, 5 de diciembre de 2017, 23:47:22 (UTC-5), Wolfgang Bangerth 
escribió:
>
> On 12/05/2017 05:47 PM, Juan Carlos Araujo Cabarcas wrote: 
> > 
> > On my topic, I have done as usual: 
> >      git clone https://github.com/dealii/dealii.git dealii 
> > and proceeded with the configuration/installation of the library, to 
> notice 
> > that I still have an error: 
>
> When did you clone the repository? The patch was merged earlier today. You 
> can 
> find out if you do 
>    git log 
> and look at which patches were merged most recently. Does #5579 show up? 
>
> It's of course also possible that I fixed one issue but not all. 
>
> Best 
>   W. 
>
>
> -- 
> ------------------------------------------------------------------------ 
> Wolfgang Bangerth          email:                 bang...@colostate.edu 
> <javascript:> 
>                             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/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