by jamil » Sun Mar 24, 2019 1:16 pm
Bom dia,
obrigado pelo retorno.....
Tive que fazer uma pequena modificação no arquivo Makefile para poder instalar aqui pois alem do Leap 42.3 64
uso também o Harbour 3.2....
bem a intalaçâo foi perfeita até a ultima linha apresentar o seguinte erro:
source/winapi/listboxes.c: In function ‘HB_FUN_LBXSETITEMS’:
source/winapi/listboxes.c:68:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
gtk_object_set_data( GTK_OBJECT( listItem ), "index", ( gpointer ) ( i + 1 ) );
^
ar rc ./lib/libfivec.a objc/listboxes.o
gcc -D_HARBOUR_ `pkg-config --cflags gtk+-2.0` `pkg-config --cflags libglade-2.0` -I./../include/harbour -I./include -Wall -c -o objc/lnx.o source/internal/lnx.c
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
source/internal/lnx.c:5:25: fatal error: glade/glade.h: No such file or directory
#include <glade/glade.h>
^
compilation terminated.
Makefile:101: recipe for target 'objc/lnx.o' failed
make: *** [objc/lnx.o] Error 1