From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18942 invoked by alias); 16 Jan 2014 16:20:07 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 18924 invoked by uid 89); 16 Jan 2014 16:20:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HK_OBFDOM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_WEB,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ee0-f45.google.com Received: from mail-ee0-f45.google.com (HELO mail-ee0-f45.google.com) (74.125.83.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 16 Jan 2014 16:20:05 +0000 Received: by mail-ee0-f45.google.com with SMTP id b15so1557914eek.4 for ; Thu, 16 Jan 2014 08:20:02 -0800 (PST) X-Received: by 10.14.93.197 with SMTP id l45mr2108790eef.115.1389889202319; Thu, 16 Jan 2014 08:20:02 -0800 (PST) Received: from sg-laptop ([178.123.43.98]) by mx.google.com with ESMTPSA id j46sm19405066eew.18.2014.01.16.08.19.58 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 16 Jan 2014 08:19:59 -0800 (PST) Date: Thu, 16 Jan 2014 16:20:00 -0000 From: Sergei Gavrikov To: Bob Brusa cc: ecos discuss In-Reply-To: <52D7FF59.5040705@gmail.com> Message-ID: References: <52D6B97B.3080106@gmail.com> <52D7FF59.5040705@gmail.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Subject: Re: [ECOS] No host branch in my checkedout ecos tree X-SW-Source: 2014-01/txt/msg00007.txt.bz2 On Thu, 16 Jan 2014, Bob Brusa wrote: > Am 15.01.2014 19:35, schrieb Sergei Gavrikov: > > and to get 'host' module, type > > > > cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P host > > Hi Sergei, > the above worked - although I do not understand why it is at it is. > The above cmd - but with ecos instead of host - checks out > ecos/packages, ecos/doc and more, but not ecos/host which is on the > same level as the ones mentioned. 'host' is not directory, but, name of the module > Anyway, following checkout of host, I proceeded by creating a directory, > starting in cygwin/opt > > mkdir host > cd host And below does not work in Cygwin? cd /opt cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P host or cd $HOME .. .. Check that you have set ECOS_REPOSITORY variable. echo $ECOS_REPOSITORY ;# What have you seen? > $ c:/cygwin/opt/ecos/host/configure --with-tcl=c:/cygwin/lib/tcl8.5 > --with-tk=c:/cygwin/lib/tk8.5 [snip] > c:/cygwin/opt/ecos/host/configure: line 2990: test: too many arguments Install Tcl/Tk *8.4* dev. packages. Hope that you read README.host at least from here It is necessary to use a separate build tree rather than build directly in the source tree. This is enforced by the configure scripts. $ mkdir build $ cd build Then try inside build directory (with no arguments) /opt/ecos/host/configure Sorry, I have no chance to try the above in Cygwin. I think it has to work, but I could miss some things like Cygwin's mangling of the paths. Sergei -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss