X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=oa3WKV6 +pZRFc7jhD+3Vg8E4Y7nftZJlLHfCQiWt63KCd1T/D2ig/zle8ELNbcX48cuIhls 4OBVkmfcD7kfE3zZ7k+0uSuwmMS4RxsMUcqUm1MIIzztjgeW21cPCIDTgJbpn9X8 sIIiI1ti8NoXZKrDyOI9K7YSxesPbjcRQFU8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=C+b2mlf0aTQQy GnT3ZEMEI3hCnA=; b=qoVCd1v4C6nwAsP7mDzyObY3wsY3VNjpsAaMV3A330694 UZTdcLZApO3QOb0d4LaLLQABiWE+9J4irvfwDJ3EGEIsJkKVZPEx/JnCeJs2X71W DDKj5mkLobXgL83blGjeFjVsjQRXmZQh62qXC+98AtWmPkoW5qERfLbkO7IhAo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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 AT gmail DOT com> In-Reply-To: From: Arjen Markus Date: Mon, 8 Jul 2019 11:00:56 +0200 Message-ID: Subject: Re: Question about packaging and cygport To: Andrey Repin Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes 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