Mike - 2007-09-10

So, I downloaded MinGW 3.13 and MSYS and went into \PowerEditor\gcc and typed make and it gave me a bunch of compile errors. Did I need to do something else? I'm copying some of the output below.

In file included from ../src/TinyXml/tinyxml.h:60,
                 from ../src/Parameters.h:22,
                 from ../src/ScitillaComponent/Buffer.h:25,
                 from ../src/ScitillaComponent/ScintillaEditView.h:26,
                 from ../src/Notepad_plus.h:22,
                 from ../src/winmain.cpp:18:
../src/TinyXml/tinystr.h:33: warning: ignoring #pragma warning
In file included from ../src/ScitillaComponent/Buffer.h:25,
                 from ../src/ScitillaComponent/ScintillaEditView.h:26,
                 from ../src/Notepad_plus.h:22,
                 from ../src/winmain.cpp:18:
../src/Parameters.h: In constructor `NppGUI::NppGUI()':
../src/Parameters.h:541: warning: `NppGUI::_useDir' will be initialized after
../src/Parameters.h:525: warning:   `bool NppGUI::_doTaskList'
../src/Parameters.h:488: warning:   when initialized here
In file included from ../src/Notepad_plus.h:22,
                 from ../src/winmain.cpp:18:
../src/ScitillaComponent/ScintillaEditView.h: At global scope:
../src/ScitillaComponent/ScintillaEditView.h:82: error: `>>' should be `> >' within a nested template argument list
In file included from ../src/Notepad_plus.h:29,
                 from ../src/winmain.cpp:18:
../src/ScitillaComponent/FindReplaceDlg.h:26:33: DockingDlgInterface.h: No such file or directory
In file included from ../src/Notepad_plus.h:29,
                 from ../src/winmain.cpp:18:
../src/ScitillaComponent/FindReplaceDlg.h:64: error: expected class-name before '{' token
../src/ScitillaComponent/FindReplaceDlg.h:64: warning: `class Finder' has virtual functions but non-virtual destructor
../src/ScitillaComponent/FindReplaceDlg.h: In constructor `Finder::Finder()':
../src/ScitillaComponent/FindReplaceDlg.h:67: error: class `Finder' does not have any field named `DockingDlgInterface'
../src/ScitillaComponent/FindReplaceDlg.h: In member function `void Finder::init(HINSTANCE__*, HWND__*, ScintillaEditView**)':
../src/ScitillaComponent/FindReplaceDlg.h:73: error: `DockingDlgInterface' has not been declared
../src/ScitillaComponent/FindReplaceDlg.h:73: error: no matching function for call to `Finder::init(HINSTANCE__*&, HWND__*&)'
../src/ScitillaComponent/FindReplaceDlg.h:72: note: candidates are: void Finder::init(HINSTANCE__*, HWND__*, ScintillaEditView**)
../src/ScitillaComponent/FindReplaceDlg.h: In member function `FoundInfo& Finder::getInfo(int)':
../src/ScitillaComponent/FindReplaceDlg.h:112: warning: comparison between signed and unsigned integer expressions

...