Skip to content

Instantly share code, notes, and snippets.

@KitN
KitN / makeoutput.txt
Created June 16, 2015 17:15
Paradox `make` stdout and stderr
ghc -optl -static -lstdc++ -I../instantiate -I../minisat/current-base ../minisat/current-base/Solver.or ../minisat/current-base/Prop.or ../instantiate/MiniSatWrapper.or ../instantiate/MiniSatInstantiateClause.or -fglasgow-exts -O2 -static -threaded -main-is Paradox.Main.main --make Paradox.Main -o paradox
on the commandline: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
Parsek.hs:1:12: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
Flags.hs:52:8:
Could not find module ‘Char’
@KitN
KitN / Makefile
Created June 16, 2015 17:13
Paradox makefile
.NOTPARALLEL:
#-- Variables
MINISAT = ../minisat/current-base
INST = ../instantiate
OBJS = $(MINISAT)/Solver.or $(MINISAT)/Prop.or $(INST)/MiniSatWrapper.or $(INST)/MiniSatInstantiateClause.or
HFLAGS = -fglasgow-exts -O2 -static -threaded
HSAT = -optl -static -lstdc++ -I../instantiate -I$(MINISAT) $(OBJS)
GHC = ghc
@KitN
KitN / gist:a8cf5e7be86186dcfd83
Created June 2, 2015 18:07
Mopidy Debug Log
INFO 2015-06-02 14:04:34,771 [18561:MainThread] mopidy.__main__
Starting Mopidy 1.0.5
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loading entry point: mpd = mopidy.mpd:Extension
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-MPD 1.0.5
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loading entry point: http = mopidy.http:Extension
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-HTTP 1.0.5