Skip to content
#

binaries

Here are 99 public repositories matching this topic...

gautaz
gautaz commented Aug 29, 2019

What happened:

I tried to use the --make option to pass --jobs=5 to the NodeJS build process.

What you expected to happen:

I expected the NodeJS build to be faster.

What happened:

I was unable to pass the jobs options to the NodeJS make command, here is what happened:

➤  nexe --build --make --jobs=5
ℹ nexe 3.3.2
✔ Node source extracted to: /home/thibault.hi
springmeyer
springmeyer commented Mar 13, 2018

The llvm/clang++ compiler used and provided by mason needs a full XCode installation available. Otherwise you'll hit a warning like:

clang-5.0: warning: no such sysroot directory: '/Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk' [-Wmissing-sysroot]

And an error when the program tries to use something from the C standard library. For example:

Improve this page

Add a description, image, and links to the binaries topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binaries topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.