Sharrnah / whispering-ui

Native UI for the Whispering Tiger project - https://github.com/Sharrnah/whispering (live transcription / translation)
https://whispering-tiger.github.io/
MIT License
213 stars 12 forks source link

build fails #25

Open gshields opened 1 month ago

gshields commented 1 month ago

fyne get github.com/Sharrnah/whispering-ui Cloning into '/tmp/fyne-get-whispering-ui-4008634591'... remote: Enumerating objects: 132, done. remote: Counting objects: 100% (132/132), done. remote: Compressing objects: 100% (125/125), done. remote: Total 132 (delta 5), reused 75 (delta 1), pack-reused 0 Receiving objects: 100% (132/132), 11.39 MiB | 4.97 MiB/s, done. Resolving deltas: 100% (5/5), done.

whispering-tiger-ui/Utilities/Hardwareinfo

Utilities/Hardwareinfo/NVIDIAMemory.go:52:42: unknown field HideWindow in struct literal of type "syscall".SysProcAttr Utilities/Hardwareinfo/NVIDIAMemory.go:95:42: unknown field HideWindow in struct literal of type "syscall".SysProcAttr

whispering-tiger-ui/RuntimeBackend

RuntimeBackend/Whisper.go:35:3: unknown field HideWindow in struct literal of type "syscall".SysProcAttr

error building application: exit status 1

Sharrnah commented 1 month ago

are you trying to build it for linux?

Since the Python part this repo uses for the actual functionality also only supports windows currently i haven't took much work into making sure it can build on Linux.

Sorry for that. Once i come to actual Linux support for both the Python part and the Golang UI, this will definetly be looked at.

gshields commented 1 month ago

Yes on linux

On Mon, Aug 12, 2024, 12:28 PM Sharrnah @.***> wrote:

are you trying to build it for linux?

Since the Python part this repo uses for the actual functionality also only supports windows currently i haven't took much work into making sure it build on Linux.

Sorry for that. Once i come to actual Linux support for both the Python part and the Golang UI, this will definetly be looked for.

— Reply to this email directly, view it on GitHub https://github.com/Sharrnah/whispering-ui/issues/25#issuecomment-2284756520, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2NZI35Q6F64YONMLBL4J3ZREEHNAVCNFSM6AAAAABMMZGOM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBUG42TMNJSGA . You are receiving this because you authored the thread.Message ID: @.***>

Sharrnah commented 1 month ago

Yes. as i wrote.

Linux is currently not supported.

sorry. But its something i want to look into in the future.