From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109202 invoked by alias); 27 Jan 2016 07:10:21 -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 109182 invoked by uid 89); 27 Jan 2016 07:10:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=*cc, $*.cc, UD:$*.cc, SHELL X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 27 Jan 2016 07:10:19 +0000 Received: by mail-pa0-f41.google.com with SMTP id yy13so111474960pab.3 for ; Tue, 26 Jan 2016 23:10:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:importance :content-type:content-transfer-encoding:mime-version; bh=rMpxYD9CwkkYg3M3oqxzT7Zlq2hsVj5UUkNRxt/XZho=; b=h5WiG17LxdKVHT8Grj+qMRmUHPlnC1m4Wn0xLIkoEbGC7gzDPIchLl7KQGqh+0vb5O Z2GzrvGbus88sQkB5bV5Q0CdxhGXlOlaANMvhR8uXtiEwuYRsEvb1Vd2iSeuSZTx2HSI aoPNb8um/70GKR7vHycca876uoryo+IXrpKuIlxHVM6C3/O/B+GZtYmEZLnTu6UDWBEE qguH3z27hn+PykgJsfbad6q/98L7X4JZ9+H4iMQOIrqYcNw6qace6Awq1Sa6BqGQTXay KntLnZgnU3RsrHrSoB3T06M/91wD+hwpGdE0r/DSygmYCM9YOAL63/gOtyaljEkAvLk4 vHsQ== X-Gm-Message-State: AG10YOTw4gDFi3mN5FSykrxCWMQ5mwmPJqtq23xle2G+OqAaQtqVO/0ITZSn9scZRTs4WQ== X-Received: by 10.67.14.234 with SMTP id fj10mr17455332pad.149.1453878617931; Tue, 26 Jan 2016 23:10:17 -0800 (PST) Received: from mail.hotmail.com (col004-wss1s1.hotmail.com. [157.56.23.8]) by smtp.gmail.com with ESMTPSA id 3sm6324304pfb.64.2016.01.26.23.10.16 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jan 2016 23:10:17 -0800 (PST) Received: from BAY175-W1 ([157.56.23.7]) by COL004-WSS1S1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 26 Jan 2016 23:10:16 -0800 X-TMN: [mVW02KMevZ4KNfnkWJOE5+bHR9IDAKkt] Message-ID: From: Robert May To: "cygwin@cygwin.com" Subject: Re: stampy error running Make after installing update 2.4.1.1 to Cygwin64 Date: Wed, 27 Jan 2016 09:06:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2016-01/txt/msg00377.txt.bz2 I still can.t make sense of it below is the contents of makefile the end of running make is still the same $ make makefile:1: *** missing separator.=A0 Stop. maybe someone can make sense of the below Bob m# # - the linux x86-64 platform is supported, with Python 2.7.=A0 Both=20 #=A0=A0 2- and 4-byte 4-byte Unicode representations (UCS2 and UCS4) are su= pported. #=A0=A0=20 SHELL=3D/bin/bash python?=3Dpython ############################# # User targets ############################# all: =A0=A0=A0 @$(MAKE) ucs=3D`$(python) -c "import sys;print sys.maxunicode> 65= 536 and 'ucs4' or 'ucs2'"` platform=3D`$(python) -c "import sys;print {'lin= ux2':'linux-x86_64','darwin':'macosx-10.6-universal'}.get(sys.platform,'unk= nown')"` build-stampy clean: =A0=A0=A0 -rm maptools.so =A0=A0=A0 -rm build/*/*.pyc ############################# # End of user targets ############################# build-stampy: =A0=A0=A0 @if [[ `$(python) --version 2>&1 |awk -F "." '{print $$2}'` -eq 7= ]]; then \ =A0=A0=A0 =A0 $(MAKE) bdir=3Dbuild/$(platform)-2.7-$(ucs) python=3Dpython2.= 7 platform=3D$(platform) buildall ; \ =A0=A0=A0 else \ =A0=A0=A0 =A0 echo Python version 2.7 is required; \ =A0=A0=A0 fi ## remove \ from 25, 26, 27 & 28=A0=A0 not thots not it put them back objs=3D$(bdir)/pyx/maptools.o $(bdir)/c/maputils.o $(bdir)/c/alignutils.o $= (bdir)/readalign.o $(bdir)/algebras.o $(bdir)/frontend.o $(bdir)/%.o: =A0=A0=A0 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -= fPIC `$(python)-config --includes` -c ext/readalign/$*.cc -o $@ buildall: $(bdir)/readalign.o $(bdir)/frontend.o $(bdir)/algebras.o =A0=A0=A0 cp -r build/$(python)/*=A0 .=A0=A0=A0=A0=A0=A0=A0=20 ifeq ($(platform),linux-x86_64)=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=20 =A0=A0=A0 g++ `$(python)-config --ldflags` -pthread -shared $(objs) -o mapt= ools.so=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=20 else=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=20 =A0=A0=A0 g++ `$(python)-config --ldflags` -pthread -dynamiclib $(objs) -o = maptools.so=A0=A0=A0=A0=A0=A0=A0=20 endif =A0Bob May DNA Projects I2b L415, I2c L596 HG, Spriggs of Cleve SA Family & Tyler Surn= ame and ISOGG=A0YTree=20=09=09=20=09=20=20=20=09=09=20=20 -- 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