Skip to content

Conversation

@Ghabry
Copy link
Member

@Ghabry Ghabry commented Nov 24, 2025

The buildscripts part to get the editor (soon) running again on Windows.

In short running build_editor.cmd and download_qt6.cmd gets everything setup.

The PR to the editor repo follows later. This needs a bit more work.

@Ghabry
Copy link
Member Author

Ghabry commented Nov 26, 2025

uhm have to shorten the triplet name a bit. I wonder since 2 days why CMake while buliding Kirigami reports "unknown error". Turns out I hit the 260 char path length limit 🤦 so have to tune everything to make it shorter. hmpf

Correction: Enabling Long path support also appears to work.

Run once as administrator in powershell

New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force

Have to document this.

@Ghabry Ghabry marked this pull request as draft November 26, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants