Replies: 2 comments 6 replies
-
That's weird. When you run cmake, does As a workaround, you can set the paths for So in
becomes:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi,
thank you for you question.
'apt-file search libiw.so
libiw-dev: /usr/lib/x86_64-linux-gnu/libiw.so
libiw30: /usr/lib/x86_64-linux-gnu/libiw.so.30'
'$ locate libiw.so
/usr/lib/x86_64-linux-gnu/libiw.so
/usr/lib/x86_64-linux-gnu/libiw.so.30'
After 'ln -s x86_64-linux-gnu/libiw.so /usr/lib/libiw.so' it works!
But I like to avoid to change the system, can I change it in cmake?
Again, thank you so much for your help!
Kind regards
Pitido
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I use Debian Trixi and like to compile conky by using github/git.
Works fine for the first step with a standard build.
Now I like to add WLAN and switch Build_Wlan to "ON".
CCMAKE tells me:
CMake Error at cmake/ConkyPlatformChecks.cmake:293 (message): Unable to find iwlib.h Call Stack (most recent call first): CMakeLists.txt:35 (include) Configuring incomplete, errors occurred!
But mlocate tells:
locate iwlib.h /usr/include/iwlib.h
apt-file search iwlib.h libghc-iwlib-doc: /usr/lib/ghc-doc/haddock/iwlib-0.1.2/iwlib.haddock libiw-dev: /usr/include/iwlib.h
sudo dpkg -l | grep libiw-dev ii libiw-dev:amd64 30~pre9-16+b1 amd64 Wireless tools - development files
I would be glad for any hint!
KR
Pitido
Beta Was this translation helpful? Give feedback.
All reactions