Pritpal i have delete the cppstub.cpp compile directive from hbide.hbp it
compile fine, but i still get this error on hbide startup

** (<unknown>:28981): CRITICAL **: atk_object_set_name: assertion `name !=
NULL' failed
hbide.prg:326:HBIDE:CREATE(): HB_TR_ALWAYS HbIde:create( cProjIni ) #Params=
xbpgeneric.prg:0:HBXBP_END$(): HB_TR_ALWAYS
................................... EXIT PROCEDURE hbxbp_End()    begin
xbpgeneric.prg:0:HBXBP_END$(): HB_TR_ALWAYS
................................... EXIT PROCEDURE hbxbp_End()    end


Pritpal please try on your Ubuntu 9.10 installed in Virtualbox here detailed
terminal command to test hbide start

cd $HOME/src/harbour/contrib/hbide/
hbmk2 hbide.hbp -rebuild
sudo cp hbide /usr/local/bin/.

to check which hbide (from which path is called) type:

ls -la $(which hbide)

in my env the "which" command return:
-rwxr-xr-x 1 root root 6697913 2010-04-27 17:23 /usr/local/bin/hbide

is ok then create a temporary dir to work with hbide from it
mkdir /tmp/p
cd /tmp/p
hbide

Best regards,
Marco
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to