Technical support > Windows

make_UfoAI_win32 (all in one win32 build script)

<< < (58/62) > >>

DarkRain:

New SF project SW / New git URLs / repo location

Muton:
== 2012.09.29 == 1.1.4 =====================================
The script will check each time you build UfoAI
if your git repository setting is correct and if not change it


add
[*]repository check
[/list]

ShipIt:
This solved the problem, despite the fact I did not describe it very well.  :-X  Thanks.

Next problem is an error that occours later on. Of course I am not sure if it is a problem of the script at all. Log attached.

Muton:
There i a glitch with your copy
"H:\UFOAIwin32BUILDenv\MinGW\bin\git.exe" pull --rebase
........
error: unable to unlink old 'src/client/cgame/staticcampaign/cl_game_staticcampaign.h' (Permission denied)
error: unable to unlink old 'src/client/cgame/staticcampaign/save/save_staticcampaign.h' (Permission denied)
error: unable to unlink old 'src/client/cgame/staticcampaign/scp_missions.h' (Permission denied)
error: unable to unlink old 'src/client/cgame/staticcampaign/scp_parse.h' (Permission denied)
error: unable to unlink old 'src/client/cgame/staticcampaign/scp_shared.h' (Permission denied)
error: unable to unlink old 'src/tools/radiant/radiant/ui/textureoverview/TextureOverviewDialog.cpp' (Permission denied)

seams to be a file-ACL error
do you have full permissions on that (sub)folder

be sure that there is no git error:
run
h:\UFOAIwin32BUILDenv\MinGW\msys.bat
cd /ufoai (or wherever your source is)
git fsck
git fetch
git pull --rebase

ShipIt:
It worked  :D - I re-checked the write access for the drive, and followed the git instructions. 'pull --rebase' reported "refusing to pull with rebase: your working tree is not up-to-date" - I did 'stash save', 'stash drop' and 'pull --rebase' again. After this the script worked nicely again.

Thanks for your help.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version