Skip to content

make errors on macOX #62

@martyheyman

Description

@martyheyman

iMac:dillo-plus$ make Making all in lout c++ -I. -I.. -I/usr/local/include -I/opt/homebrew/Cellar/fltk/1.3.8_1/include -I/opt/homebrew/include/ -g -O2 -DD_DNS_THREADED -D_REENTRANT -DHAVE_CONFIG -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -fno-rtti -fno-exceptions -c container.cc In file included from container.cc:23: In file included from ./container.hh:4: In file included from ./object.hh:7: ./misc.hh:384:13: error: no member named 'arrayExtra' in 'NotSoSimpleVector<T>' 384 | this->arrayExtra = NULL; | ~~~~ ^ ./misc.hh:388:21: error: no member named 'arrayExtra' in 'NotSoSimpleVector<T>' 388 | memcpy (this->arrayExtra, o.arrayExtra, sizeof (T) * numExtra); | ~~~~ ^ ./misc.hh:388:35: error: no member named 'arrayExtra' in 'NotSoSimpleVector<T>' 388 | memcpy (this->arrayExtra, o.arrayExtra, sizeof (T) * numExtra); | ~ ^
Installed homebrew dependencies and XQuartz, followed install instructions. iMac is Apple m3 running 15.7.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions