Created
February 26, 2014 11:00
-
-
Save tiagovignatti/9227569 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tiago@fisu:~/git/chromium/src$ export GYP_DEFINES='component=static_library use_ash=0 use_aura=1 chromeos=0 use_ozone=1 remove_webcore_debug_symbols=1' | |
tiago@fisu:~/git/chromium/src$ ./build/gyp_chromium | |
Generating gyp files from GN... | |
ERROR at //build/config/linux/pkg_config.gni:31:17: Script returned non-zero exit code. | |
pkgresult = exec_script("//build/config/linux/pkg-config.py", | |
^---------- | |
Current dir: /home/tiago/git/chromium/src/out/gn_build.Release/ | |
Command: python /home/tiago/git/chromium/src/build/config/linux/pkg-config.py gmodule-2.0 gtk+-2.0 gthread-2.0 | |
Returned 1 and printed out: | |
Could not run pkg-config. | |
tiago@fisu:~/git/chromium/src$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment