Skip to content

Instantly share code, notes, and snippets.

dyld: Symbol not found: __al_mangled_main
Referenced from: /usr/local/lib/liballegro_main.5.0.dylib
Expected in: flat namespace
in /usr/local/lib/liballegro_main.5.0.dylib
Trace/BPT trap: 5
Process: FLAT [4554]
Path: /Dropbox/*/FLAT
Identifier: FLAT
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: bash [4533]
Date/Time: 2012-06-12 14:25:04.885 -0500
OS Version: Mac OS X 10.7.4 (11E53)
Report Version: 9
Allegro initialized!
Display created successfully.
Couldn't find image
Couldn't find image
Couldn't find image
Couldn't find image
Couldn't find image
Couldn't find image
Couldn't find image
Couldn't find image
@JohannesMP
JohannesMP / dabblet.css
Created May 16, 2013 15:26
Template: aspect-ratio locked Divs floating to center with outline
/**
* Template: aspect-ratio locked Divs floating to center with outline
*/
.container {
text-align: center;
}
.image-wrapper {
display: inline-block;
@JohannesMP
JohannesMP / dabblet.css
Created May 16, 2013 17:12
This should be private.
/**
* This should be private.
* Private: true
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@JohannesMP
JohannesMP / dabblet.css
Created May 16, 2013 18:09
Template: aspect-ratio locked Divs floating to center with outline
/**
* Template: aspect-ratio locked Divs floating to center with outline
*/
body {
margin: 80px;
padding: 0;
}
.image-grid {
text-align: center;
@JohannesMP
JohannesMP / dabblet.css
Created May 17, 2013 09:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
}
#star-six {
width: 0;
@JohannesMP
JohannesMP / dabblet.css
Created May 21, 2013 06:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
* { font-family: Arial; margin: 0; padding: 0; }
.sidebar {
float:right;
height: 400px;
width: 50%;
@JohannesMP
JohannesMP / dabblet.css
Created May 21, 2013 07:45 — forked from anonymous/dabblet.css
Untitled
* { font-family: Arial; margin: 0; padding: 0; }
.sidebar {
float:right;
height: 400px;
width: 50%;
background-color: orange;
padding: 10px;
}
@JohannesMP
JohannesMP / dabblet.css
Created May 21, 2013 11:54
Border Image Test
/**
* Border Image Test
*/
* {
font-family: arial;
}
.border-wrapper {
width: 50%;