Boost logo

Boost Users :

Subject: Re: [Boost-users] issues when compiling graph library with expat
From: Juergen Hunold (juergen.hunold_at_[hidden])
Date: 2008-12-16 15:01:05


Hi Sean.

On Tuesday 16 December 2008, Sean Farrow wrote:
> Hi:
> I've define:
> EXPAT_INCLUDE to:
> c:\program files\expat\source\lib
> and EXPAT_BIN to
> c:\program files\expat\bin

Please note that those paths contain spaces. bjam will happily split the
path at white space, so you have to quote the path like this:

set EXPAT_INCLUDE="c:\program files\expat\source\lib"
set EXPAT_BIN="c:\program files\expat\bin"

This works for me (XP64).

> I've also added these paths to visual studio.

Not relevant here.

> I get the following error:
> libs\graph\src\graphml.cpp(13) : fatal error C1083: Cannot open
> include file: 'expat.h': No such file or directory
> Any help appreciated.

That's all I can give without seeing the actual command line used. bjam
dumps the commandline of the failing command, so please add it next
time.

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold       ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57       ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99       ! Lister Straße 15
* juergen.hunold_at_[hidden]        ! www.ivembh.de
* 
* Geschäftsführer:                ! Sitz des Unternehmens: Hannover
* Prof. Dr.-Ing. Thomas Siefer    ! Amtsgericht Hannover, HRB 56965
* PD Dr.-Ing. Alfons Radtke       !


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