Skip to content

Instantly share code, notes, and snippets.

[haad@ build]$ gemrb/gemrb.app/Contents/MacOS/gemrb -c ../../../../.GemRB/GemRB.cfg
GemRB Core Version v0.7.0 Loading...
[Core]: Initializing the Event Manager...[Core]: Initializing Lists Dictionary...[Core]: Initializing Variables Dictionary...[OK]
[Config]: Trying to open ../../../../.GemRB/GemRB.cfg [OK]
[Core]: Starting Plugin Manager...
[PluginMgr]: Loading Plugins from /Users/haad/Library/Application Support/GemRB/plugins/
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/2DAImporter.so... 2DA File Importer...[OK]
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/ACMReader.so... ACM File Importer...[OK]
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/AREImporter.so... ARE File Importer...[OK]
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/BAMImporter.so... BAM File Importer...[OK]
[haad@lynx BG2]$ ../../Applications/GemRB.app/Contents/MacOS/GemRB -h
GemRB Core Version v0.7.0-git Loading...
[Core]: Initializing the Event Manager...[Core]: Initializing Lists Dictionary...[Core]: Initializing Variables Dictionary...[OK]
[Config]: Trying to open GemRB.cfg [NOT FOUND]
[Config]: Trying to open /Users/haad/.GemRB/GemRB.cfg [OK]
[Core]: Starting Plugin Manager...
[PluginMgr]: Loading Plugins from GemRB.app/Contents/Plugins/
[PluginMgr]: Loading Plugins from /Users/haad/Library/Application Support/GemRB/plugins/
[PluginMgr]: Loading: /Users/haad/Library/Application Support/GemRB/plugins/OGGReader.so...[ERROR]
Cannot Load Module, Skipping...
@haad
haad / gist:1696065
Created January 28, 2012 22:47
proxychains4 homebrew formula
diff --git a/Library/Formula/proxychains.rb b/Library/Formula/proxychains.rb
new file mode 100644
index 0000000..589bafa
--- /dev/null
+++ b/Library/Formula/proxychains.rb
@@ -0,0 +1,17 @@
+require 'formula'
+
+class Proxychains < Formula
+ url 'https://github.com/haad/proxychains/zipball/proxychains-4.0.1'
@haad
haad / gist:1689116
Created January 27, 2012 14:46
proxychains mac os x patch
diff -ruN proxychains-3.1/proxychains/Makefile.in proxychains-3.1_resolv/proxychains/Makefile.in
--- proxychains-3.1/proxychains/Makefile.in 2006-03-15 10:16:59.000000000 -0600
+++ proxychains-3.1_resolv/proxychains/Makefile.in 2011-06-16 13:17:20.000000000 -0500
@@ -121,7 +121,7 @@
LIBS = @LIBS@
libproxychains_la_DEPENDENCIES =
libproxychains_la_OBJECTS = libproxychains.lo core.lo
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -arch x86_64 -arch i386
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
#
# :class => points to name of model used.
#
FactoryGirl.define do
# User groups
factory :role_group, :class => :RoleGroup do
name 'client'
end