Viktor,

postinst.cmd uses HB_INSTALL_PREFIX to decide where to copy some files, on
OS/2 HB_INSTALL_PREFIX gets set on startup to

        ! HB_INSTALL_PREFIX automatically set to: E:\repository\harbour

which is where I have my copy of the svn repository, so in postinst.cmd this
test is false

        if "%HB_INSTALL_PREFIX%" == "" goto END

but the copy is from a file onto itself and fails

! Making e:\harbour\bin\hbmk.cfg...
SYS1184: The system cannot copy the file.

SYS1184: The system cannot copy the file.

SYS1184: The system cannot copy the file.

SYS1184: The system cannot copy the file.

make: *** [install] Error 4


Where should those files be copied to?

Best regards.

Maurilio.


-- 
 __________
|  |  | |__| Maurilio Longo
|_|_|_|____| farmaconsult s.r.l.


_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to