henrify

Results 17 comments of henrify

Hi, we also have the same core need of producing a declaration file to be used in 'downstream' typescript projects, but the specifics and transformations applied to the individual d.ts...

I came back to see how the PR on this is progressing, but seems that the PR has been deleted? Or do I remember completely wrong? Is anybody working on...

Thanks for the reply. The current work-around / workflow of running regular compiler separately to generate definitions is perfectly adequate for us. I also appreciate your policy of not adding...

You probably already know / do this, but keeping external/vendor dependencies that don't normally change in separate bundle can speed things up by order of magnitude.

@variar I've been a long time user of glogg and just found your project, great work. QT 6.2 was released in September. Could you update klogg to build/work with QT...

@variar Thanks for the fast reply and the merge. I gave it a try, but with Big Sur (11.6) and XCode 13.2.1 I got an error about missing headers for...

Thanks, but doesn't work, I did try couple of the suggestion from that thread (that's why I said I don't know how to "apply" the solution to Klogg build). Which...

Thanks, that fixes the build file config/generation step, but the actual build step fails immediately. Same error repeats for about half of the 3rdparty libs: ``` air /Volumes/Files/Projects/_ByOthers/klogg/build_root $ cmake...

Thanks again, solved that error. Then next error... ...Was caused by too low macOS version in `CMAKE_OSX_DEPLOYMENT_TARGET`. Changing version to 11.3, solved that error and the build started. Then next...

Ah cool, i only checked open issues against duplicates. Interesting timing though, glogg has been around for almost a decade, and then in span of two days there is independently...