Source.Python forums
https://www.sourcepython.com/
Compiling issue
https://www.sourcepython.com/viewtopic.php?f=20&t=719
Page
1
of
1
Compiling issue
Posted:
Tue Dec 30, 2014 6:26 am
by
arawra
Having an issue when trying to use Build.bat on a Windows machine.
http://pastebin.com/WdrTVFsb
Posted:
Tue Dec 30, 2014 9:14 am
by
L'In20Cible
It happened to me once and I had to delete and pull the entire repo again in order to fix the issues.
Posted:
Tue Dec 30, 2014 9:25 am
by
Ayuto
I had this problem after updating the .Net framework to the latest version. In this thread are several suggestions to solve this issue.
http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval
For me it fixed it after I replaced the cvtres.exe.
Posted:
Tue Dec 30, 2014 4:13 pm
by
arawra
Thanks for that, Ayuto. Pulling the repo again wasn't enough to fix it.
Now, I'm getting a new error after putting in the new binaries.
Posted:
Tue Dec 30, 2014 4:35 pm
by
satoon101
Make sure you update your ../addons/source-python/packages/source-python/ directory as well. ConCommandBase was moved to the _commands module a couple months ago:
https://github.com/Source-Python-Dev-Team/Source.Python/commit/c7b6615d85ea8fb5adb0b33c0ba260477803ec5b
Posted:
Tue Dec 30, 2014 5:10 pm
by
arawra
After a fresh pull from the Github, still getting a few errors with some of the packages :\
Posted:
Tue Dec 30, 2014 5:23 pm
by
satoon101
It seems you did not update all the files. The change related to that error occurred a month ago:
https://github.com/Source-Python-Dev-Team/Source.Python/commit/6beaadf8b6421166a9834c72edf67d43fa395d62
Posted:
Tue Dec 30, 2014 5:33 pm
by
arawra
E: ----