frosty@frosty-desktop:~$ git clone git://github.com/EionRobb/skype4pidgin.git
Cloning into 'skype4pidgin'...
remote: Counting objects: 3309, done.
remote: Total 3309 (delta 0), reused 0 (delta 0), pack-reused 3309
Receiving objects: 100% (3309/3309), 1.51 MiB | 1.33 MiB/s, done.
Resolving deltas: 100% (2185/2185), done.
Checking connectivity... done.
frosty@frosty-desktop:~$ cd skype4pidgin/skypeweb
frosty@frosty-desktop:~/skype4pidgin/skypeweb$ mkdir build
frosty@frosty-desktop:~/skype4pidgin/skypeweb$ cd build
frosty@frosty-desktop:~/skype4pidgin/skypeweb/build$ cmake ..
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.40.2
-- checking for module 'json-glib-1.0'
-- found json-glib-1.0, version 0.16.2
-- checking for module 'purple'
-- found purple, version 2.10.9
-- Configuring incomplete, errors occurred!
See also "/home/frosty/skype4pidgin/skypeweb/build/CMakeFiles/CMakeOutput.log".
See also "/home/frosty/skype4pidgin/skypeweb/build/CMakeFiles/CMakeError.log".
frosty@frosty-desktop:~/skype4pidgin/skypeweb/build$