[PD] problems installing gridflow

Mathieu Bouchard matju at artengine.ca
Mon Oct 17 09:07:46 CEST 2005


On Thu, 13 Oct 2005, Gerda Strobl wrote:

> base/grid.h.fcs: At global scope:
> base/grid.h.fcs:380: error: explicit qualification in declaration of `void*
> operator new(size_t)'
> base/grid.h.fcs:381: error: explicit qualification in declaration of `void*
> operator new [](size_t)'
> base/grid.h.fcs:382: error: explicit qualification in declaration of `void
> operator delete(void*)'
> base/grid.h.fcs:383: error: explicit qualification in declaration of `void
> operator delete [](void*)'

This was fixed 12 days ago. You may do an update ("cvs update") or edit
base/grid.h and replace all "::operator" by just "operator".

____________________________________________________________________
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
Freelance Digital Arts Engineer, Montréal QC Canada




More information about the Pd-list mailing list