Re: [Harbour] Q: Ubuntu 8.04.1, make_deb.sh, gttrm and mouse detection

2008-07-06 Thread Szakáts Viktor
Hi Guy, dpkg -l "$1" 2> /dev/null | grep '^ii' &> /dev/null So i think the answer to test_reqpkg is false in your case You must be right, with a short test I did, it didn't return true. I still wonder why it wanted to build with mouse when trying make_deb.sh and why not (rightly) when trying

Re: [Harbour] Q: Ubuntu 8.04.1, make_deb.sh, gttrm and mouse detection

2008-07-06 Thread Guy Roussin
Hi Viktor, Note the grep '^ii' in : dpkg -l "$1" 2> /dev/null | grep '^ii' &> /dev/null So i think the answer to test_reqpkg is false in your case Recent distribution like debian sid and i suppose ubuntu 8.04 use libgpm-dev instead of libgpmg1-dev (note that in debian sid package libgpmg1-dev

[Harbour] Q: Ubuntu 8.04.1, make_deb.sh, gttrm and mouse detection

2008-07-04 Thread Szakáts Viktor
Hi folks, I'm trying to create a .deb package under Ubuntu 8.04.1, and it's going fine for the most part, but gttrm lib doesn't get created when I'm trying make_deb.sh, while if I try with make_gnu.sh, it does. The reason of the failure is that with make_deb.sh, gttrm.c (and gtcrs.c, mousesln.c)