From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68097 invoked by alias); 10 Feb 2020 18:06:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 68089 invoked by uid 89); 10 Feb 2020 18:06:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=recipe, Couldn't, Couldnt, H*c:alternative X-HELO: mail-ed1-f48.google.com Received: from mail-ed1-f48.google.com (HELO mail-ed1-f48.google.com) (209.85.208.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 18:06:20 +0000 Received: by mail-ed1-f48.google.com with SMTP id g19so1379507eds.11 for ; Mon, 10 Feb 2020 10:06:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=E3Ex9OGwWgUg0oGL/r5lyk36vt0BPihuM86L3/02z/I=; b=l4cHn3kdUEauU+YyHNV0jhb6BO2kUYKJ+ON7Cg5ar5IntfRMbhlW+bSY2fXcA1HcZw 8xZO/y5bUT9Y+k2HUO0C3LCKQjpEBSLMsFZKboG40AIsuJrYEHDogDHbvWjIFbjGZ/wO U+NyLCawE63ZeC2eAcGYoRG+U/TXaxHY+a3/ZRyxtPR7W48KSveJp95o+bhVFryMMrbp QaeEqjhn9wSO8hna+iYmIpe7+3XxEQPVuCGy1ugp3achzjWHOmxtPjeBG9NgaPAlzCZM 2Qr6Yw8RBBPR0gaFY5Q9ZjzaSuE+rqxvJQLrR/0NU8TJVL+p6Hyw2aSBbsU9UkjVzu0D W6aw== MIME-Version: 1.0 From: Qasim Imtiaz Date: Mon, 10 Feb 2020 18:06:00 -0000 Message-ID: Subject: Error To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-02/txt/msg00088.txt.bz2 Hey man, im getting a error here: (deep_ne) C:\Users\User\PycharmProjects\Chapter10\gym_tensorflow\atari>cd .\atari-py && make 1 [main] make 21104 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com make -C atari_py/ale_interface build make[1]: Entering directory `/cygdrive/c/Users/User/PycharmProjects/Chapter10/gym_tensorflow/atari/atari-py/atari_py/ale_interface' mkdir -p build && cd build && cmake .. && make -j4 make[1]: /bin/sh: Command not found Makefile:4: recipe for target `build' failed make[1]: *** [build] Error 127 make[1]: Leaving directory `/cygdrive/c/Users/User/PycharmProjects/Chapter10/gym_tensorflow/atari/atari-py/atari_py/ale_interface' Makefile:4: recipe for target `build' failed make: *** [build] Error 2 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple