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 752914 for gnuports@2rosenthals.com; Sun, 10 May 2020 00:09:51 -0400 Received: from [192.168.200.201] (port=43463 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1jXdHY-0005dr-2a for gnuports@2rosenthals.com; Sun, 10 May 2020 00:09:40 -0400 Received: from mail-oi1-f169.google.com ([209.85.167.169]:39449) by mail2.2rosenthals.com with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1jXdCa-0002vR-0R for gnuports@2rosenthals.com; Sun, 10 May 2020 00:04:32 -0400 Received: by mail-oi1-f169.google.com with SMTP id b18so12204836oic.6 for ; Sat, 09 May 2020 21:04:31 -0700 (PDT) X-CTCH-RefID: str=0001.0A020215.5EB77D50.0013,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=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=jDzCd5WAqJquv/bz6MiCP7Km2ZycXhoxqT4izUAdoEo=; b=PTFjxOjvPRm5MAnm3EJaujqWMRV6T48Ju7Qygw3tub7X/aA/Z0CCZ12bKmCwvbpJRk lw3+g1lLw/DY0hKMZocL3vJClwBllnnhQHLRIS4FEp8gxxfQ7p/GkGC4L62Yg/MVBycu X9pNZ0+KtxEq0q7S7qt7JTxngcDydRNYtBkXULrDh+Wqf14DGA/UcCEZ1CpSJBJ5SAIf 7qujEWPFu4QDxWNS4Br9k4yXt2SDGspkWrmLt2svvvXWZ/G8sF+fF8KGkgEzj2EVw95a 7oNBHSn5s/CV7niQonU1awgGU71jc/D5f9FQ14tq6wEi7YnFvD3/MknLcJWDCFJF3Qn/ 3MMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=jDzCd5WAqJquv/bz6MiCP7Km2ZycXhoxqT4izUAdoEo=; b=PufA2M2YhpnrDaSE1A7nI2DvhXn7fd5X23RuL1kneNQxmsOq7mkno3LmBBkRVbhkyz u5xmFgKJsUY4STGRFLOy1FJh/h3Geb4DYWByWjjTeXmrTvQxY3jzuOS4cRi6GhoKxOdB 3EfLxa3HLiQ6wh0bqA8nwT3j4PLnXSuAaDrlMvjHe+DBLEb5QhldT/wZwF6rdqj3UfrR cHAatF9bhQI+rvmoecc7DBxj2lSwluDIOMfz41X+uzpuiJNkagBel6IF1EIF2j8otnFd dTaYIBm+cyhfuITIIh02vxEq0KBzBJZu1VXWJbImbgLn9qH7HSdxoHPNQQyrGoIyKaX7 7wAA== X-Gm-Message-State: AGi0PuY0Gx7TBOhoQIeBh9MFww8T0ZFSJRJVUKRcs5dXBjOEjvinWE38 feLrjOogznnKR693khdBa0tflR8c X-Google-Smtp-Source: APiQypIcMo0XNW1Yk0MFDTtmwX1e7w88YdNeaNhBcJ+LhQ9zYDMIyMD6e8/6XWS0bMCirJkIhbcMJw== X-Received: by 2002:a17:90a:264b:: with SMTP id l69mr14186294pje.215.1589082965615; Sat, 09 May 2020 20:56:05 -0700 (PDT) Return-Path: Received: from [192.168.0.105] ([209.52.88.138]) by smtp.gmail.com with ESMTPSA id j35sm4727397pgl.74.2020.05.09.20.56.04 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 May 2020 20:56:04 -0700 (PDT) To: GNU Ports for eCS Mailing List Subject: _beginthread not declared X-Clacks-Overhead: GNU Terry Prachett Message-ID: Date: Sat, 9 May 2020 20:56:06 -0700 User-Agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, trying to test build aom, https://aomedia.googlesource.com/aom/ the build dies here, (after fixing the NASM obj format) [ 68%] Building CXX object CMakeFiles/test_aom_encoder.dir/test/horz_superres_te st.cc.o In file included from K:/work/aom/av1/common/av1_common_int.h:19, from K:/work/aom/av1/encoder/encoder.h:23, from K:/work/aom/test/horz_superres_test.cc:18: K:/work/aom/aom_util/aom_thread.h: In function 'int pthread_create(TID*, const void*, void* (*)(void*), void*)': K:/work/aom/aom_util/aom_thread.h:186:20: error: '_beginthread' was not declared in this scope 186 | tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ); | ^~~~~~~~~~~~ make[2]: *** [CMakeFiles/test_aom_encoder.dir/test/horz_superres_test.cc.o] Error 1 make[1]: *** [CMakeFiles/test_aom_encoder.dir/all] Error 2 make: *** [all] Error 2 Which I don't understand as stdlib.h is included and that should declare _beginthread. Code is here, https://aomedia.googlesource.com/aom/+/refs/heads/master/aom_util/aom_thread.h with OS/2 section starting at line 141. There are also lots of related warnings like In file included from K:/work/aom/av1/common/av1_common_int.h:19, from K:/work/aom/av1/encoder/x86/encodetxb_sse2.c:17: K:/work/aom/aom_util/aom_thread.h: In function 'pthread_create': K:/work/aom/aom_util/aom_thread.h:186:20: warning: implicit declaration of function '_beginthread' [-Wimplicit-function-declaration] 186 | tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ); | ^~~~~~~~~~~~ Dave -- This email was Anti Virus checked by Astaro Security Gateway. http://www.sophos.com