[gtkmm] Errors in Dev C++



I'm getting some errors in Dev C++ when I try to compile the "Hello World" application in the tutorial.  I have set it up as best I could from the information in the tutorial.  I'll include a copy of the errors I've gotten.  I'm using 2.4.2-1 binaries on a clean install.
 
In file included from c:/Dev-Cpp/include/glibmm-2.4/glibmm.h:59,
                 from c:/Dev-Cpp/include/gtkmm-2.4/gtkmm.h:29,
                 from main.cc:1:
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:39: syntax error before `;' token
 
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:144: type specifier omitted for
   parameter `Pid'
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:144: parse error before `*' token
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:153: type specifier omitted for
   parameter `Pid'
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:153: parse error before `*' token
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:163: type specifier omitted for
   parameter `Pid'
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:163: parse error before `*' token
 
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:169: type specifier omitted for
   parameter `Pid'
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:169: parse error before `*' token
 
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:195: `Pid' was not declared in
   this scope
c:/Dev-Cpp/include/glibmm-2.4/glibmm/spawn.h:195: parse error before `)' token
 
In file included from c:/Dev-Cpp/include/gdkmm-2.4/gdkmm/cursor.h:31,
                 from c:/Dev-Cpp/include/gdkmm-2.4/gdkmm.h:39,
                 from c:/Dev-Cpp/include/gtkmm-2.4/gtkmm.h:30,
                 from main.cc:1:
c:/Dev-Cpp/include/gdkmm-2.4/gdkmm/display.h:424: syntax error before `*' token
c:/Dev-Cpp/include/gdkmm-2.4/gdkmm/display.h:425: syntax error before `*' token
 
Thank you.  And if you have any ideas, please tell me.
 
--
Bryan Lyon
 
Confession is good for the soul, but bad for the career.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]