You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asuka@asuka-laptop:/tmp/test/build$ brew config
HOMEBREW_VERSION: 4.1.4
ORIGIN: https://github.com/Homebrew/brew
HEAD: 98f1be77f93a0d23fbc68629d0854522e9f0c1c3
Last commit: 3 days ago
Core tap JSON: 09 Aug 22:41 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_CURL_PATH: /home/linuxbrew/.linuxbrew/bin/curl
HOMEBREW_DISPLAY: :0
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.10 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/bin/ruby
CPU: quad-core 64-bit zen
Clang: N/A
Git: 2.41.0 => /home/linuxbrew/.linuxbrew/bin/git
Curl: 8.2.1 => /home/linuxbrew/.linuxbrew/bin/curl
Kernel: Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 GNU/Linux
OS: Ubuntu 23.04 (lunar)
WSL: 2 (Microsoft Store)
Host glibc: 2.37
/usr/bin/gcc: 13.1.0
/usr/bin/ruby: N/A
glibc: N/A
gcc@11: N/A
gcc: N/A
xorg: N/A
Output of brew doctor
asuka@asuka-laptop:/tmp/test/build$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!Warning: You have unlinked kegs in your Cellar.Leaving kegs unlinked can lead to build-trouble and cause formulae that depend onthose kegs to fail to run properly once built. Run `brew link` on these: gdb[email protected]
Description of issue
hello. I was trying to setup boost in wsl for clion and got into trouble - boost headers cannot be found by clion. there the cmake code that I'm using to include boost:
BUT real path for boost headers is /home/linuxbrew/.linuxbrew/Cellar/boost/1.82.0_1/include/. build works good and completes successfully, but clion does not index boost headers. and I have same problem with tbb, so the question is what I can do and how I can provide correct include paths into cmake? (boost managed by vcpkg by windows works well)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
hello. I was trying to setup boost in wsl for clion and got into trouble - boost headers cannot be found by clion. there the cmake code that I'm using to include boost:
and thats output
BUT real path for boost headers is
/home/linuxbrew/.linuxbrew/Cellar/boost/1.82.0_1/include/
. build works good and completes successfully, but clion does not index boost headers. and I have same problem with tbb, so the question is what I can do and how I can provide correct include paths into cmake? (boost managed by vcpkg by windows works well)Beta Was this translation helpful? Give feedback.
All reactions