On 04/07/2015 Jason Marshall wrote:
I execute .bootstrap, but I note the following: When the missing
tarballs and external sources are downloaded, the script seems to
identify that for some of these, the checksum does not match that
expected. Could anyone tell me why this would occur and if this
Hi Jason,
I'm building on Windows 7 and I do not have such problems with bootstrap.
Please open your winenv.set.sh and look, whether path-variables are set
correctly. For example SRC_ROOT, TARFILE_LOCATION, OS, INPATH, SOLARENV,
ADDITIONAL_REPOSITORIES, DMAKEROOT
Are you building in tmp? Tha
On 07/05/2015 02:28 PM, Jason Marshall wrote:
> Hello
>
> With reference to the query below and having examined the 'bootstrap'
> script, I realised that the script was expecting to be able to 'cd'
> to a directory named 'DMAKE_4_12', using the comment below:
>
> cd "$dmake_directory_name" || e
Hello
With reference to the query below and having examined the 'bootstrap' script, I
realised that the script was expecting to be able to 'cd' to a directory named
'DMAKE_4_12', using the comment below:
cd "$dmake_directory_name" || exit
However, the following command in the 'bootstrap' sc