I am attempting to build GNU Smalltalk 3.0 using MSYS shell and mingw environment. I have overcome the error reported elsewhere requiring lib-src/library.la to be added to two lines in Makefile: gst_tool_LDADD and gst_tool_DEPENDENCIES
But am now getting a failure when running gst-tool gst-package: ./gst-tool gst-package --kernel-dir="/c/dev/mingw/smalltalk-3.0/kernel" --image="/c/dev/mingw/smalltalk-3.0/gst.im" --srcdir=. --target-directory=. packages/browser/package.xml mkdir "C:\DOCUME~1\paulb\LOCALS~1\Temp\gstar-DOSSUZ" mkdir "C:\DOCUME~1\paulb\LOCALS~1\Temp\gstar-DOSSUZ\Browser" cp -p -f "c:\dev\mingw\smalltalk-3.0\packages\browser\BrowShell.st" C:\DOCUME~1\ paulb\LOCALS~1\Temp\gstar-DOSSUZ\Browser\BrowShell.st gst-package: Operation not permitted The problem is that msys shell does not recognise the DOS-style target path in the 'cp' command: the path needs to be in quotes as the source path is. I cannot find where the source for this command is. PS Are there any instructions for a build on msys/mingw? Yours Paul Butcher L-3 COMMUNICATIONS ASA Ltd. Alton, Hants, UK ******************************************************************* This communication is confidential to the intended recipient(s). If you are not that person you are not permitted to make use of the information and you are requested to notify the sender immediately of its receipt and then destroy the copy in your possession. Any views or opinions expressed are those of the originator and may not represent those of L-3 Communications ASA Ltd. Sent from L-3 Communications ASA Ltd. Registered in England and Wales Company No. 1730717 Registered Office: 5th Floor, Chiswell Street, London EC1Y 4UP ******************************************************************* This Email has been Virus Checked ******************************************************************* _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
