Skip to content

Instantly share code, notes, and snippets.

@dougluce
Last active April 9, 2017 01:01
Show Gist options
  • Save dougluce/e3681e514fb3da76595b1b8edd7326a8 to your computer and use it in GitHub Desktop.
Save dougluce/e3681e514fb3da76595b1b8edd7326a8 to your computer and use it in GitHub Desktop.
otlu% gmake
Scanning dependencies of target skypeweb
[ 14%] Building C object CMakeFiles/skypeweb.dir/skypeweb_connection.c.o
[ 28%] Building C object CMakeFiles/skypeweb.dir/skypeweb_contacts.c.o
[ 42%] Building C object CMakeFiles/skypeweb.dir/skypeweb_login.c.o
[ 57%] Building C object CMakeFiles/skypeweb.dir/skypeweb_messages.c.o
[ 71%] Building C object CMakeFiles/skypeweb.dir/skypeweb_util.c.o
[ 85%] Building C object CMakeFiles/skypeweb.dir/libskypeweb.c.o
[100%] Linking C shared library libskypeweb.so
/usr/bin/ld: cannot find -lpurple
collect2: ld returned 1 exit status
CMakeFiles/skypeweb.dir/build.make:224: recipe for target 'libskypeweb.so' failed
gmake[2]: *** [libskypeweb.so] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/skypeweb.dir/all' failed
gmake[1]: *** [CMakeFiles/skypeweb.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
gmake: *** [all] Error 2
otlu%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment