Skip to content

Instantly share code, notes, and snippets.

@michaelcontento
Created June 11, 2012 17:06
Show Gist options
  • Save michaelcontento/2911331 to your computer and use it in GitHub Desktop.
Save michaelcontento/2911331 to your computer and use it in GitHub Desktop.
Monkey - no stacktrace?
/Developer/usr/bin/clang++ -v ~/Workspace/private/monk 1
Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
/Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagn
ostics-parseable-fixits -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wun
used-value -Wno-shorten-64-to-32 -isysroot /Developer/SDKs/MacOSX10.6.sdk -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -fvisibility=hidden -Wno-sign
-conversion "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__a
ttribute__((ibaction)" -iquote /Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/build/MonkeyGame.build/Debug/MonkeyGame
.build/MonkeyGame-generated-files.hmap -I/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/build/MonkeyGame.build/Debug/
MonkeyGame.build/MonkeyGame-own-target-headers.hmap -I/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/build/MonkeyGame
.build/Debug/MonkeyGame.build/MonkeyGame-all-target-headers.hmap -iquote /Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xco
de/build/MonkeyGame.build/Debug/MonkeyGame.build/MonkeyGame-project-headers.hmap -I/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.buil
d/glfw/xcode/build/Debug/include -I../glfw/include -I../glfw/lib -I../openal/include -I../glfw/lib/cocoa -I../stb -I/Volumes/Daten/Users/michaelcontento
/Workspace/private/monk/test.build/glfw/xcode/build/MonkeyGame.build/Debug/MonkeyGame.build/DerivedSources/x86_64 -I/Volumes/Daten/Users/michaelcontento
/Workspace/private/monk/test.build/glfw/xcode/build/MonkeyGame.build/Debug/MonkeyGame.build/DerivedSources -F/Volumes/Daten/Users/michaelcontento/Worksp
ace/private/monk/test.build/glfw/xcode/build/Debug -include /var/folders/v9/qlwskjw97gq2fcydb4kb72tc0000gn/C/com.apple.Xcode.501/SharedPrecompiledHeader
s/MonkeyGame_Prefix-gzquhxxyqttxljbkhonnadmughka/MonkeyGame_Prefix.pch -MMD -MT dependencies -MF /Volumes/Daten/Users/michaelcontento/Workspace/private/
monk/test.build/glfw/xcode/build/MonkeyGame.build/Debug/MonkeyGame.build/Objects-normal/x86_64/cocoa_window.d -c /Volumes/Daten/Users/michaelcontento/Wo
rkspace/private/monk/test.build/glfw/xcode/../glfw/lib/cocoa/cocoa_window.m -o /Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/gl
fw/xcode/build/MonkeyGame.build/Debug/MonkeyGame.build/Objects-normal/x86_64/cocoa_window.o
/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/../glfw/lib/cocoa/cocoa_window.m:474:13: warning: 'CGDisplayBestModeFo
rParametersAndRefreshRateWithProperty' is deprecated [-Wdeprecated-declarations,8]
CGDisplayBestModeForParametersAndRefreshRateWithProperty(
^
/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/../glfw/lib/cocoa/cocoa_window.m:516:9: warning: 'CGDisplaySwitchToMod
e' is deprecated [-Wdeprecated-declarations,8]
CGDisplaySwitchToMode( CGMainDisplayID(), fullscreenMode );
^
/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/../glfw/lib/cocoa/cocoa_window.m:623:9: warning: 'CGDisplaySwitchToMod
e' is deprecated [-Wdeprecated-declarations,8]
CGDisplaySwitchToMode( CGMainDisplayID(),
^
/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/../glfw/lib/cocoa/cocoa_window.m:876:5: warning: 'CGSetLocalEventsSupp
ressionInterval' is deprecated [-Wdeprecated-declarations,8]
CGSetLocalEventsSuppressionInterval( 0.0 );
^
4 warnings generated.
Ld build/Debug/MonkeyGame.app/Contents/MacOS/MonkeyGame normal x86_64
cd /Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode
setenv MACOSX_DEPLOYMENT_TARGET 10.6
/Developer/usr/bin/clang++ -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.
build/glfw/xcode/build/Debug -F/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/build/Debug -filelist /Volumes/Daten/Us
ers/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/build/MonkeyGame.build/Debug/MonkeyGame.build/Objects-normal/x86_64/MonkeyGame.LinkFile
List -mmacosx-version-min=10.6 -framework Cocoa -framework OpenGL -framework OpenAL -o /Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.
build/glfw/xcode/build/Debug/MonkeyGame.app/Contents/MacOS/MonkeyGame
Touch build/Debug/MonkeyGame.app
cd /Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode
/usr/bin/touch -c /Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.build/glfw/xcode/build/Debug/MonkeyGame.app
** BUILD SUCCEEDED **
int bbMain(){
pushErr();
errInfo="/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.monkey<4>";
bb_list_List* t_list=0;
errInfo="/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.monkey<6>";
t_list->m_AddLast(String(L"foo"));
errInfo="/Volumes/Daten/Users/michaelcontento/Workspace/private/monk/test.monkey<7>";
popErr();
return 0;
}
Strict
Function Main:Int()
Local list:List<String>
'list = New List<String>
list.AddLast("foo")
Return 0
End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment