Boost logo

Boost Users :

From: Foster, Gareth (gareth.foster_at_[hidden])
Date: 2004-10-21 07:19:41


Just for other peoples information (these mails show up in an searchable
online archive somewhere afterall afaik), I fixed this problem by setting
the path 'in a windows' way, rather than a unix way, even though I was
building from the cygwin shell. That means ...

bjam "-sTOOLS=GCC" "--target=/usr/local" install

Becomes ...

bjam "-sTOOLS=GCC" "--target=c:\cygwin\usr\local" install

That's from memory, so excuse any slight inacuracies in the syntax there. It
does get rid of the <directory-guist> weirdness.

Hope this helps somebody somewhere.

Regards

Gaz

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Foster, Gareth
Sent: 18 October 2004 11:37
To: 'boost-users_at_[hidden]'
Subject: [Boost-users] Bjam and cygwin

Hello all,

I keep getting the following errors using bjam ...

"<directory-grist>"

I have set the install to use GCC and install to /usr. I also tried with
/usr/local.

I read that it might be a windows/unix line break thing, but I tried the zip
file, bz2 and normal tarball, extracting with the windows gui tools and the
cygwin cli tools. What am I doing wrong?

Thanks for any help.

Gaz

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Joel
Sent: 15 October 2004 00:55
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Spirit

Foster, Gareth wrote:
> Hello all,
>
> I am trying to find some source code that uses spirit to parse C++ and
> convert it to HTML, i found some on google, but i misplaced it and i
> can't find it again. It looked like it could have been an example
> provided with the library, but i can't see it listed in the documentation.
>
> On a side note, anyone know the best way to use boost with cygwin? From
> source? Is there even another way?

See the repository:
http://spirit.sourceforge.net/repository/applications/show_contents.php

Cheers,

-- 
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net