Skip to content

Instantly share code, notes, and snippets.

@soopercorp
Created February 27, 2012 04:33
Show Gist options
  • Save soopercorp/1921422 to your computer and use it in GitHub Desktop.
Save soopercorp/1921422 to your computer and use it in GitHub Desktop.
chrome gpg
[5] hr@hr:~/Downloads/Mononofu-CryptoChrome-09ac592$ sudo sh build.sh
Cloning into firebreath-1.6...
remote: Counting objects: 17915, done.
remote: Compressing objects: 100% (4151/4151), done.
remote: Total 17915 (delta 13731), reused 17708 (delta 13569)
Receiving objects: 100% (17915/17915), 11.62 MiB | 526 KiB/s, done.
Resolving deltas: 100% (13731/13731), done.
Using projects in: /home/hr/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6/projects
Generating build files in: /home/hr/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6/build
NOTE: The build files in /home/hr/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6/build should *NEVER* be modified directly. Make changes in cmake and re-run this script.
~/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6/build ~/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- checking for module 'gtk+-2.0'
-- package 'gtk+-2.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
cmake/X11.cmake:35 (pkg_check_modules)
cmake/common.cmake:38 (include)
CMakeLists.txt:35 (include)
Boost not found; downloading latest FireBreath-boost from GitHub (http://github.com/firebreath/firebreath-boost)
Using git
Submodule 'src/3rdParty/boost' (git://github.com/firebreath/firebreath-boost.git) registered for path 'src/3rdParty/boost'
Cloning into src/3rdParty/boost...
remote: Counting objects: 8621, done.
remote: Compressing objects: 100% (2264/2264), done.
remote: Total 8621 (delta 6350), reused 8347 (delta 6157)
Receiving objects: 100% (8621/8621), 7.15 MiB | 974 KiB/s, done.
Resolving deltas: 100% (6350/6350), done.
Submodule path 'src/3rdParty/boost': checked out 'd96444991fab6598d1cdf11c7ddb855d915b666f'
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
project dir: /home/hr/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6/projects
Generating plugin configuration files in /home/hr/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6/build/projects/CryptoChrome/gen
-- Configuring incomplete, errors occurred!
~/Downloads/Mononofu-CryptoChrome-09ac592/firebreath-1.6
make: *** No targets specified and no makefile found. Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment