mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

git checkout for qtopcua package


From: Klaus Schwarzkopf
Subject: git checkout for qtopcua package
Date: Tue, 25 Aug 2020 15:14:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hello,

i want to create a new mxe package:

# This file is part of MXE. See LICENSE.md for licensing information.

PKG             := qtopcua
$(PKG)_WEBSITE  := https://www.qt.io/
$(PKG)_DESCR    := Qt
$(PKG)_IGNORE   :=
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_CHECKSUM := b4e1fc2a919348ea287509ab7f14e19928c3b0ddb71156caee2a4021539f22b1
$(PKG)_GH_CONF  := qt/qtopcua/branches
$(PKG)_DEPS     := cc qtbase

define $(PKG)_UPDATE
    echo $(qtbase_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
    $(MAKE) -C '$(1)' -j '$(JOBS)'
    $(MAKE) -C '$(1)' -j 1 install
endef


But i can't compile it, because of this behaviour:


https://bugreports.qt.io/browse/QTBUG-86225

how can i fix this?

Best regards,
Klaus

--
Sensortherm GmbH
Sitz:/Head quarter: Hauptstraße 123, 65843 Sulzbach (Taunus)
Registergericht:/Registry office: Amtsgericht Frankfurt/M.
Eintragungs-Nr.:/Registry-No. HRB 52438
Geschäftsführer:/General Manager: Wolfgang Scheuer / Berthold Michelt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]