problem to install version 3.0 of grub customizer

Asked by carlos javier acosta zamora

to install version 3.0 of grub customizer gives me the following errors:

root@debian:/media/windows/unix/grub-customizer-3.0# cmake .
-- Configuring done
-- Generating done
-- Build files have been written to: /media/windows/unix/grub-customizer-3.0

root@debian:/media/windows/unix/grub-customizer-3.0# make
[ 1%] Building CXX object CMakeFiles/grub-customizer.dir/src/View/Gtk/EnvEditor.cpp.o
/media/windows/unix/grub-customizer-3.0/src/View/Gtk/EnvEditor.cpp: In constructor ‘View_Gtk_EnvEditor::View_Gtk_EnvEditor()’:
/media/windows/unix/grub-customizer-3.0/src/View/Gtk/EnvEditor.cpp:53: error: ‘class Gtk::ComboBoxText’ has no member named ‘append’
/media/windows/unix/grub-customizer-3.0/src/View/Gtk/EnvEditor.cpp:54: error: ‘class Gtk::ComboBoxText’ has no member named ‘append’
make[2]: *** [CMakeFiles/grub-customizer.dir/src/View/Gtk/EnvEditor.cpp.o] Error 1
make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2
make: *** [all] Error 2

what is the solution to install it?

Question information

Language:
English Edit question
Status:
Solved
For:
Grub Customizer Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Richter
Solved:
Last query:
Last reply:
Revision history for this message
Best Daniel Richter (danielrichter2007) said :
#1

This occurs on older versions of gtk. The ubuntu 10.04 packages have some patches to solve this but they aren't included in the source package.

I put a patched package here: https://launchpad.net/grub-customizer/3.0/3.0.2/+download/grub-customizer-3.0.2_oldgtk.tar.gz

Revision history for this message
carlos javier acosta zamora (carlojaz) said :
#2

Thanks Daniel Richter, that solved my question.