From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 96CFC3858002 for ; Mon, 1 Mar 2021 16:53:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 96CFC3858002 Received: by mail-wm1-x335.google.com with SMTP id o16so15211485wmh.0 for ; Mon, 01 Mar 2021 08:53:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5c3Xg+tg6V9hNw3HqfnGowXEAC7DqMKfwZeFoVHNdk8=; b=MQMQFoTrAyVrTnVQey0YmRfmZZ0doreufvI1rWpLgTU1ugdw4Uze7BA++qA61xviLE UGTHTQojFyFInHhEUWKh50rqsa+CO+ndz9Dl90BjUbYRSzPpO7NTkOuebdSugx/UmxgS 9ugk5U0Rc3BXdWOI2PKwnsVAWqRTC2z7iNfPwHLlRmwpvqa+zh5iQ4lNJMDfwlWWDyAm TeBj2ikPKbKiJ8h6EAYY2q1uLKo5LuzFhdQq/mqIxX2jCA4WXXiEIZ6mfkowRXXErV8N 56IKh6+KQg3uFz7iHe0hObYARQK682Cg6dNRZortIGgxrVAUUfXzrqYnrthQ7hIy0VYj EW+w== X-Gm-Message-State: AOAM533wVcuBcOMisBKeo5NVubEpNQY3Jgv/sFvSsBhTKnR2EqmHCJ8j sAgH6uXHgOMO/zEBDlxIERH6gTVLLl58OV2k2gs= X-Google-Smtp-Source: ABdhPJyiQUbeVxiofL/ws1wn3R7CHDecR9iCCLKeYRm1GndqCBSi3W+k0gkS5yRp/dptXxS8o4ouTP/AjgONY8F2HqI= X-Received: by 2002:a1c:b789:: with SMTP id h131mr6676194wmf.106.1614617614690; Mon, 01 Mar 2021 08:53:34 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 1 Mar 2021 16:53:23 +0000 Message-ID: Subject: Re: ENOTSUP macro does not exist on DJGPP CRT To: unlvsur unlvsur Cc: "unlvsur unlvsur via Libstdc++" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2021 16:53:36 -0000 On Sat, 27 Feb 2021 at 19:49, unlvsur unlvsur via Libstdc++ wrote: > > This is the errno.h on djgpp. > > In file included from ../../../../../gcc/libstdc++-v3/src/c++17/cow-fs_ops.cc:26: > ../../../../../gcc/libstdc++-v3/src/c++17/fs_ops.cc: In function 'void std::filesystem::copy(const std::filesystem::path&, const std::filesystem::path&, std::filesystem::copy_options, std::error_code&)': > ../../../../../gcc/libstdc++-v3/src/c++17/fs_ops.cc:363:44: error: 'not_supported' is not a member of 'std::errc' > 363 | ec = std::make_error_code(std::errc::not_supported); > | ^~~~~~~~~~~~~ Please report it to bugzilla.