Comment 3 for bug 1186052

Revision history for this message
Marco Margarucci (marco-margarucci) wrote :

In file main.cpp:34, use "node.setNodeLabel(...)" instead of "node.setLabel(...)".

The other problem, still remains !

main.cpp: In function ‘void createOutputFile()’:
main.cpp:38:58: error: no matching function for call to ‘libgexf::Data::addNodeAttributeColumn(const char [2], const char [4], libgexf::t_attr_type)’
main.cpp:38:58: note: candidate is:
In file included from /usr/include/libgexf/conv.h:33:0,
                 from /usr/include/libgexf/libgexf.h:33,
                 from main.cpp:4:
/usr/include/libgexf/data.h:112:10: note: void libgexf::Data::addNodeAttributeColumn(libgexf::t_id, const string&, const string&)
/usr/include/libgexf/data.h:112:10: note: no known conversion for argument 3 from ‘libgexf::t_attr_type’ to ‘const string& {aka const std::basic_string<char>&}

That's all folks !