Description
When compiling TeamTalk on Windows with WebRTC, we get this error:
Traceback (most recent call last):
File "E:\webrtc\Windows\src\build\compute_build_timestamp.py", line 138, in
sys.exit(main())
^^^^^^
File "E:\webrtc\Windows\src\build\compute_build_timestamp.py", line 111, in main
last_commit_timestamp = int(open(lastchange_file).read())
^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'E:\webrtc\Windows\src\build\util\LASTCHANGE.committime'
ERROR at //build/timestamp.gni:43:19: Script returned non-zero exit code.
build_timestamp = exec_script(compute_build_timestamp,
^----------
Current dir: E:/tt5dist/toolchain/x64/webrtc/x64/lib/debug/
Command: C:/Users/test/AppData/Local/vpython-root.0/store/python_venv-h7ummgcj830d7ceqd76fnakkp4/contents/Scripts/python3.exe E:/webrtc/Windows/src/build/compute_build_timestamp.py default
Returned 1.
See //build/config/win/BUILD.gn:13:1: whence it was imported.
import("//build/timestamp.gni")
^-----------------------------
See //build/config/BUILDCONFIG.gn:377:5: which caused the file to be included.
"//build/config/win:lean_and_mean",
^---------------------------------
Application
- [x] qtTeamTalk
- [ ] TeamTalkAndroid
- [ ] iTeamTalk
- [ ] TeamTalkClassic
- [x] TeamTalkServer
Platform
- [x] Windows
- [ ] macOS
- [ ] Android
- [ ] iOS
- [ ] Linux
Expected behavior
No response
Actual behavior
build error
Steps to reproduce problem
building teamtalk from scratch with ninja
This issue has been resolved in the PR above. Please try again after merging the webrtc branch.