Skip to content

build error in freebsd 14.1 #56

Description

@runsys

error:
/root/qt/src/github.com/qt.inline/src/core/externalrefcountdata.cxx:62:11: error: call to deleted function 'operator new'
62 | return new QtSharedPointer::ExternalRefCountData(d);
| ^
/usr/local/include/QtCore/qsharedpointer_impl.h:162:22: note: candidate function has been explicitly deleted
162 | inline void *operator new(std::size_t) = delete;
| ^
/usr/local/include/QtCore/qsharedpointer_impl.h:164:22: note: candidate function not viable: requires 2 arguments, but 1 was provided
164 | inline void *operator new(std::size_t, void *ptr) noexcept { return ptr; }
| ^ ~~~~~~~~~~~~~~~~~~~~~~

qt version 5.15.14

how to do.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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