public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Sergei Gavrikov <sergei.gavrikov@gmail.com>
To: Bob Brusa <bob.brusa@gmail.com>
Cc: ecos discuss <ecos-discuss@ecos.sourceware.org>
Subject: Re: [ECOS] No host branch in my checkedout ecos tree
Date: Thu, 16 Jan 2014 16:20:00 -0000	[thread overview]
Message-ID: <alpine.DEB.2.00.1401161853370.2734@foo.bar.baz> (raw)
In-Reply-To: <52D7FF59.5040705@gmail.com>

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

  reply	other threads:[~2014-01-16 16:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15 16:38 Bob Brusa
2014-01-15 19:35 ` Sergei Gavrikov
2014-01-16 15:48   ` Bob Brusa
2014-01-16 16:20     ` Sergei Gavrikov [this message]
2014-01-16 17:03       ` Bob Brusa
     [not found]       ` <52D80F2F.90903@gmail.com>
2014-01-16 17:19         ` Sergei Gavrikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.00.1401161853370.2734@foo.bar.baz \
    --to=sergei.gavrikov@gmail.com \
    --cc=bob.brusa@gmail.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).