Tamás Szelei

Results 165 comments of Tamás Szelei

In the meantime I started to freshen up luacpptemplater a bit. I'll take a stab at making a conan package as well. https://github.com/sztomi/luacpptemplater

Thanks for the very detailed response. I'm going to take a look and see if I can solve my specific problem based on this.

Interestingly, it fails the same way in KDevelop. My guess is that the `conan` executable is not found because I don't have it system-wide installed (I installed via `pip install...

Yep, after symlinking conan to /usr/bin, it works without a hitch.

Sorry I wasn't very explicit about this, but ~/.local/bin is in my $PATH (set in .bashrc), so I would expect the default `conan` command to work (without an absolute path)....

Yes, I think that's the issue. It's probably solvable by detecting the user's shell and loading the path from there. I assume there are more urgent issues on the backlog,...

Many years later we ran into the same problem (just not with conan). I don't think that symlinking is the right solution, it's more of a bandaid. Our solution was...

I'm running into a lot of trouble because of this as well. There is no reason to disallow package installation in a container. This seems to be the official answer...

@dmbaturin It's in this thread: https://answers.netlify.com/t/apt-get-install-build-dependency/3095 And I completely agree with your points. This is a baffling limitation.