You need add -lglade and -lglade-gnome on Makefile
Absolutes path's on source code aren't a good idea.
the glade libraries used are from the output of libglade-config --libs gnome if you are having problems them check what that outputs on your system.
Where are there absolute paths? Any paths in the Makefile are generated by configure.
Log in to post a comment.
the glade libraries used are from the output of
libglade-config --libs gnome
if you are having problems them check what that outputs on your system.
Where are there absolute paths? Any paths in the Makefile are generated
by configure.