[solved] Compile error on Manjaro Linux - can not find the file: FreeImage.h in the directory
ds2k5 opened this issue · 2 comments
ds2k5 commented
Hi,
using Manjaro Linux.
My steps:
- Download source code, git clone https://github.com/davidgfnet/whatsapp-purple
- compile, got error: fatal error: FreeImage.h: No such file or directory
can not find the file: FreeImage.h in the directory
What did i wrong ?
Thanks
Compiler: gcc (GCC) 5.3.0
here the log from compile
compile.zip
ds2k5 commented
sorry, found a solution:
sudo pacman -S freeimage
and there is a AUR too: https://aur.archlinux.org/packages/purple-whatsapp/
davidgfnet commented
Yep Freeimage is a dependency. Searching for Freeimage in the issue list gets you an answer.