../../src/dialogs/layers-panel.cpp:70: error: 'sp_icon_new' was not declared in this scope
Can somebody help me what is wrong? For the record the simple ./configure && make success, without error. What information should I provide for further help?
are you building in the source directory or elsewhere ? that's the same problem I had this afternoon... when I sent a patch to the list.
I think it'll solve your problem
mtou
Index: src/dialogs/layers-panel.cpp =================================================================== --- src/dialogs/layers-panel.cpp (r��vision 11806) +++ src/dialogs/layers-panel.cpp (copie de travail) @@ -24,7 +24,7 @@ #include "desktop.h" #include "sp-object.h" #include "sp-item.h" -#include "src/widgets/icon.h" +#include "widgets/icon.h" #include <gtkmm/widget.h>
//#define DUMP_LAYERS 1