>I suggest to drop root acount for above and always build Harbour >binaries from non root acount. I suggest it for all programs. >A small typo in build scripts may cause that your system will >be demaged.
Thanks for information >This works but if you are using Ubuntu then you can create native .deb >packages by: > ./make_deb.sh >and then simply install harbour*.deb file in your system How can I install? . >> How can I compile follow sample in gtxwc and gttrm and other linux gt >> ?? >> function main() >> do while .t. >> setcolor("w/n") >> clear screen >> dummy:="N" >> @ 3,3 say "Hello World" color "w/r" >> @ 4,3 say "I am harbour!-)" color "w/b" >> @ 5,3 say "Do you want exit? " >> @ row(), col()+1 get dummy picture "@K!" >> read >> if dummy=="Y" >> clear screen >> quit >> endif >> @ 8,10 say "Ok You don't want exit from application" >> inkey(2) >> enddo >> return nil >hbmk -n -w -es2 test.prg hbmk -n -es2 test.prg Made ---it generate test executable but if i type test it doesn't display none what I must add for gtxwc? How can I compile sample in harbour/test? Hbmk is very good tools will be usefull also for BCC user, what do you think about converting it to prg? If Can you give me same indication I will try _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour