[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
bug in hello world source on gtkmm.org
- From: "Szymon Fiedler" <kenewh gmail com>
- To: gtkmm-list gnome org
- Subject: bug in hello world source on gtkmm.org
- Date: Sat, 25 Oct 2008 13:04:03 +0200
Hello,
There is a small bug in hello world source on gtkmm.org site (http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/sec-helloworld.html)
In main.cpp there is:
#include "helloworld.h"
Should be:
#include "helloworld.cc"
because there is no link between main.cc and helloworld.cc and there are some errors during the compilation.
Best regards,
Simon Fiedler
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]