Flavien Bridault

Results 12 comments of Flavien Bridault

Hello ! I don't really understand because in my experience, with cache 4.7.3, caching works perfectly well with GCC (11), but not with Clang (14/15). In our [Gitlab CI/CD pipeline](https://git.ircad.fr/sight/sight/-/blob/dev/.gitlab-ci.yml),...

Could you also please tell us which version of Ubuntu you are using ? I have some Dockerfiles that I can share with you, that might help you to debug...

For Qt, here is the stuff I installed to build on Ubuntu 16.04: ``` sudo apt-get install -y '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libasound2-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libssl-dev libxt-dev libvlc-dev libvlccore-dev...

You're welcome, you can find them here : https://github.com/fw4spl-org/docker-fw4spl-deps But that's a bit weird, normally with the packages you installed you should have the GL headers. Can you verify you...

Ok so at least you manage to build qt this time, but something else broke earlier. Unfortunately because of `-j` in the make command we can't see what broke. You...

Just change the `make` line into something like: ``` make -j`grep processor -c /proc/cpuinfo` 2> build.log ``` And then with `docker cp` command you can retrieve the file on your...

Yes for the Linux issue, indeed that's tetgen failing again to download... This url really is not reliable. I'll propose something today to fix this.

And for MacOs the problem comes from the manpages documentation. We do not need them so I have proposed a patch to exclude them from the build. I'll keep you...

Ok both issues you reported should be fixed now on the `dev` branch. Thanks again for your feedback. :+1:

Yes of course that's the issue you had before trying building with docker. As said earlier, this is weird because you told that you installed all the requirements. But apparently,...