Dima Pulkinen

Results 153 comments of Dima Pulkinen

Does it work properly with LLVM monorepo? I think the cloning approach should be changed.

I believe it would fail to [clone the repo](https://github.com/tpimh/ngtc/blob/docker/root/sync.sh#L12) after constructing a non-existing url [here](https://github.com/tpimh/ngtc/blob/docker/root/sync.sh#L10). This change needs to be tested.

I'm building with Alpine Linux in an LXC container. Probably creating Docker container with the same configuration shouldn't be an issue. I will do it ASAP.

BTW, if proot is not broken (it shouldn't be on most configurations) you can still use the legacy `./build_all.sh` script.

If you are already on alpine, you won't need to set up alpine chroot that is done on `master` branch. Try to switch to `alpine-lxc` branch and run `./build_all.sh` from...

Now building with Docker is possible, switch to `docker` branch. The build command is `docker run tpimh/ngtc:latest /bin/sh -c 'git clone https://github.com/tpimh/ngtc && cd ngtc && root/sync.sh && root/configure.sh &&...

Sorry, got wound up in a lot of stuff recently, please, don't expect a PR until 2022.

Finally found my modified source, published here: https://github.com/tpimh/CadZinho/commit/7ed6a06d78b475d929e85d72fc27102ce8739d7e This would only work on macOS, so the changes should be adapted to apply conditionally based on the target platform.

I think the problem is actually with my Windows machine, because I have tried a lot of different combinations of libraries, tried building with MINGW and MSVC, and all produced...

Yes, this was the case! I checked, and my OpenGL version showed OpenGL 1.1, which after the driver update became 3.3, and CadZinho started just fine. I will update the...