sandeagle Posted December 4, 2020 Posted December 4, 2020 any1 try to compile Toma's c1 script pack?its used by Qt creator+cmake IDE,i try to use it to compile his script but its always failed... error message. 10:22:04: Running steps for project L2DataPack... 10:22:04: Starting: "C:\Program Files\CMake\bin\cmake.exe" --build . --target MultiSell [1/1 1.0/sec] Running utility command for MultiSell FAILED: script/MultiSell/CMakeFiles/MultiSell.util cmd.exe /C "cd /D C:\Users\sande\Downloads\build-l2datapack-DataPack-Release\script\MultiSell && "C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/sande/Downloads/build-l2datapack-DataPack-Release/script_release/Script/ && cd /D C:\Users\sande\Downloads\build-l2datapack-DataPack-Release\script_release\Script && C:\Users\sande\Downloads\l2datapack\merge_files.py -e .msell --root_dir C:/Users/sande/Downloads/l2datapack/script/MultiSell --out_name C:/Users/sande/Downloads/build-l2datapack-DataPack-Release/script_release/Script/multisell.txt" File "C:\Users\sande\Downloads\l2datapack\merge_files.py", line 90 print "%d '*%s' files were encoded and merged to %s" %(len(content_lines), args.extension, out_file_path) ^ SyntaxError: invalid syntax ninja: build stopped: subcommand failed. 10:22:06: The process "C:\Program Files\CMake\bin\cmake.exe" exited with code 1. Error while building/deploying project L2DataPack (kit: DataPack) When executing step "CMake Build" 10:22:06: Elapsed time: 00:02. IDE configration used Toma's guide. https://github.com/master-toma/l2datapack maybe its merge_files.py problem?
0 MasterToma Posted December 4, 2020 Posted December 4, 2020 You need to use python 2.7, and looks like you are using python 3.+ 1
0 Nightw0lf Posted December 9, 2020 Posted December 9, 2020 On 12/4/2020 at 11:21 AM, MasterToma said: You need to use python 2.7, and looks like you are using python 3.+ marked as best answer 3 hours ago, sandeagle said: rly thx Toma,finally,its worked. locked.
Question
sandeagle
any1 try to compile Toma's c1 script pack?its used by Qt creator+cmake IDE,i try to use it to compile his script but its always failed...
error message.
10:22:04: Running steps for project L2DataPack... 10:22:04: Starting: "C:\Program Files\CMake\bin\cmake.exe" --build . --target MultiSell [1/1 1.0/sec] Running utility command for MultiSell FAILED: script/MultiSell/CMakeFiles/MultiSell.util cmd.exe /C "cd /D C:\Users\sande\Downloads\build-l2datapack-DataPack-Release\script\MultiSell && "C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/sande/Downloads/build-l2datapack-DataPack-Release/script_release/Script/ && cd /D C:\Users\sande\Downloads\build-l2datapack-DataPack-Release\script_release\Script && C:\Users\sande\Downloads\l2datapack\merge_files.py -e .msell --root_dir C:/Users/sande/Downloads/l2datapack/script/MultiSell --out_name C:/Users/sande/Downloads/build-l2datapack-DataPack-Release/script_release/Script/multisell.txt" File "C:\Users\sande\Downloads\l2datapack\merge_files.py", line 90 print "%d '*%s' files were encoded and merged to %s" %(len(content_lines), args.extension, out_file_path) ^ SyntaxError: invalid syntax ninja: build stopped: subcommand failed. 10:22:06: The process "C:\Program Files\CMake\bin\cmake.exe" exited with code 1. Error while building/deploying project L2DataPack (kit: DataPack) When executing step "CMake Build" 10:22:06: Elapsed time: 00:02.
IDE configration used Toma's guide.
https://github.com/master-toma/l2datapack
maybe its merge_files.py problem?
3 answers to this question
Recommended Posts