WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sh: cmake: not found. Although a cmake.tcz had been downloaded before  (Read 1499 times)

Offline gam

  • Jr. Member
  • **
  • Posts: 53
When I install a webkitgtk+ by source code. I have result:
Code: [Select]
sh: cmake: not found(I had installed a cmake.tcz before). How to run cmake or someway to finish install.
Thanks.
« Last Edit: April 11, 2020, 04:36:00 AM by charity »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
« Reply #1 on: April 11, 2020, 04:42:25 AM »
Hi charity
If  cmake.tcz  is not listed in your  onboot.lst  file it will not automatically load when you boot. To load it yourself:
Code: [Select]
tce-load -i cmake

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
« Reply #2 on: April 11, 2020, 04:43:38 AM »
You can check if cmake is loaded like this:
Code: [Select]
$ tce-status -i | grep cmake

Offline gam

  • Jr. Member
  • **
  • Posts: 53
Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
« Reply #3 on: April 13, 2020, 05:05:48 AM »
I can't found the ccache( compile cache) in App browsers. Its last appearance is in tinycore 9x 64bit. A new issue:
Code: [Select]
Cmake warning at source/cmake/webkitccache.cmake:25
Enable ccache: couldn't find ccache program. Not enabling it

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: sh: cmake: not found. Although a cmake.tcz had been downloaded before
« Reply #4 on: April 13, 2020, 05:07:17 AM »
That is a warning, not an error - things will work without ccache.