Thanks for the link!
I had a look at the build log, but don't understand what it is trying to say. Now, this is not laziness, I am new to all of this and I don't "live here", so please be patient with me. Perhaps someone out there can help me understand the log so I can make use of it. A solution would be good, but understanding it and learning from it would be even better... Here's the log:
-------------- Build: Debug in gtimer2 ---------------
mingw32-g++.exe -Wall -pipe -mthreads -Wno-attributes -D__GNUWIN32__ -D__WXMSW__ -DWXUSINGDLL -DwxUSE_UNICODE -g
-IC:\SourceCode\Libraries\wxWidgets2.8\include
-IC:\SourceCode\Libraries\wxWidgets2.8\contrib\include
-IC:\SourceCode\Libraries\wxWidgets2.8\additions\include\wx
-IC:\SourceCode\Libraries\wxWidgets2.8\additions\include\wx\plotctrl
-IC:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_dll\mswu
-IC:\SourceCode\Libraries\wxWidgets2.8\additions\lib\gcc_lib
-IC:\SourceCode\Libraries\wxWidgets2.8\lib\gcc_lib
-IC:\SourceCode\Libraries\wxWidgets2.8\additions\include\wx
-IC:\SourceCode\Libraries\wxWidgets2.8\additions\include\wx\plotctrl -c
D:\...\gtimer2\gtimer2App.cpp -o obj\Debug\gtimer2App.o
In file included
from D:\...\gtimer2\gtimer2Main.h:18,
from D:\...\gtimer2\gtimer2App.cpp:19:
D:\...\gtimer2\GUIFrame.h:17:34: error: wx/plotctrl/plotctrl.h: No such file or directory
In file included
from D:\...\gtimer2\gtimer2Main.h:18,
from D:\...\gtimer2\gtimer2App.cpp:19:
D:\...\gtimer2\GUIFrame.h:39: error: ISO C++ forbids declaration of 'wxPlotCtrl' with no type
D:\...\gtimer2\GUIFrame.h:39: error: expected ';' before '*' token
Process terminated with status 1 (0 minutes, 2 seconds)
3 errors, 0 warnings
Thanks!
Oli