Boost logo

Boost Users :

Subject: Re: [Boost-users] [Boost MPI] Problems with installation the boost in visual 2008
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-05-07 15:54:10


AMDG

Juliet Villanueva wrote:
> When
> I enter the instruction using mpi; within the user-config.jam file, located in
> the v2 folder located in C: \ boost_1_42_0 \ tools \ build \ v2, instalr trying
> to brand me the following error, syntax error at EOF,
> skipping optional Message Passing Interface MPI library, so lime can not create
> the MPI boost lib, then show the two ways to configure the file user-config.jam.
>
>
>
> #using mpi:
> C:/Archivos de programa/MPICH2/bin;
>

Quote the path, and add spaces before the ':' and ';'.

> or
>
> #using mpi;
>

Try
using mpi ;

(Note the whitespace)

In Christ,
Steven Watanabe


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