You also need to recompile igraph, with graphml support enabled:
https://lists.nongnu.org/archive/html/igraph-help/2010-12/msg00040.html

Gabor

On Tue, Nov 4, 2014 at 10:32 PM, patricia <[email protected]> wrote:
> I installed the libxml2 library and set the CodeBlocks as I did for the
> igraph and yet after running the following test code:
>
> #include <cstdio>
> #include "igraph.h"
>
> using namespace std;
>
> int main ()
> {
>
>      igraph_t g;
>      FILE * ifile;
>
>      ifile = fopen ("GraphML-hsa05010.xml", "r");
>      igraph_read_graph_graphml (&g, ifile, 0);
>      fclose (ifile);
>      igraph_destroy (&g);
>
>    return 0;
> }
>
>
> I get the same error message:
>
> "Error at foreign-graphml.c:1211 : GraphML support is disabled,
> unimplemented function call "
>
> "39512 [main] TesteGraphML 5372 cygwin_exception :: open_stackdumpfile :
> Dumping stack trace to TesteGraphML.exe.stackdump"
>
> Stack trace:
> Frame     Function  Args
> 0022A7A8  61030562 (000000EC, 0000EA60, 000000A4, 0022A808)
> 0022A8C8  610DAEDD (00000000, 00000000, 00000004, 00000000)
>
> What should I do?
>
>
> Thank you
>
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>

_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to