[Pkg-scicomp-devel] Bug#474828: netgen: FTBFS: include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope

Lucas Nussbaum lucas at lucas-nussbaum.net
Mon Apr 7 20:02:04 UTC 2008


Package: netgen
Version: 4.4-9
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> gcc -c -I. -I../libsrc -I../libsrc/include -I../libsrc/interface -Iinclude -I../../pebbles_old/libsrc/setup -I../../pebbles_old/libsrc/solver -I../../pebbles_old/libsrc/prepro -I../../pebbles_old/libsrc/parallel -I../../pebbles_old/libsrc -O2 -I/usr/include/GL -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -I/usr/X11R6/include -DLINUX -DOPENGL -finline-limit=20000 -funroll-loops  -DNGSOLVE -DNETGEN_ELTRANS ngsolve.cpp multigrid/mgpre.cpp multigrid/smoother.cpp multigrid/prolongation.cpp comp/hdivhofespace.cpp comp/preconditioner.cpp comp/hcurlhdivfes.cpp comp/hdivfes.cpp comp/bilinearform.cpp comp/linearform.cpp comp/gridfunction.cpp comp/meshaccess.cpp comp/fespace.cpp comp/postproc.cpp comp/hierarchicalee.cpp comp/h1hofespace.cpp comp/highorderfes.cpp comp/l2hofespace.cpp comp/bem.cpp comp/hcurlhofespace.cpp fem/elementtopology.cpp fem/intrule.cpp fem/integrator.cpp fem/bdbequations.cpp fem/maxwellintegrator.cpp fem/hdiv_equations.cpp fem/finiteelement.cpp fem/coefficient.cpp fem/specialelement.cpp fem/hcurlfe.cpp fem/hdivfe.cpp fem/hdivhofe.cpp fem/equilibrium.cpp fem/highorderfe.cpp fem/h1hofe.cpp fem/l2hofe.cpp fem/recursive_pol_trig.cpp fem/recursive_pol.cpp fem/hcurlhofe.cpp fem/pml.cpp fem/fastmat.cpp solve/shapetester.cpp solve/numproc.cpp solve/bvp.cpp solve/evplapack.cpp solve/numprocee.cpp solve/nonlinelast.cpp solve/pde.cpp solve/pdeparser.cpp 
> ngsolve.cpp: In function 'int NGS_SolvePDE(void*, Tcl_Interp*, int, const char**)':
> ngsolve.cpp:233: warning: deprecated conversion from string constant to 'char*'
> ngsolve.cpp: In function 'int NGS_PrintPDE(void*, Tcl_Interp*, int, const char**)':
> ngsolve.cpp:276: warning: deprecated conversion from string constant to 'char*'
> ngsolve.cpp: In function 'int NGS_SaveSolution(void*, Tcl_Interp*, int, const char**)':
> ngsolve.cpp:292: warning: deprecated conversion from string constant to 'char*'
> ngsolve.cpp: In function 'int NGS_LoadSolution(void*, Tcl_Interp*, int, const char**)':
> ngsolve.cpp:309: warning: deprecated conversion from string constant to 'char*'
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::BaseMatrix*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngla::BaseMatrix*]'
> multigrid/mgpre.cpp:173:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::BaseJacobiPrecond*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::BaseJacobiPrecond*]'
> multigrid/smoother.cpp:54:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::BaseBlockJacobiPrecond*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngla::BaseBlockJacobiPrecond*]'
> multigrid/smoother.cpp:163:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::BaseMatrix*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngla::BaseMatrix*]'
> multigrid/smoother.cpp:808:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::SparseMatrix<double>*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngla::SparseMatrix<double>*]'
> multigrid/smoother.cpp:950:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::BaseSparseMatrix*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngla::BaseSparseMatrix*]'
> multigrid/smoother.cpp:956:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> comp/hdivhofespace.cpp:104:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> comp/preconditioner.cpp: In constructor 'ngcomp::MGPreconditioner::MGPreconditioner(ngsolve::PDE*, ngstd::Flags&)':
> comp/preconditioner.cpp:160: error: 'strcmp' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::PreconditionerClasses::PreconditionerInfo*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::PreconditionerClasses::PreconditionerInfo*]'
> comp/preconditioner.cpp:825:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = short int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = short int]'
> comp/hcurlhdivfes.cpp:104:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::INT<2>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::INT<2>]'
> comp/hcurlhdivfes.cpp:127:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int [2]]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int [2]]'
> comp/hcurlhdivfes.cpp:142:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> comp/hdivfes.cpp:77:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::BaseMatrix*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngla::BaseMatrix*]'
> comp/bilinearform.cpp:107:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<double>*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<double>*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = double]'
> include/../comp/ngsobject.hpp:239:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<2, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<2, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<2, double>]'
> include/../comp/ngsobject.hpp:240:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<3, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<3, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<3, double>]'
> include/../comp/ngsobject.hpp:241:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<4, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<4, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<4, double>]'
> include/../comp/ngsobject.hpp:242:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<5, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<5, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<5, double>]'
> include/../comp/ngsobject.hpp:243:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<6, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<6, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<6, double>]'
> include/../comp/ngsobject.hpp:244:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<7, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<7, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<7, double>]'
> include/../comp/ngsobject.hpp:245:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<8, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<8, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<8, double>]'
> include/../comp/ngsobject.hpp:246:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<9, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<9, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<9, double>]'
> include/../comp/ngsobject.hpp:247:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<12, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<12, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<12, double>]'
> include/../comp/ngsobject.hpp:248:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<18, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<18, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<18, double>]'
> include/../comp/ngsobject.hpp:249:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<24, double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<24, double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<24, double>]'
> include/../comp/ngsobject.hpp:250:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<std::complex<double> >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<std::complex<double> >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = std::complex<double>]'
> include/../comp/ngsobject.hpp:257:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<2, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<2, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<2, std::complex<double> >]'
> include/../comp/ngsobject.hpp:258:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<3, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<3, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<3, std::complex<double> >]'
> include/../comp/ngsobject.hpp:259:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<4, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<4, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<4, std::complex<double> >]'
> include/../comp/ngsobject.hpp:260:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<5, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<5, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<5, std::complex<double> >]'
> include/../comp/ngsobject.hpp:261:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<6, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<6, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<6, std::complex<double> >]'
> include/../comp/ngsobject.hpp:262:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<7, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<7, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<7, std::complex<double> >]'
> include/../comp/ngsobject.hpp:263:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<8, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<8, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<8, std::complex<double> >]'
> include/../comp/ngsobject.hpp:264:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<9, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<9, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<9, std::complex<double> >]'
> include/../comp/ngsobject.hpp:265:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<12, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<12, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<12, std::complex<double> >]'
> include/../comp/ngsobject.hpp:266:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<18, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<18, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<18, std::complex<double> >]'
> include/../comp/ngsobject.hpp:267:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::VVector<ngbla::Vec<24, std::complex<double> > >*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngla::VVector<ngbla::Vec<24, std::complex<double> > >*]'
> comp/gridfunction.cpp:199:   instantiated from 'ngcomp::T_GridFunction<TV>::T_GridFunction(const ngcomp::FESpace&, const std::string&, const ngstd::Flags&) [with TV = ngbla::Vec<24, std::complex<double> >]'
> include/../comp/ngsobject.hpp:268:   instantiated from 'Base* ngcomp::CreateVecObject(int, bool, ARG&, ARG2&, ARG3&) [with Object = ngcomp::T_GridFunction, Base = ngcomp::GridFunction, ARG = const ngcomp::FESpace, ARG2 = const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ARG3 = const ngstd::Flags]'
> comp/gridfunction.cpp:422:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> comp/meshaccess.cpp:151:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::INT<2>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::INT<2>]'
> comp/meshaccess.cpp:726:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = bool]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = bool]'
> comp/fespace.cpp:54:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::FESpaceClasses::FESpaceInfo*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::FESpaceClasses::FESpaceInfo*]'
> comp/fespace.cpp:2397:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = const ngfem::FiniteElement*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = const ngfem::FiniteElement*]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = const ngfem::FiniteElement*, int S = 10]'
> comp/fespace.cpp:2246:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> comp/postproc.cpp:116:   instantiated from 'void ngcomp::CalcFlux(const ngcomp::MeshAccess&, const ngcomp::S_GridFunction<SCAL>&, ngcomp::S_GridFunction<SCAL>&, const ngfem::BilinearFormIntegrator&, bool, bool, int) [with SCAL = double]'
> comp/postproc.cpp:132:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> comp/highorderfes.cpp:335:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> comp/bem.cpp:51:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> comp/hcurlhofespace.cpp:123:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::IntegrationPoint*]':
> include/../ngstd/array.hpp:220:   instantiated from 'void ngstd::ARRAY<T>::SetAllocSize(int) [with T = ngfem::IntegrationPoint*]'
> fem/intrule.cpp:220:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::IntegrationRule*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngfem::IntegrationRule*]'
> fem/intrule.cpp:344:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::Integrators::IntegratorInfo*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::Integrators::IntegratorInfo*]'
> fem/integrator.cpp:1467:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> fem/finiteelement.cpp:25:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::NodalFiniteElement::IPData]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngfem::NodalFiniteElement::IPData]'
> fem/finiteelement.cpp:205:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = const ngfem::FiniteElement*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = const ngfem::FiniteElement*]'
> include/../ngstd/array.hpp:275:   instantiated from 'ngstd::ARRAY<T>& ngstd::ARRAY<T>::operator=(const ngstd::ARRAY<T>&) [with T = const ngfem::FiniteElement*]'
> include/../ngstd/array.hpp:329:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(const ngstd::ARRAY<T>&) [with T = const ngfem::FiniteElement*, int S = 10]'
> fem/finiteelement.cpp:29:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::ARRAY<ngstd::ARRAY<double>*>*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::ARRAY<ngstd::ARRAY<double>*>*]'
> fem/coefficient.cpp:83:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::ARRAY<double>*]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::ARRAY<double>*]'
> fem/coefficient.cpp:84:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> fem/hcurlfe.cpp:4525:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::HCurlFiniteElementD<1>::IPData]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngfem::HCurlFiniteElementD<1>::IPData]'
> fem/hcurlfe.cpp:40:   instantiated from 'void ngfem::HCurlFiniteElementD<D>::CalcIPData(ngstd::ARRAY<ngfem::HCurlFiniteElementD<D>::IPData>&) [with int D = 1]'
> fem/hcurlfe.cpp:337:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::HCurlFiniteElementD<2>::IPData]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngfem::HCurlFiniteElementD<2>::IPData]'
> fem/hcurlfe.cpp:40:   instantiated from 'void ngfem::HCurlFiniteElementD<D>::CalcIPData(ngstd::ARRAY<ngfem::HCurlFiniteElementD<D>::IPData>&) [with int D = 2]'
> fem/hcurlfe.cpp:338:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::HCurlFiniteElementD<3>::IPData]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngfem::HCurlFiniteElementD<3>::IPData]'
> fem/hcurlfe.cpp:40:   instantiated from 'void ngfem::HCurlFiniteElementD<D>::CalcIPData(ngstd::ARRAY<ngfem::HCurlFiniteElementD<D>::IPData>&) [with int D = 3]'
> fem/hcurlfe.cpp:339:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::HDivFiniteElement<2>::IPData]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngfem::HDivFiniteElement<2>::IPData]'
> fem/hdivfe.cpp:35:   instantiated from 'void ngfem::HDivFiniteElement<D>::CalcIPData(ngstd::ARRAY<ngfem::HDivFiniteElement<D>::IPData>&) [with int D = 2]'
> fem/hdivfe.cpp:376:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::HDivFiniteElement<3>::IPData]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngfem::HDivFiniteElement<3>::IPData]'
> fem/hdivfe.cpp:35:   instantiated from 'void ngfem::HDivFiniteElement<D>::CalcIPData(ngstd::ARRAY<ngfem::HDivFiniteElement<D>::IPData>&) [with int D = 3]'
> fem/hdivfe.cpp:1630:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> fem/hdivhofe.cpp:1095:   instantiated from 'void ngfem::HDivHighOrderTet<T_ORTHOPOL>::GetInternalDofs(ngstd::ARRAY<int>&) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hdivhofe.cpp:2627:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<2>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<2>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<2>, int S = 20]'
> fem/hdivhofe.cpp:183:   instantiated from 'void ngfem::HDivHighOrderNormalQuad<T_ORTHOPOL>::CalcShape(const ngfem::IntegrationPoint&, ngbla::FlatVector<double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hdivhofe.cpp:231:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<3>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<3>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<3>, int S = 20]'
> fem/hdivhofe.cpp:2386:   instantiated from 'void ngfem::HDivHighOrderHex<T_ORTHOPOL>::CalcShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrixFixWidth<3, double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hdivhofe.cpp:2622:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<1>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<1>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<1>, int S = 20]'
> fem/hdivhofe.cpp:1764:   instantiated from 'void ngfem::HDivHighOrderPrism<T_ORTHOPOL>::CalcShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrixFixWidth<3, double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hdivhofe.cpp:2632:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> fem/h1hofe.cpp:182:   instantiated from 'void ngfem::H1HighOrderTrig<T_ORTHOPOL>::GetInternalDofs(ngstd::ARRAY<int>&) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/h1hofe.cpp:2048:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<1>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<1>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<1>, int S = 10]'
> fem/h1hofe.cpp:135:   instantiated from 'void ngfem::H1HighOrderSegm<T_ORTHOPOL>::CalcDShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrix<double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/h1hofe.cpp:2047:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<2>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<2>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<2>, int S = 40]'
> fem/h1hofe.cpp:265:   instantiated from 'void ngfem::H1HighOrderTrig<T_ORTHOPOL>::CalcDShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrix<double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/h1hofe.cpp:2048:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<3>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<3>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<3>, int S = 40]'
> fem/h1hofe.cpp:805:   instantiated from 'void ngfem::H1HighOrderTet<T_ORTHOPOL>::CalcDShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrix<double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/h1hofe.cpp:2050:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = int]'
> fem/hcurlhofe.cpp:589:   instantiated from 'void ngfem::HCurlHighOrderTet<T_ORTHOPOL>::GetInternalDofs(ngstd::ARRAY<int>&) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hcurlhofe.cpp:2228:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<1>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<1>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<1>, int S = 10]'
> fem/hcurlhofe.cpp:128:   instantiated from 'void ngfem::HCurlHighOrderSegm<T_ORTHOPOL>::CalcShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrixFixWidth<1, double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hcurlhofe.cpp:2226:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<2>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<2>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<2>, int S = 10]'
> fem/hcurlhofe.cpp:237:   instantiated from 'void ngfem::HCurlHighOrderTrig<T_ORTHOPOL>::CalcShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrixFixWidth<2, double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hcurlhofe.cpp:2227:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::AutoDiff<3>]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = ngstd::AutoDiff<3>]'
> include/../ngstd/array.hpp:323:   instantiated from 'ngstd::ArrayMem<T, S>::ArrayMem(int) [with T = ngstd::AutoDiff<3>, int S = 20]'
> fem/hcurlhofe.cpp:626:   instantiated from 'void ngfem::HCurlHighOrderTet<T_ORTHOPOL>::CalcShape(const ngfem::IntegrationPoint&, ngbla::FlatMatrixFixWidth<3, double>) const [with T_ORTHOPOL = ngfem::IntegratedLegendreMonomialExt]'
> fem/hcurlhofe.cpp:2228:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> solve/numproc.cpp: In constructor 'ngsolve::NumProcDrawFlux::NumProcDrawFlux(ngsolve::PDE&, const ngstd::Flags&)':
> solve/numproc.cpp:249: warning: deprecated conversion from string constant to 'char*'
> solve/numproc.cpp:258: warning: deprecated conversion from string constant to 'char*'
> solve/numproc.cpp: In member function 'virtual void ngsolve::NumProcAnalyze::Do(ngstd::LocalHeap&)':
> solve/numproc.cpp:745: error: 'strcmp' was not declared in this scope
> solve/numproc.cpp: In member function 'virtual void ngsolve::NumProcWarn::Do(ngstd::LocalHeap&)':
> solve/numproc.cpp:1059: error: 'strcmp' was not declared in this scope
> solve/numproc.cpp:1069: error: 'strcmp' was not declared in this scope
> solve/numproc.cpp:1122: error: 'strcpy' was not declared in this scope
> solve/numproc.cpp: In constructor 'ngsolve::NumProcTclMenu::NumProcTclMenu(ngsolve::PDE&, const ngstd::Flags&)':
> solve/numproc.cpp:1329: error: 'strcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngsolve::NumProcs::NumProcInfo*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngsolve::NumProcs::NumProcInfo*]'
> solve/numproc.cpp:1426:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = const ngla::BaseVector*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = const ngla::BaseVector*]'
> solve/bvp.cpp:287:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngla::BaseVector*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngla::BaseVector*]'
> solve/bvp.cpp:288:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::LinearForm*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::LinearForm*]'
> solve/bvp.cpp:390:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> solve/pde.cpp: In member function 'ngcomp::Preconditioner* ngsolve::PDE::AddPreconditioner(const std::string&, ngstd::Flags&)':
> solve/pde.cpp:978: error: 'strcmp' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::SpecialElement*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::SpecialElement*]'
> solve/pde.cpp:932:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::CoefficientFunction*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::CoefficientFunction*]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngfem::CoefficientFunction*]'
> solve/pde.cpp:777:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::FESpace*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::FESpace*]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngcomp::FESpace*]'
> include/../ngstd/symboltable.hpp:117:   instantiated from 'void ngstd::SymbolTable<T>::Set(const std::string&, const T&) [with T = ngcomp::FESpace*]'
> solve/pde.cpp:856:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::GridFunction*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::GridFunction*]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngcomp::GridFunction*]'
> include/../ngstd/symboltable.hpp:117:   instantiated from 'void ngstd::SymbolTable<T>::Set(const std::string&, const T&) [with T = ngcomp::GridFunction*]'
> solve/pde.cpp:881:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::BilinearForm*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::BilinearForm*]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngcomp::BilinearForm*]'
> include/../ngstd/symboltable.hpp:117:   instantiated from 'void ngstd::SymbolTable<T>::Set(const std::string&, const T&) [with T = ngcomp::BilinearForm*]'
> solve/pde.cpp:908:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::LinearForm*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::LinearForm*]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngcomp::LinearForm*]'
> include/../ngstd/symboltable.hpp:117:   instantiated from 'void ngstd::SymbolTable<T>::Set(const std::string&, const T&) [with T = ngcomp::LinearForm*]'
> solve/pde.cpp:963:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngcomp::Preconditioner*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngcomp::Preconditioner*]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngcomp::Preconditioner*]'
> include/../ngstd/symboltable.hpp:117:   instantiated from 'void ngstd::SymbolTable<T>::Set(const std::string&, const T&) [with T = ngcomp::Preconditioner*]'
> solve/pde.cpp:1022:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngsolve::NumProc*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngsolve::NumProc*]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngsolve::NumProc*]'
> include/../ngstd/symboltable.hpp:117:   instantiated from 'void ngstd::SymbolTable<T>::Set(const std::string&, const T&) [with T = ngsolve::NumProc*]'
> solve/pde.cpp:1034:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp:53: warning: deprecated conversion from string constant to 'char*'
> solve/pdeparser.cpp: In function 'void ngsolve::DefineCommand()':
> solve/pdeparser.cpp:434: error: 'strcmp' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = double]':
> include/../ngstd/array.hpp:212:   instantiated from 'void ngstd::ARRAY<T>::SetSize(int) [with T = double]'
> include/../fem/coefficient.hpp:331:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::BilinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::BilinearFormIntegrator*]'
> include/../comp/bilinearform.hpp:80:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngfem::LinearFormIntegrator*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngfem::LinearFormIntegrator*]'
> include/../comp/linearform.hpp:42:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = int]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = int]'
> include/../multigrid/prolongation.hpp:62:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::EvalFunction*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngstd::EvalFunction*]'
> solve/pdeparser.cpp:528:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::ARRAY<double>*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngstd::ARRAY<double>*]'
> solve/pdeparser.cpp:568:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngstd::ARRAY<ngstd::ARRAY<double>*>*]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngstd::ARRAY<ngstd::ARRAY<double>*>*]'
> solve/pdeparser.cpp:588:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> include/../ngstd/array.hpp: In member function 'void ngstd::ARRAY<T>::ReSize(int) [with T = ngsolve::TOKEN_TYPE]':
> include/../ngstd/array.hpp:228:   instantiated from 'int ngstd::ARRAY<T>::Append(const T&) [with T = ngsolve::TOKEN_TYPE]'
> include/../ngstd/symboltable.hpp:110:   instantiated from 'void ngstd::SymbolTable<T>::Set(const char*, const T&) [with T = ngsolve::TOKEN_TYPE]'
> solve/pdeparser.cpp:103:   instantiated from here
> include/../ngstd/array.hpp:294: error: 'memcpy' was not declared in this scope
> make[2]: *** [../lib/LINUX/libnetgen_solve.a] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/07

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the Pkg-scicomp-devel mailing list