[tsc-devel] Tiny Clipboard...

Chris Jacobsen | Tue, 22 Mar 2016 23:07:43 UTC

Since tinyclipboard is now a build dependency for TSC, should it  be included in the Install.md file?
If I'm doing something otherwise wrong, please correct me.

Build output:

…d@d…:~/TSC-Release/TSC/tsc/build$ cmake -DCMAKE_INSTALL_PREFIX=$PWD/testinstall -DCMAKE_BUILD_TYPE=Debug -DBOOST_ROOT=/home/datahead/boost_libs -DBoost_NO_SYSTEM_PATHS=TRUE ..
-- Building mruby statically
-- Building tinyclipboard statically
CMake Error at /usr/share/cmake-2.8/Modules/ExternalProject.cmake:1199 (message):
  error: no download info for 'tinyclipboard' -- please specify
  existing/non-empty SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE,
  SVN_REPOSITORY, GIT_REPOSITORY or DOWNLOAD_COMMAND
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/ExternalProject.cmake:1542 (_ep_add_download_command)
  CMakeLists.txt:135 (ExternalProject_Add)

I can see my tinyclipboard directory is empty, which is suspicious.  It looks like cmake tries to use this in building:
…d@d…:~/TSC-Release/TSC/tinyclipboard$ ll
total 8
drwxrwxr-x 2 datahead datahead 4096 Mar 22 18:41 ./
drwxr-xr-x 8 datahead datahead 4096 Mar 22 18:41 ../

…d@d…:~/TSC-Release/TSC/tsc$ cmake --version
cmake version 2.8.9



-datahead

By Thread
2016-03-22 23:07:43Chris Jacobsen[tsc-devel] Tiny Clipboard...
2016-03-23 03:24:45dataheadRe: [tsc-devel] Tiny Clipboard...
By Date
[tsc-devel] Tiny Clipboard...Chris Jacobsen2016-03-22 23:07:43
Re: [tsc-devel] Tiny Clipboard...datahead2016-03-23 03:24:45