I have been unable to compile a GTK+ c++ hello world program using Eclipse in windows. I receive the following errors which i think relate to library dependencies:
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:8: undefined reference to `_gtk_init_abi_check'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:10: undefined reference to `_gtk_window_new'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:11: undefined reference to `_gtk_widget_show'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:13: undefined reference to `_gtk_main'
If you have any suggestions I would greatly appreciate it.
Thank you,
Louis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been unable to compile a GTK+ c++ hello world program using Eclipse in windows. I receive the following errors which i think relate to library dependencies:
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:8: undefined reference to `_gtk_init_abi_check'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:10: undefined reference to `_gtk_window_new'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:11: undefined reference to `_gtk_widget_show'
/cygdrive/d/Eclipse/testC++/Debug/../main.cpp:13: undefined reference to `_gtk_main'
If you have any suggestions I would greatly appreciate it.
Thank you,
Louis