From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31591 invoked by alias); 16 Jan 2014 15:48:52 -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 31580 invoked by uid 89); 16 Jan 2014 15:48:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HK_OBFDOM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f47.google.com Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 16 Jan 2014 15:48:49 +0000 Received: by mail-ee0-f47.google.com with SMTP id d49so845107eek.20 for ; Thu, 16 Jan 2014 07:48:46 -0800 (PST) X-Received: by 10.14.2.73 with SMTP id 49mr13302228eee.15.1389887326753; Thu, 16 Jan 2014 07:48:46 -0800 (PST) Received: from [192.168.178.23] (217-75-20-036.pool.cyberlink.ch. [217.75.20.36]) by mx.google.com with ESMTPSA id v7sm19166505eel.2.2014.01.16.07.48.44 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 16 Jan 2014 07:48:45 -0800 (PST) Message-ID: <52D7FF59.5040705@gmail.com> Date: Thu, 16 Jan 2014 15:48:00 -0000 From: Bob Brusa Reply-To: bob.brusa@gmail.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Sergei Gavrikov CC: ecos discuss References: <52D6B97B.3080106@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Subject: Re: [ECOS] No host branch in my checkedout ecos tree X-SW-Source: 2014-01/txt/msg00006.txt.bz2 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. Anyway, following checkout of host, I proceeded by creating a directory, starting in cygwin/opt mkdir host cd host then rwb@w500 /opt/host $ c:/cygwin/opt/ecos/host/configure --with-tcl=c:/cygwin/lib/tcl8.5 --with-tk=c:/cygwin/lib/tk8.5 checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking that a separate build tree is being used... yes configure: creating ./config.status c:/cygwin/opt/ecos/host/configure: line 2990: test: too many arguments c:/cygwin/opt/ecos/host/configure: line 2990: test: too many arguments c:/cygwin/opt/ecos/host/configure: line 2990: test: too many arguments c:/cygwin/opt/ecos/host/configure: line 2990: test: too many arguments c:/cygwin/opt/ecos/host/configure: line 2990: test: too many arguments c:/cygwin/opt/ecos/host/configure: line 2990: test: too many arguments configure: error: could not make ./config.status rwb@w500 /opt/host Can you help to get rid of this error message? Thanks and best regards, Robert -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss