Skip to content

Instantly share code, notes, and snippets.

View arthurlt's full-sized avatar

Arthur Tucker arthurlt

  • Utah
  • 05:23 (UTC -06:00)
View GitHub Profile
/*
* Copyright 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@arthurlt
arthurlt / error
Created October 15, 2013 02:29
Output of compiling
arthur@arthur-dev:~/Downloads/dev/plugin-chat$ mkdir build
arthur@arthur-dev:~/Downloads/dev/plugin-chat$ cd build
arthur@arthur-dev:~/Downloads/dev/plugin-chat/build$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">