From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27701 invoked from network); 15 May 2022 21:00:35 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 15 May 2022 21:00:35 -0000 Received: from mail-io1-f46.google.com ([209.85.166.46]) by 9front; Sun May 15 16:58:53 -0400 2022 Received: by mail-io1-f46.google.com with SMTP id f4so14126653iov.2 for <9front@9front.org>; Sun, 15 May 2022 13:58:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:in-reply-to:references:organization :mime-version:content-transfer-encoding; bh=0n03Z1sRBlBmes4ninUwvrNkvHpTb0qEogFsQESXd1g=; b=V565/evjII7jnDw4R3bWhyzEgp8tot5c4q7/Two4qP49TpCUkq8WB5ERNEb+tfQNN2 3K8Mn7mWLIwxYly5+xwc0n5T4KctQpQ0n9/Zemt4PFQ1O7YGD/NUXTc0mzuA1vJ4ZeEc V6yt8eqojyx1CVpptYvXy05Hjawk5kf4N7NVqKL5gpMjpenuA85b+RBqwfuiny6c4VDL 5TJOWUr4zvwpdqgjK1J9rPiuepDqwKkDm2+kh57ogzrVCpYWA0ePaN9+gJ73J2FFkjWk a0oFkbecMv4C06mgGmnjeix7aaWyqvXi+saIPkV2KhpmSsT4t3CMr/bTGCRDWRk6PL/C b3vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=0n03Z1sRBlBmes4ninUwvrNkvHpTb0qEogFsQESXd1g=; b=1GBUe2lyFo18fZf+l7SvVGOBRoi+b8ZcceHunTyeiay/7B0IbZ1InLr7Jt+PbKII7b CS88LQS4ZK9mbw03oPsZy3bCR2pkZ0rZe49aG525qyfCrqIxwBY5saYLrTNLWwv9Pt0e wVWCtnHYW5dmb+VbjPXo+/p2PA5zlRDvpazGcPVnI1ubAMwLiPBGGU9bb4Aos5hWMZwe xkZY/HYD1aYtOXL4QO4QByJ3uRwIA6Epz0T/2T6iMTDHoGi9fmssh3VpUSKWNKmlZek5 nIfD9SzAMuy3ugxM9knAeqIo97JTCyT16TIbYvcsb1DQpPrxkFaTzJVUPAhwne+jBQvW dQfA== X-Gm-Message-State: AOAM5318PDkVrCnV5qyCHlCDAM3r8qFMrfrH13iH9kim5okcIuVU94AX WMpd/3F8CWJH954m2D/b0u7XhTS9YJk= X-Google-Smtp-Source: ABdhPJzQh8VzvaltD+yFZk9Ko7tFZwID7XLFtbN2gfRjXZLw++PYOhHyO19yHqKABuqy1foff/0Mkg== X-Received: by 2002:a05:6602:154b:b0:64c:5fab:4076 with SMTP id h11-20020a056602154b00b0064c5fab4076mr6538486iow.169.1652648329181; Sun, 15 May 2022 13:58:49 -0700 (PDT) Return-Path: Received: from spruce.localdomain ([2601:246:4e03:dc20::f726]) by smtp.gmail.com with ESMTPSA id v11-20020a927a0b000000b002cde6e352c9sm2166856ilc.19.2022.05.15.13.58.48 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 13:58:48 -0700 (PDT) Date: Sun, 15 May 2022 15:56:06 -0500 From: Amavect To: 9front@9front.org Message-ID: <20220515155606.1f4dfa76@spruce.localdomain> In-Reply-To: <7ef02704-7dce-4005-b179-be9f491b647f@sirjofri.de> References: <7C7A26C34F2046FD57D976AA43B8AAB6@eigenstate.org> <7ef02704-7dce-4005-b179-be9f491b647f@sirjofri.de> Organization: Amavect Industries X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven non-blocking HTTP over XML event-scale descriptor Subject: Re: [9front] Re: [PATCH] drawterm: get 64-bit windows to work Reply-To: 9front@9front.org Precedence: bulk On Sun, 15 May 2022 15:44:42 +0000 (UTC) sirjofri wrote: > However, Make.win64 mentions that I can set MING to nothing when not > cross-compiling since it would just use gcc then. I tried it, but it > failed at some #include (I think it was direct.h). It is possible > that it uses the "other" gcc version I installed on cygwin which > tries to find libraries that aren't installed. MSYS2's mingw64 environment requires the MING prefix to be empty due to some programs (like windres) not having a prefix. gcc and $(MING)gcc are aliases in that environment. (MSYS2 is basically Cygwin but with pacman.) Cygwin's unprefixed gcc targets its posix emulation dll, so you'd always want to use the prefix to cross-compile. It might also be missing parts of the win32 api. Different gccs can have different default include directories. It's confusing. Thanks, Amavect