Ryan
2010-07-05 21:50:36 UTC
I get the following error trying to compile the hello.cc (from the 1st
example) on both my computer (linux mint) and
linux.student.cs.uwaterloo.ca. It works on
cpu-linux.student.cs.uwaterloo.ca, but I would like to be able to use it
on my computer as well. If anyone knows how to make this doable please
help!
CC -c hello.cc
"hello.cc", line 2: Error: Could not open include file <gtkmm.h>.
"hello.cc", line 6: Error: Gtk is not defined.
"hello.cc", line 6: Error: Main is not defined.
"hello.cc", line 6: Error: Badly formed expression.
"hello.cc", line 9: Error: Gtk is not defined.
"hello.cc", line 9: Error: Window is not defined.
"hello.cc", line 9: Error: window is not defined.
"hello.cc", line 9: Error: Badly formed expression.
"hello.cc", line 12: Error: Gtk is not defined.
"hello.cc", line 12: Error: window is not defined.
10 Error(s) detected.
*** Error code 10
make: Fatal error: Command failed for target `hello.o'
example) on both my computer (linux mint) and
linux.student.cs.uwaterloo.ca. It works on
cpu-linux.student.cs.uwaterloo.ca, but I would like to be able to use it
on my computer as well. If anyone knows how to make this doable please
help!
CC -c hello.cc
"hello.cc", line 2: Error: Could not open include file <gtkmm.h>.
"hello.cc", line 6: Error: Gtk is not defined.
"hello.cc", line 6: Error: Main is not defined.
"hello.cc", line 6: Error: Badly formed expression.
"hello.cc", line 9: Error: Gtk is not defined.
"hello.cc", line 9: Error: Window is not defined.
"hello.cc", line 9: Error: window is not defined.
"hello.cc", line 9: Error: Badly formed expression.
"hello.cc", line 12: Error: Gtk is not defined.
"hello.cc", line 12: Error: window is not defined.
10 Error(s) detected.
*** Error code 10
make: Fatal error: Command failed for target `hello.o'