Skip to content

Instantly share code, notes, and snippets.

View bgyss's full-sized avatar
🏠
Working from home

Brian Gyss bgyss

🏠
Working from home
  • Illudic, Inc.
  • Sherman Oaks, CA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bgyss on github.
  • I am bgyss (https://keybase.io/bgyss) on keybase.
  • I have a public key ASDbLYMdB8XXh8f0C9bh0ili3nng_igHtLdAaM49TobEcQo

To claim this, I am signing this object:

@bgyss
bgyss / carbon-x11-error.txt
Created September 5, 2011 13:38
error when building vtk with Cocoa and X11 support simultaneously
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkChacoGraphReader.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkCircularLayoutStrategy.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkClustering2DLayoutStrategy.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkCollapseGraph.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkCollapseVerticesByArray.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkCommunity2DLayoutStrategy.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkConeLayoutStrategy.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkConstrained2DLayoutStrategy.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkContingencyStatistics.cxx.o
[ 93%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkCorrelativeStatistics.cxx.o
@bgyss
bgyss / brew-command-cmake-example.txt
Created March 15, 2011 08:11
Example command used to install cmake
briangyss@cheese: ttys001: 41 files 39430b -> brew install cmake
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz
File already downloaded and cached to /Users/briangyss/Library/Caches/Homebrew
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.4 --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man
==> make
==> make install
/usr/local/Cellar/cmake/2.8.4: 585 files, 30M, built in 8.2 minutes
@bgyss
bgyss / modified-cmake.rb
Created March 15, 2011 08:06
slightly modified version of cmake.rb
require 'formula'
class Cmake < Formula
url 'http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz'
md5 '209b7d1d04b2e00986538d74ba764fcf'
homepage 'http://www.cmake.org/'
def install
# A framework-installed expat will be detected and mess things up.
if File.exist? "/Library/Frameworks/expat.framework"
@bgyss
bgyss / brew-install-cmake-output.txt
Created March 11, 2011 15:44
output from command 'brew install -v cmake'
briangyss@cheese: ttys000: 41 files 1736b -> brew install -v cmake
==> Build Environment
CC: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz
File already downloaded and cached to /Users/briangyss/Library/Caches/Homebrew
@bgyss
bgyss / brew-doctor-output.txt
Created March 11, 2011 15:36
output from command 'brew doctor'
briangyss@cheese: ttys000: 41 files 1736b -> brew doctor
You changed your cc to symlink to llvm.
This bypasses LLVM checks, and some formulae may mysteriously fail to work.
You may want to change /usr/bin/cc to point back at gcc.
To force Homebrew to use LLVM, you can set the "HOMEBREW_LLVM" environmental
variable, or pass "--use-llvm" to "brew install".
Some "config" scripts were found in your path, but not in system or Homebrew folders.
@bgyss
bgyss / pyqt-brew-install-output.txt
Created March 11, 2011 15:35
output from command 'brew install -v pyqt'
briangyss@cheese: ttys000: 41 files 1736b -> brew install -v pyqt
==> Build Environment
CC: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
==> Downloading http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.8.3.tar.gz
File already downloaded and cached to /Users/briangyss/Library/Caches/Homebrew