Skip to content

Instantly share code, notes, and snippets.

View fredollinger's full-sized avatar

Frederick Ollinger fredollinger

View GitHub Profile
@fredollinger
fredollinger / qt5-beta1-build-fail.txt
Created November 26, 2012 02:13
Qt5 Build Fail (beta 1)
make[4]: Entering directory `/home/follinge/src/qt-everywhere-opensource-src-5.0.0-beta1/qtwebkit/WebKitBuild/Release/Source/WebCore'
g++ -c -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -m64 -pipe -ffunction-sections -fdata-sections -O2 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -D_REENTRANT -MD -DENABLE_3D_RENDERING=1 -DENABLE_ACCELERATED_2D_CANVAS=0 -DENABLE_ANIMATION_API=0 -DENABLE_BATTERY_STATUS=0 -DENABLE_BLOB=1 -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_CSP_NEXT=0 -DENABLE_CSS3_FLEXBOX=1 -DENABLE_CSS3_TEXT_DECORATION=0 -DENABLE_CSS_BOX_DECORATION_BREAK=1 -DENABLE_CSS_EXCLUSIONS=1 -DENABLE_CSS_FILTERS=1 -DENABLE_CSS_GRID_LAYOUT=0 -DENABLE_CSS_HIERARCHIES=0 -DENABLE_CSS_IMAGE_ORIENTATION=0 -DENABLE_CSS_IMAGE_RESOLUTION=0 -DENABLE_CSS_REGIONS=1 -DENABLE_CSS_SHADERS=0 -DE
@fredollinger
fredollinger / books-to-read
Created November 23, 2012 02:51
Books To Read
Meditation
1. A book that conveys this message well is Shankara's Crest Jewel of Discrimination. It can really transport you to a different level just by reading it. I can't even tell you the things I have written after reading this book. It is a pure enlightenment experience to read it. Here is the book for purchase: http://www.amazon.com/Shankaras-Crest-Jewel-Discrimination-Prabhavananda/dp/0874810388
2. "Meditation in Plain English"
3. "Broken >Open," by Elizabeth Lesser
Fiction
@fredollinger
fredollinger / todo-list.txt
Created October 31, 2012 19:05
Todo List
1. Write to craigslist about comedy
@fredollinger
fredollinger / build-qt5.sh
Created February 18, 2012 18:22
Building qt5 script
sudo apt-get install libxcb* libicu-dev
export QTDIR=$PWD/qtbase
export PATH=$PWD/qtbase/bin:$PATH
export QMAKESPEC=$PWD/qtbase/mkspecs/linux-g++
./configure -opensource -no-wayland -xcb -developer-build -nomake examples -nomake tests -no-gtkstyle -prefix $PWD/qtbase -no-declarative-debug -no-opengl
make -j3
# Fixes bug: can't find -lQtV8
# cd qtjsbackend && make && make install
@fredollinger
fredollinger / build-kde5.sh
Created February 18, 2012 18:21
KDE5 Building Preliminaries
sudo apt-get install x11proto-dri2-dev x11proto-gl-dev libxdamage-dev x11proto-damage-dev libexpat1-dev libxt-dev libxmuu-dev libxi-dev libxmu-dev mesa-common-dev