Dear Sir or Madam,

trying to compile the GUI of OpenBabel, this results in an compilation error:


openbabel-master/src/GUI/OBGUI.cpp:1131:5:error: ‘wxwxMenuItemListNode’ was not declared in this scope
wxwxMenuItemListNode*node = listMenu->GetMenuItems().GetFirst();


If I change that line to:

wxMenuItemList::compatibility_iterator node = listMenu->GetMenuItems().GetFirst();

it will compile, but the program does not work properly. Unfortunately, I am not experienced in wxWidgets. Therefore, I want to ask to fix that error.

Thank you very much in advance,

Kindly regards from germany

Alexander Maurer
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to