Skip to content

Instantly share code, notes, and snippets.

View matiasgarciaisaia's full-sized avatar
🙃
Piensa bonito

Matías García Isaía matiasgarciaisaia

🙃
Piensa bonito
View GitHub Profile
require "html_builder"
html = HTML.build do
link(href: "http://crystal-lang.org") do
text "Crystal is awesome"
end
end
@matiasgarciaisaia
matiasgarciaisaia / build-log.txt
Created November 10, 2016 20:58 — forked from mgarciaisaia/build-log.txt
Building bdwgc & libatomic_ops from source on Bash on Ubuntu on Windows 10
user@MSEDGEWIN10:~/bdwgc$ autoreconf -vif && automake --add-missing > autoreconf.log
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory libatomic_ops to autoreconf
autoreconf: Entering directory `libatomic_ops'
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'