On Tue, 05 Aug 2008, Szakáts Viktor wrote:

Hi Viktor,

> ./bin/postinst.sh
> C:\work\harbour\harbour\bin\postinst.sh: ../bin/hb-func.sh: No such  
> file or directory
> make: *** [install] Error 1

There is problem with dirname in you msys environment.
Looks that for ./bin/postinst.sh:
   dirname "$0"
returns "." instead of "./bin"
So far no one reported it. Please change in ./bin/postinst.sh[32]
    hb_root=".."
to:
    hb_root="."
It will help as temporary hack anyhow it will be good to find the
exact reason and fix the problem.
Probably you are using backslashes in your startup harbour directory
and it confuse dirname. I'll try to create some workaround for it.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to