igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] : Reading File GraphML


From: Gábor Csárdi
Subject: Re: [igraph] : Reading File GraphML
Date: Tue, 4 Nov 2014 22:38:23 -0500

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 <address@hidden> 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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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