-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Trying to install libskypekit with SkypeKit v4.3.0 throws a NOTFOUND error. I compiled SkypeKit using:
$ cd ~/sdp-distro-skypekit_4.3.0.168_1823862/interfaces/skype/cpp_embedded
$ ./BuildWithCmake.sh
This creates the following files:
$ ls -l
total 5568
-rw-r--r-- 1 brianwigginton staff 13408 Jul 16 22:40 libreference_opengl_lib.a
-rw-r--r-- 1 brianwigginton staff 1180560 Jul 16 22:40 libskypekit-cppwrapper_2_lib.a
-rw-r--r-- 1 brianwigginton staff 292832 Jul 16 22:40 libskypekit-cyassl_lib.a
-rwxr-xr-x 1 brianwigginton staff 1351720 Jul 16 22:17 skypekitclient
The when I attempt to build libskypekit, I get:
$ > DEBUG=1 SKYPEKIT_SDK=~/sdp-distro-skypekit_4.3.0.168_1823862/ ./build.sh
-- The C compiler identification is GNU 4.2.1
-- The CXX compiler identification is Clang 3.1.0
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
** Enable debug
** Using SkypeKit SDK: /Users/brianwigginton/sdp-distro-skypekit_4.3.0.168_1823862/
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
SKYPEKIT_SDK_CPPWRAPPER_LIB
linked by target "skypekit" in directory /Users/brianwigginton/Downloads/libskypekit
SKYPEKIT_SDK_CYASSL_LIB
linked by target "skypekit" in directory /Users/brianwigginton/Downloads/libskypekit
-- Configuring incomplete, errors occurred!
Metadata
Metadata
Assignees
Labels
No labels