Willy,
> I did not find a way to change the PKG_CONFIG_PATH variable
Please uninstall and reinstall glade-2 and if the problem remains there, then do:
export PKG_CONFIG_PATH=<path_to_glade-2>
compiling C module...
linking...
./../lib/libfivec.a(lnx.o): In function `HB_FUN_SETRESOURCES':
lnx.c:(.text+0x27b): undefined reference to `glade_xml_new'
./../lib/libfivec.a(lnx.o): In function `HB_FUN_LOADDIALOG':
lnx.c:(.text+0x2a7): undefined reference to `glade_xml_get_widget'
./../lib/libfivec.a(lnx.o): In function `HB_FUN_LOADBUTTON':
lnx.c:(.text+0x3a8): undefined reference to `glade_xml_get_widget'
collect2: ld returned 1 exit status
done!
# ./mb.sh
clear
echo compiling mSYS xHarbour code to C code ...
./../../xharbour/bin/harbour mSYS.prg -n -I./../include -I./../../xharbour/include
echo compiling mTEMLIST xHarbour code to C code ...
./../../xharbour/bin/harbour mTEMLIST.prg -n -I./../include -I./../../xharbour/include
echo compiling xOBJECTS xHarbour code to C code ...
./../../xharbour/bin/harbour xOBJECTS.prg -n -I./../include -I./../../xharbour/include
echo compiling PATIENT_Class xHarbour code to C code ...
./../../xharbour/bin/harbour PATIENT_Class.prg -n -I./../include -I./../../xharbour/include
echo compiling PATFILE_Class xHarbour code to C code ...
./../../xharbour/bin/harbour PATFILE_Class.prg -n -I./../include -I./../../xharbour/include
echo compiling EXTEND5 xHarbour code to C code ...
./../../xharbour/bin/harbour EXTEND5.prg -n -I./../include -I./../../xharbour/include
echo compiling DOCTOR_Classes xHarbour code to C code ...
./../../xharbour/bin/harbour DOCTOR_Classes.prg -n -I./../include -I./../../xharbour/include
echo compiling OSTEO_Class xHarbour code o C code ...
./../../xharbour/bin/harbour OSTEO_Class.prg -n -I./../include -I./../../xharbour/include
echo compiling mSYS C module...
gcc mSYS.c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`
echo compiling mTEMLIST C module...
gcc mTEMLIST.c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`
echo compiling xOBJECTS C module...
gcc xOBJECTS.c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`
echo compiling PATIENT_Class C module...
gcc PATIENT_Class.c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`
echo compiling PATFILE_Class C module...
gcc PATFILE_Class.c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`
echo compiling EXTEND5 C module...
gcc EXTEND5.c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`
echo compiling OSTEO C module...
gcc OSTEO_Class.c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`
echo linking...
gcc mSYS.o mTEMLIST.o xOBJECTS.o PATIENT_Class.o PATFILE_Class.o EXTEND5.o OSTEO_Class.o -omSYS -L./../lib -L./../../xharbour/lib `pkg-config --libs gtk+-2.0` `pkg-config --libs libglade-2.0` `pkg-config --libs libgnomeprintui-2.2` -Wl,--start-group -lfivex -lfivec -lcommon -lvm -lrtl -lrdd -lmacro -llang -lcodepage -lpp -ldbfntx -ldbfcdx -ldbffpt -lhbsix -lhsx -lpcrepos -lusrrdd -ltip -lct -lcgi -lgtnul -lgtstd -lgtcgi -lgtcrs -lhbodbc -ldebug -lm -lgpm -lncurses -Wl,--end-group
echo done!
Return to FiveLinux / FiveDroid (Android)
Users browsing this forum: No registered users and 3 guests