davidgfnet / whatsapp-purple

WhatsApp protocol implementation for libpurple (pidgin)
855 stars 211 forks source link

[solved] Compile error on Manjaro Linux - can not find the file: FreeImage.h in the directory #402

Closed ds2k5 closed 8 years ago

ds2k5 commented 8 years ago

Hi, using Manjaro Linux.

My steps:

  1. Download source code, git clone https://github.com/davidgfnet/whatsapp-purple
  2. 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 8 years ago

sorry, found a solution:

sudo pacman -S freeimage

and there is a AUR too: https://aur.archlinux.org/packages/purple-whatsapp/

davidgfnet commented 8 years ago

Yep Freeimage is a dependency. Searching for Freeimage in the issue list gets you an answer.