Error during building Cheerp Utilities

Asked by Johan Axelsson

Hi,
I have downloaded the latest source from the Github and try to build Cheerp on a linux machine. I get the following errors during build of the Cheerp Utilities:

phi4 cheerp-utils # make -C include install INSTALL_PREFIX=/opt/cheerp
make: Entering directory '/root/cheerp/cheerp-utils/include'
make: *** No rule to make target 'install'. Stop.
make: Leaving directory '/root/cheerp/cheerp-utils/include'

phi4 cheerp-utils # make -C tools install INSTALL_PREFIX=/opt/cheerp
make: Entering directory '/root/cheerp/cheerp-utils/tools'
make: *** No rule to make target 'install'. Stop.
make: Leaving directory '/root/cheerp/cheerp-utils/tools'

Building the samples works fine.

Regards Johan

Question information

Language:
English Edit question
Status:
Solved
For:
Cheerp Edit question
Assignee:
No assignee Edit question
Solved by:
Yuri Iozzelli
Solved:
Last query:
Last reply:
Revision history for this message
Best Yuri Iozzelli (yuri91) said :
#1

Hi Johan,

We recently moved the installation of the Cheerp Utilities to Cmake, but forgot to update the wiki.

I fixed the instructions (see https://github.com/leaningtech/cheerp-meta/wiki/Linux-build-instructions#build-cheerp-utilities).

Please tell me if it works using those.

Thanks for the report,

Yuri

Revision history for this message
Johan Axelsson (johan-axelsson) said :
#2

Hi Yuri,
works perfect now,

Thanks Johan