On Tue, Dec 16, 2008 at 9:45 AM, Sean Farrow <sean.farrow@seanfarrow.co.uk> wrote:
Hi:
I've define:
EXPAT_INCLUDE to:
c:\program files\expat\source\lib
and EXPAT_BIN to
c:\program files\expat\bin
I've also added these paths to visual studio.
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.
Cheers
Sean.s

Using MS VisualStudio or bjam? You probably have to add the include directory to the include search path. I haven't used VS in quite some time so I forget how its done.
 
Andrew Sutton
andrew.n.sutton@gmail.com