Problem when trying to compile Glade



Hello. I am currently trying to compile Glade 2.0.1 and this error shows up:
 
"glade_project_options.c: In function ‘glade_project_options_generate_program_name’:
glade_project_options.c:1097:24: error: lvalue required as left operand of assignment
(char*) project_name = gtk_entry_get_text (GTK_ENTRY (options->name_entry));
^
make[3]: *** [glade_project_options.o] Error 1"
 
Is this "gtk_entry_get_text" not returning a char pointer? How can I solve it?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]