Hi Adam,
Thanks for the tip to use rpm. I wanted to try to compile it myself and finally succeeded.
For users who may be interested, here is how I was able to compile from source.
Trying make_rpm.sh I had an error about "invalid option -ta". I found a bunch of rpm
development tools that had to be upgraded or installed.
Also at some point I had an error about invalid character "-" so I removed it in
harbour.spec line 0.9.9-RC1...
Then make fails at hbmake. Needs some X11 libs. Installed libX11...
I found I had old harbour rpms installed so I had to find and delete them:
rpm -qa | grep harbour
rpm -e harbour.....
Then from /usr/source/redhat/RPMS/i386 it works: rpm -ivh *
And now I can compile and link simple programs using hbmk.
So I go on to a more complex example like contrib/examples/pe and it doesn't work.
editorlo.c is not compiling. No big deal, I just go on to my own needs.
Now I can compile and link a CGI program I wrote for my online store shipping calculator.
Now I get shipping rates in milliseconds instead of waiting for many seconds for UPS or
canadapost servers to answer.
Thanks to the harbour developers for working on this great harbour compiler.
George
[email protected] wrote:
2008/6/10 <[email protected]>:
I do not find any of these utilities like hblnk in my harbour RC1 installation.
Am I supposed to find them? Maybe I installed the wrong way? All I did to
install was run make_gcc.sh.
George,
1st of all, get ALL RPMs from my web site.
[EMAIL PROTECTED]:~/RPM/RPMS/i586> ll
razem 4324
-rw-r--r-- 1 adasiek users 1470409 VI 5 19:08 harbour-1.0.0-RC1.i586.rpm
-rw-r--r-- 1 adasiek users 431895 VI 5 19:08
harbour-contrib-1.0.0-RC1.i586.rpm
-rw-r--r-- 1 adasiek users 1221749 VI 5 19:08 harbour-lib-1.0.0-RC1.i586.rpm
-rw-r--r-- 1 adasiek users 1264414 VI 5 19:08 harbour-static-1.0.0-RC1.i586.rpm
Then, install them as user root using rpm -ivh * command.
Then, you should have in /usr/bin :
[EMAIL PROTECTED]:/usr/bin> ll hb*
-rwxr-xr-x 1 root root 13012 VI 5 19:08 hb-build
lrwxrwxrwx 1 root root 8 VI 5 20:15 hbcc -> hb-build
lrwxrwxrwx 1 root root 8 VI 5 20:15 hbcmp -> hb-build
-rwxr-xr-x 1 root root 161284 IX 1 2007 hbdoc
-rwxr-xr-x 1 root root 121344 VI 5 19:08 hbdot
lrwxrwxrwx 1 root root 8 VI 5 20:15 hblnk -> hb-build
-rwxr-xr-x 1 root root 156708 VI 5 19:08 hbmake
lrwxrwxrwx 1 root root 8 VI 5 20:15 hbmk -> hb-build
-rwxr-xr-x 1 root root 4077 VI 5 19:08 hb-mkslib
-rwxr-xr-x 1 root root 106863 VI 5 19:08 hbpp
-rwxr-xr-x 1 root root 116848 VI 5 19:08 hbrun
-rwxr-xr-x 1 root root 318680 IX 1 2007 hbtest
-rwxr-xr-x 1 root root 14506 IX 1 2007 hbverfix
These scripts are in harbour-1.0.0-RC1.i586.rpm.
Thats all.
Best regards
Adam
_______________________________________________
Harbour-users mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users
_______________________________________________
Harbour-users mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users