Hello,
I'm a beginner and working on node-webkit, based on commit number ba1b3ce163e01674724c824e2950b7a623d3fed4.
I have found a build error about missing virtual function definition.
* error log
../../content/nw/src/browser/native_window.cc: In static member function ‘static nw::NativeWindow* nw::NativeWindow::Create(const base::WeakPtr<content::Shell>&, base::DictionaryValue*)’:
../../content/nw/src/browser/native_window.cc:56:42: error: cannot allocate an object of abstract type ‘nw::NativeWindowGtk’
../../content/nw/src/browser/native_window_gtk.h:33:7: note: because the following virtual functions are pure within ‘nw::NativeWindowGtk’:
../../content/nw/src/browser/native_window.h:95:16: note: virtual void nw::NativeWindow::SetBadgeLabel(const string&)
To fix the bug, '/node-webkit/src/content/nw/src/browser/native_window_gtk.h' file has been modified.
The diff file is attached.
Please check it.
Thanks,
Youngsoo Choi