Fix ktcc build file on Windows #428

Open
opened 2026-04-19 12:03:04 +00:00 by ace-dent · 0 comments
Member

As reported by @Burer:

  • In programs/develop/ktcc/source/lib/buildtcclib1.bat, replace the hardcoded absolute path (D:...) and the outdated ...\ktcc\libc\kos32-tcc.exe location with a portable relative path to the new compiler location (...\ktcc\bin\kos32-tcc.exe).
  • Check for extra white space in the file.

The path has long been broken (10 years!!). Ensure the correct binary location (probably programs/develop/ktcc/bin/kos32-tcc.exe?).

As reported by @Burer: - [ ] In `programs/develop/ktcc/source/lib/buildtcclib1.bat`, replace the hardcoded absolute path (D:\...) and the outdated ...\ktcc\libc\kos32-tcc.exe location with a portable relative path to the new compiler location (...\ktcc\bin\kos32-tcc.exe). - [ ] Check for extra white space in the file. The path has long been broken ([10 years](https://git.kolibrios.org/KolibriOS/kolibrios/commits/commit/096cca20cb9fb1d37cc27f5b0dbef287b9e80a1b/programs/develop/ktcc/trunk/source/lib/buildtcclib1.bat)!!). Ensure the correct binary location (probably `programs/develop/ktcc/bin/kos32-tcc.exe`?).
ace-dent added the
Kind
Build
Category/Applications
Priority
Low
labels 2026-04-19 12:03:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#428