Skip to content

Instantly share code, notes, and snippets.

@rgoulter
rgoulter / errors_building_cling_llvmclang_cygwin_gcc4.9.txt
Created December 1, 2014 17:20
Errors I get when I try to build Cling/LLVM/Clang on Cygwin (64 bit) using GCC 4.9
[ 8%] Built target llvm-tblgen
Scanning dependencies of target intrinsics_gen
[ 8%] Building Intrinsics.gen...
include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make:87: recipe for target 'include/llvm/IR/Intrinsics.gen.tmp' failed
make[2]: *** [include/llvm/IR/Intrinsics.gen.tmp] Error 127
CMakeFiles/Makefile2:321: recipe for target 'include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all' failed
make[1]: *** [include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
@romac
romac / Makefile
Created July 15, 2011 13:36
Markdown to PDF
TEMP_DIR:=$(shell mktemp -d -t /tmp)
MARKDOWN=perl Resources/Markdown.pl
WKHTMLTOPDF=/usr/local/bin/wkhtmltopdf
BUILD_DIR=Build
MD_OUTPUT=Documentation.md
HTML_OUTPUT=Documentation.html
PDF_OUTPUT=Documentation.pdf
COVER=__Couverture