delorie.com/archives/browse.cgi | search |
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:date:from:reply-to:message-id:to:subject | |
:in-reply-to:references:mime-version:content-type | |
:content-transfer-encoding; q=dns; s=default; b=pHKjHUUSxuAWSnnP | |
mbPqJ8YP7HNzs9/kI6brkuTm/N/3HVfVvUM21wSuCF9lgjNS467tlWh8JpzafaPi | |
jpuIsTIwitg0ruoi75RJ16p9ctPBxO9A5WwqJc62aqP+nEv9FPmR93DRuSQPFbs6 | |
y12p3rexbvZuEo7R30CfXgny9j8= | |
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:date:from:reply-to:message-id:to:subject | |
:in-reply-to:references:mime-version:content-type | |
:content-transfer-encoding; s=default; bh=Q7WOHZK/DEBaYVogNOlKYe | |
/1lRU=; b=inYTRLchQOgM6HqsvKLuYfZajOKPyWYE+ALaFH9Cf7pnrT4eED19W/ | |
3Gng1XBiptCHU32elqkaQs9/XXv1Au+8nY7E8ZGr7yVvOYmhdLvezHa65BL1ST0H | |
qnSbykibCPk5A5QvYhhd0kal0jBbObmmGjN4lkEWEB2KegThgMQrU= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-3.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 |
X-HELO: | smtpback.ht-systems.ru |
Date: | Wed, 7 May 2014 20:58:14 +0400 |
From: | Andrey Repin <anrdaemon AT yandex DOT ru> |
Reply-To: | cygwin AT cygwin DOT com |
Message-ID: | <1616227458.20140507205814@yandex.ru> |
To: | "Canham, Timothy K (349G)" <timothy DOT k DOT canham AT jpl DOT nasa DOT gov>, |
cygwin AT cygwin DOT com | |
Subject: | Re: CygwinCompilerGCC error - "Cannot adVar..." |
In-Reply-To: | <E8EB3633A6A4594CA063A3FCBC82C18CEAA942@ap-embx-sp40.RES.AD.JPL> |
References: | <E8EB3633A6A4594CA063A3FCBC82C18CEAA942 AT ap-embx-sp40 DOT RES DOT AD DOT JPL> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Greetings, Canham, Timothy K (349G)! > I am trying to install some python packages under Cygwin, and I am getting the following error: > $ python setup.py configure > Info: Configure for python 2.7.3 in exec_prefix /usr > Info: Found PyCXX include in /home/tcanham/tools/pysvn-1.7.8/Import/pycxx-6.2.4 > Info: Found PyCXX include in /home/tcanham/tools/pysvn-1.7.8/Import/pycxx-6.2.4 > Info: Found PyCXX Source in /home/tcanham/tools/pysvn-1.7.8/Import/pycxx-6.2.4/Src > Info: Found SVN include in /usr/include/subversion-1 > Info: Found SVN library in /usr/lib > Info: Found SVN bin in /usr/bin > Info: Found APR include in /usr/include/apr-1 > Info: Found APR include in /usr/include/apr-1 > Info: Found APR library in /usr/lib > Info: Building against SVN 1.8.8 > Info: Found PyCXX include in /home/tcanham/tools/pysvn-1.7.8/Import/pycxx-6.2.4 > Info: Found PyCXX include in /home/tcanham/tools/pysvn-1.7.8/Import/pycxx-6.2.4 > Info: Found PyCXX Source in /home/tcanham/tools/pysvn-1.7.8/Import/pycxx-6.2.4/Src > Info: Found SVN include in /usr/include/subversion-1 > Info: Found SVN library in /usr/lib > Info: Found SVN bin in /usr/bin > Info: Found APR include in /usr/include/apr-1 > Info: Found APR include in /usr/include/apr-1 > Info: Found APR library in /usr/lib > Info: Building against SVN 1.8.8 > Info: Using tool chain CygwinCompilerGCC > ('Error:', "Cannot addVar name 'LDLIBS' value '-L%(svn_lib_dir)s This one is suspicious. Perhaps, you're missing certain -devel packages? > -L/usr/lib/python2.7/config > -lpython2.7.dll -lsvn_client-1 -lsvn_repos-1 -lsvn_subr-1 -lsvn_delta-1 > -lsvn_fs_fs-1 -lsvn_fs-1 -lsvn_ra_svn-1 -lsvn_repos-1 -lsvn_ra_local-1 > -lsvn_diff-1 -lsvn_ra-1 -lsvn_wc-1 -lapr-1 -laprutil-1 -liconv -lexpat > -lpthread -lz' - 'svn_lib_dir'") > I have also submitted the error to the mailing list of the package I'm > trying to install without responses, but it seems Cygwin specific, so I > thought I would try it here also. -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 07.05.2014, <20:57> Sorry for my terrible english... -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |