I have been using glabel for creating labels for CD/DVD. It is
available in YAST, but the download for me has some graphics problems,
making it unusable. I therefore thought that it maybe a good idea to
compile it from source (my first time to do this!)
I have checked that all the system requirements listed in the readme
are present.
The configure command finds the following errors:
checking for GLABELS… configure: error: Package requirements
(glib-2.0 >= 2.12.0 gtk±2.0 >= 2.10.0 libgnome-2.0 >= 2.16.0
libgnomeui-2.0 >= 2.16.0 libxml-2.0 >= 2.6.0 libglade-2.0 >= 2.6.0 )
were not met:
No package ‘glib-2.0’ found
No package ‘gtk±2.0’ found
No package ‘libgnome-2.0’ found
No package ‘libgnomeui-2.0’ found
No package ‘libxml-2.0’ found
No package ‘libglade-2.0’ found
I need to let it know where these packages are and this involves the
pkg-config but after playing with it I am now lost.