LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Chromium fail to build - ninja not found (https://www.linuxquestions.org/questions/slackware-14/chromium-fail-to-build-ninja-not-found-4175502391/)

frushiyama 04-20-2014 03:47 PM

Chromium fail to build - ninja not found
 
Version 34.0.1847.116 of Chromium fails to build with http://taper.alienbase.nl/mirrors/pe...ium.SlackBuild :
Code:

chromium.SlackBuild: line 346: ninja: comando não encontrado
chromium.SlackBuild FAILED at line 346

Maybe this is a patch file error?

Alien Bob 04-20-2014 04:19 PM

No, you just need to install ninja. It is a build tool like 'make'. You do not need ninja to run Chromium, just when compiling it.

The SlackBuild has these notes which you probably overlooked:
Code:

# Build needs: multilib gcc & glibc for compiling the Native Client (64-bit);
#              libelf with '-D_FILE_OFFSET_BITS=64' added to CFLAGS (32-bit);
#              ninja.

See http://www.slackware.com/~alien/slackbuilds/ninja/

Eric

frushiyama 04-20-2014 07:57 PM

Ninja installed and build works fine.


All times are GMT -5. The time now is 04:48 PM.