Winfried Auner

Results 11 comments of Winfried Auner

You need to provide all the necessary linker flags and header search paths. For me (installed via homebrew on an M1 mac, Intel has different paths) it was: ``` #...

when you want to install wget from brew, it installs openssl (1.1) as dependency

I'm having the same issue. If Karabiner is running, not even the Macbook's keyboard (M1) is working as it should. Holding command seems to work, it shows the shortcut overview....

It looks like no key combinations are working, ⌘ and ⇧ are probably just the most common ones where people might notice it. For example ⌃ + space only worked...

I'm having the same issue. fn key does not seem to have any effect.

this is because the parsing of the `.env` file is not very stable. Quoting didn't work for me at all. Also the parsing does not work reliably, e.g. characters like...

are there any plans for releasing a binary for M1?

Can confirm that this does currently not work on macOS (Rosetta emulation). Tested with this command: ``` docker run --platform linux/amd64 -p 8000:8000 -e "SPLUNK_PASSWORD=mysupersecurepassword" \ -e "SPLUNK_START_ARGS=--accept-license" \ -it...

Yes I'm referring to single file compilation. In CodeRunner I can set the compile flags per file which is super handy. ![CleanShot 2023-10-19 at 14 26 34@2x](https://github.com/franneck94/Vscode-C-Cpp-Runner/assets/18383180/54fb3bec-a27e-4169-a4fd-565bcbaceee1)

yes but of course not only warnings, but the entire command line, including linker flags, include paths etc. One solution could be to add a dictionary of filename->command mappings in...