From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8532 invoked by alias); 8 Jul 2019 09:01:29 -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 8381 invoked by uid 89); 8 Jul 2019 09:01:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=Looking X-HELO: mail-io1-f52.google.com Received: from mail-io1-f52.google.com (HELO mail-io1-f52.google.com) (209.85.166.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 08 Jul 2019 09:01:09 +0000 Received: by mail-io1-f52.google.com with SMTP id o9so17887092iom.3 for ; Mon, 08 Jul 2019 02:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=tUyBHBDySDxP9aOUGmeJZwN9UJgt60B4P9euSNO2QKQ=; b=T/riMAtP1XXAlkUUF/KMhUycsnxAE/rITSwwPl7a8ryfOvpfw+K+aGrtkEYHjgmtZe sXy2kjj5lsB26U3JyKJbfw1KoMxtowEG3UmLMjWFU1ULlEumjiVCTbhE2b40p9FLDFXq c8UXYfdrI1OET0m0co5bq9ByGbP4d/hA4wDrvm3L6x+ah5IC95y/npvLJNqCYEUTRKD5 lF+cS4ppBm8Ky0ptv7+f7L5GeUWaX5UGtPX+b6S1EGuH4BaVCvZxDqY4y03ks0wkLXQ8 auWMD3Ck4+AsGUJepjfakF1yIsgyzpz1jDKq8PMWYBRDHcKoz84uZFANQww/1woyQSgY Q1pg== MIME-Version: 1.0 References: <3daaf170-ec51-fe7a-5542-2bc1bb1340ac@gmail.com> In-Reply-To: From: Arjen Markus Date: Mon, 08 Jul 2019 09:01:00 -0000 Message-ID: Subject: Re: Question about packaging and cygport To: Andrey Repin Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00055.txt.bz2 Op ma 8 jul. 2019 om 06:23 schreef Arjen Markus : > > Hi Marco, > > I just tried building PLplot with CMake 3.14.5 and got this error message: > > -- OCTAVE_VERSION = 4.2.2 > -- OCTAVE_LIBRARIES = /usr/lib/octave/4.2.2/liboctave.dll.a > -- OCTINTERP_LIBRARIES = /usr/lib/octave/4.2.2/liboctinterp.dll.a > -- OCTAVE_INCLUDE_PATH = > /usr/include;/usr/include/octave-4.2.2;/usr/include/octave-4.2.2/octave > -- Start determining consistent system data for Tcl and friends > CMake Error at /usr/share/cmake-3.14.5/Modules/FindTclsh.cmake:93: > Parse error. Expected a command name, got unterminated bracket with text > ".rst: > > Looking at some other "Find*.cmake" files I guess this line is missing: > > #]=======================================================================] > > Regards, > > Arjen Yes, after adding this line, it all worked fine. Regards, Arjen -- 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