1 2 3 4 5 6 7 8 9 10 11 12 13
| --------------------Configuration: TrueHello - Debug--------------------
Linking...
C:\MinGWStudio\Templates\TrueHello\Debug\Hello.o: In function `main':
C:\MinGWStudio\Templates\TrueHello\Hello.cpp:5: undefined reference to `Gtk::Main::Main(int&, char**&, bool)'
C:\MinGWStudio\Templates\TrueHello\Hello.cpp:7: undefined reference to `Gtk::Window::Window(Gtk::WindowType)'
C:\MinGWStudio\Templates\TrueHello\Hello.cpp:9: undefined reference to `Gtk::Main::run(Gtk::Window&)'
C:\MinGWStudio\Templates\TrueHello\Hello.cpp:11: undefined reference to `Gtk::Window::~Window()'
C:\MinGWStudio\Templates\TrueHello\Hello.cpp:11: undefined reference to `Gtk::Main::~Main()'
C:\MinGWStudio\Templates\TrueHello\Hello.cpp:11: undefined reference to `Gtk::Window::~Window()'
C:\MinGWStudio\Templates\TrueHello\Hello.cpp:11: undefined reference to `Gtk::Main::~Main()'
collect2: ld returned 1 exit status
TrueHello.exe - 7 error(s), 0 warning(s) |
Partager