Page 1 of 1

Linux Debian compile error

Posted: Sat Apr 14, 2012 8:32 am
by Pix3l

I was trying to compile the latest version of VBA-M but without success, so i try with a previous version but i get the same error listed below:

 

Code: Select all

[ 25%] Built target fex
[ 70%] Built target vbamcore
[ 72%] Built target translations
[ 73%] Building CXX object CMakeFiles/gvbam.dir/src/gtk/main.cpp.o
~/vbam-1.8.0.1001/src/gtk/main.cpp: In function ‘int main(int, char**)’:
~/vbam-1.8.0.1001/src/gtk/main.cpp:93: error: no matching function for call to ‘Gtk::Builder::add_from_file(std: :s tring&, const char [12])’
/usr/include/gtkmm-2.4/gtkmm/builder.h:193: note: candidates are: bool Gtk::Builder::add_from_file(const std: :s tring&)
~/vbam-1.8.0.1001/src/gtk/main.cpp:94: error: no matching function for call to ‘Gtk::Builder::add_from_file(std: :s tring&, const char [11])’
/usr/include/gtkmm-2.4/gtkmm/builder.h:193: note: candidates are: bool Gtk::Builder::add_from_file(const std: :s tring&)
make[2]: *** [CMakeFiles/gvbam.dir/src/gtk/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/gvbam.dir/all] Error 2
make: *** [all] Error 2

 

I have all the gkt required packages installed, since Cmake has found them, so what can i do for fix this?