From: "Dave Yeo" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 752936 for gnuports@2rosenthals.com; Sun, 10 May 2020 01:35:01 -0400 Received: from [192.168.200.201] (port=46622 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1jXebz-0001AM-0a for gnuports@2rosenthals.com; Sun, 10 May 2020 01:34:51 -0400 Received: from mail-pj1-f42.google.com ([209.85.216.42]:50675) by mail2.2rosenthals.com with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1jXeX5-0004sz-1b for gnuports@2rosenthals.com; Sun, 10 May 2020 01:29:48 -0400 Received: by mail-pj1-f42.google.com with SMTP id t9so6199891pjw.0 for ; Sat, 09 May 2020 22:29:45 -0700 (PDT) X-CTCH-RefID: str=0001.0A020208.5EB7914B.003B,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=RHVmOq5Iooe+FGne0l5+Mupb1fkyKGLI7sMA1CW7TdU=; b=rrhP2rSKlpexDNnRqeFHQf9sp67TW2eSOhG5oUtGMBGsDHAncm8+kN3jYSUjtvmiNf h+kCpDft5lz8HKNa2BetGDjRNR2xv7uMVwnGs/TS/Svh6zbshYUPk2rUXICH5SeWfH3U mBX98FlZTWnlVBbsvHilLbZ1/rjqndTqesdCZguQQ7lH9uEu2mtlwOmRMtUlSRyHuQoJ F3xPMr8IFOPLZJmdi8LddIsWrpiz14HCrQbkGrBmqW90VeNplp39ZdwwndI1Q+uucR/q 5QcpQ3LvdX0dMoPqIkzeV49CeWMnS4sGjPR/UCj3VgmREE2iFB2P92t+zMq4rRwHicud 3cBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=RHVmOq5Iooe+FGne0l5+Mupb1fkyKGLI7sMA1CW7TdU=; b=l7rQiNhHiOmmD2JTxtt2y9L7NPFHYmFcPW/iUUEeT/gTfhUDhiHRBnUXsnH2XbRBi8 ggGLpPPGRZXOykYJX7Qi1roT33Tjcj9XpOT7hgH+S+EK55i30aJNkxZnrRZ4bdiYRkQ1 Xa56W8H1VI2NqcZImYycJ5Oq25zqh8SOXKfhpXX5aEN4qeZ+01h1y11xtRQuE3a0x28h priwsqRHoJ1IvSIZnEehv08xo+n7kiHj2isW70OZXDcEd4SPP4xPCoJl3Ivo+/J5o1d0 xpi+TWMfampQUz0WIa0GAGcU3JFJu0ehIX3Jr9hNjeXPBEiM2ntWk6HPA/IAaVKNFSyB qVGQ== X-Gm-Message-State: AGi0PubY1RaivSkUkCoqYgWaNe7W3MGuU3V2MNgf1N35IcjERf2E5zlg qKnKaDYvEn+CWQaZdssm/j01m6i9 X-Google-Smtp-Source: APiQypJ6EIVd7YIlRqJ7Qsyy9jq26USpnhBPSwKdnZDcq04ZFnsNws3Lc57tz3lYVLECGUf2ZzarTQ== X-Received: by 2002:a17:902:cb91:: with SMTP id d17mr9762543ply.129.1589088584650; Sat, 09 May 2020 22:29:44 -0700 (PDT) Return-Path: Received: from [192.168.0.105] ([209.52.88.138]) by smtp.gmail.com with ESMTPSA id 128sm5852118pfy.5.2020.05.09.22.29.43 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 May 2020 22:29:43 -0700 (PDT) Subject: Re: [GNU Ports] _beginthread not declared To: GNU Ports for eCS Mailing List References: Message-ID: <8c5d6276-b512-9d3b-3ef8-264940b86171@gmail.com> Date: Sat, 9 May 2020 22:29:46 -0700 User-Agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 05/09/20 09:20 PM, Steven Levine wrote: > A quick look at stdlib.h indicates that the _beginthread declaration is > controlled by: > > #if (!defined (__STRICT_ANSI__) && !defined (_POSIX_SOURCE)) || defined > (_WITH_UNDERSCORE) || defined(__USE_EMX) > > Is it possible one of these #defines is missing? Quite possible, but attempts as setting various ones has just resulted in an earlier error. I'm probably just missing something simple. > >> There are also lots of related warnings like > These are all side effects of the implicit declaration of _beginthread. Yet these turn into a fatal error if I declare __USE_EMX or such. Dave -- This email was Anti Virus checked by Astaro Security Gateway. http://www.sophos.com