igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph, visual studio c++ and libxml2


From: Tamas Nepusz
Subject: Re: [igraph] igraph, visual studio c++ and libxml2
Date: Fri, 10 Dec 2010 21:16:36 +0100

> What I did is to set the PATH in msvc to C:\libxml2-2.7.7.win32\bin so that 
> the compiler would be able to find the libxml2.dll when needed, and I also 
> refer to the header files C:\igraph-0.5.5-msvc\winclude\libxml because 
> actually I have the header files already included in igraph-0.5.5-msvc (this 
> confuses me) ,  but this is obviously the wrong way or not enough...
It is the right way, but you also need one more step. Open up config.h and set 
the value of the HAVE_LIBXML macro to 1 instead of 0 which is the default on 
Windows (I guess).

-- 
Tamas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]