can-lehmann / owlkettle

A declarative user interface framework based on GTK 4
https://can-lehmann.github.io/owlkettle/README
MIT License
367 stars 14 forks source link

Fix `gorge` breaking builds #54

Closed RickBarretto closed 1 year ago

RickBarretto commented 1 year ago

Basically, I did just two adjusts that permits me compile any owlkettle in Windows system. I don't know if this problem exists in others OSes, but while using Msys2 I had some problems to compile the example application.

But, in summary, gorge returns a multiline string that needs to be stripped.

Side note: I imported strutils using as parameter to avoid any variable conflict with the rest of the implementation...

can-lehmann commented 1 year ago

Thank you! I was just in the process of writing a comment on your discussion thread asking if you would be willing to create a PR for this. I guess I was too slow :smile:

SolitudeSF commented 1 year ago

Side note: I imported strutils using as parameter to avoid any variable conflict with the rest of the implementation...

that doesnt do what you think it does

RickBarretto commented 1 year ago

that doesnt do what you think it does

Doesn't? So what should I do instead?