Advertisement
Guest User

Untitled

a guest
Jun 4th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 KB | None | 0 0
  1. /Developer/MonoTouch/usr/bin/mtouch -sdkroot "/Applications/Xcode.app/Contents/Developer" --cache "/Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache" --nomanifest --nosign -dev "/Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/bin/iPhone/Release/SfmlIosTest.app" -r "/Users/myl/Projects/beat/github/SFML.Net/lib/x86/sfmlnet-window-2.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" -linksdkonly -sdk "7.1" -targetver "7.0" --abi=armv7 -cxx --gcc_flags "\"-L/Users/myl/Projects/beat/github/CSFMLiOS/lib/Release\" \"-lcsfml-window\" -force_load \"/Users/myl/Projects/beat/github/CSFMLiOS/lib/Release/libcsfml-window.a\" \"-L/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib\" \"-lsfml-window-s\" -force_load \"/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib/libsfml-window-s.a\" \"-L/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib\" \"-lsfml-system-s\" -force_load \"/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib/libsfml-system-s.a\" \"-framework\" \"QuartzCore\" -framework CoreMotion -framework OpenGLES" "/Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/bin/iPhone/Release/SfmlIosTest.exe"
  2. Xamarin.iOS 7.2.3 Trial Edition using framework: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk
  3. Process exited with code 1, command:
  4. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Wl,-pie -miphoneos-version-min=7.0 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache/SfmlIosTest.exe.armv7.o /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache/monotouch.dll.armv7.o /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache/mscorlib.dll.armv7.o /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache/System.dll.armv7.o /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache/sfmlnet-window-2.dll.armv7.o /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache/registrar.armv7.o /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/obj/iPhone/Release/mtouch-cache/main.armv7.o -o /Users/myl/Projects/beat/Research/SfmlIosTest/SfmlIosTest/bin/iPhone/Release/SfmlIosTest.app/SfmlIosTest -framework CFNetwork -framework Foundation -framework CoreGraphics -framework UIKit -lz -liconv -u _monotouch_log -u _monotouch_release_managed_ref -u _monotouch_create_managed_ref -u _sfJoystick_isConnected -u _sfJoystick_getButtonCount -u _sfJoystick_hasAxis -u _sfJoystick_isButtonPressed -u _sfJoystick_getAxisPosition -u _sfJoystick_update -u _sfKeyboard_isKeyPressed -u _sfMouse_isButtonPressed -u _sfMouse_getPosition -u _sfMouse_setPosition -u _sfVideoMode_getDesktopMode -u _sfVideoMode_getFullscreenModes -u _sfVideoMode_isValid -u _sfWindow_create -u _sfWindow_createUnicode -u _sfWindow_createFromHandle -u _sfWindow_destroy -u _sfWindow_isOpen -u _sfWindow_setVisible -u _sfWindow_close -u _sfWindow_pollEvent -u _sfWindow_waitEvent -u _sfWindow_display -u _sfWindow_getSettings -u _sfWindow_getPosition -u _sfWindow_setPosition -u _sfWindow_getSize -u _sfWindow_setSize -u _sfWindow_setTitle -u _sfWindow_setUnicodeTitle -u _sfWindow_setIcon -u _sfWindow_setMouseCursorVisible -u _sfWindow_setVerticalSyncEnabled -u _sfWindow_setKeyRepeatEnabled -u _sfWindow_setActive -u _sfWindow_setFramerateLimit -u _sfWindow_getFrameTime -u _sfWindow_setJoystickThreshold -u _sfWindow_getSystemHandle /Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonoboehm-2.0.a /Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonotouch.a "-L/Users/myl/Projects/beat/github/CSFMLiOS/lib/Release" "-lcsfml-window" -force_load "/Users/myl/Projects/beat/github/CSFMLiOS/lib/Release/libcsfml-window.a" "-L/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib" "-lsfml-window-s" -force_load "/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib/libsfml-window-s.a" "-L/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib" "-lsfml-system-s" -force_load "/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib/libsfml-system-s.a" "-framework" "QuartzCore" -framework CoreMotion -framework OpenGLES
  5. Undefined symbols for architecture armv7:
  6. "_sfJoystick_getAxisPosition", referenced from:
  7. -u command line option
  8. "_sfJoystick_getButtonCount", referenced from:
  9. -u command line option
  10. "_sfJoystick_hasAxis", referenced from:
  11. -u command line option
  12. "_sfJoystick_isButtonPressed", referenced from:
  13. -u command line option
  14. "_sfJoystick_isConnected", referenced from:
  15. -u command line option
  16. "_sfJoystick_update", referenced from:
  17. -u command line option
  18. "_sfKeyboard_isKeyPressed", referenced from:
  19. -u command line option
  20. "_sfMouse_getPosition", referenced from:
  21. -u command line option
  22. "_sfMouse_isButtonPressed", referenced from:
  23. -u command line option
  24. "_sfMouse_setPosition", referenced from:
  25. -u command line option
  26. "_sfVideoMode_getDesktopMode", referenced from:
  27. -u command line option
  28. "_sfVideoMode_getFullscreenModes", referenced from:
  29. -u command line option
  30. "_sfVideoMode_isValid", referenced from:
  31. -u command line option
  32. "_sfWindow_close", referenced from:
  33. -u command line option
  34. "_sfWindow_create", referenced from:
  35. -u command line option
  36. "_sfWindow_createFromHandle", referenced from:
  37. -u command line option
  38. "_sfWindow_createUnicode", referenced from:
  39. -u command line option
  40. "_sfWindow_destroy", referenced from:
  41. -u command line option
  42. "_sfWindow_display", referenced from:
  43. -u command line option
  44. "_sfWindow_getFrameTime", referenced from:
  45. -u command line option
  46. "_sfWindow_getPosition", referenced from:
  47. -u command line option
  48. "_sfWindow_getSettings", referenced from:
  49. -u command line option
  50. "_sfWindow_getSize", referenced from:
  51. -u command line option
  52. "_sfWindow_getSystemHandle", referenced from:
  53. -u command line option
  54. "_sfWindow_isOpen", referenced from:
  55. -u command line option
  56. "_sfWindow_pollEvent", referenced from:
  57. -u command line option
  58. "_sfWindow_setActive", referenced from:
  59. -u command line option
  60. "_sfWindow_setFramerateLimit", referenced from:
  61. -u command line option
  62. "_sfWindow_setIcon", referenced from:
  63. -u command line option
  64. "_sfWindow_setJoystickThreshold", referenced from:
  65. -u command line option
  66. "_sfWindow_setKeyRepeatEnabled", referenced from:
  67. -u command line option
  68. "_sfWindow_setMouseCursorVisible", referenced from:
  69. -u command line option
  70. "_sfWindow_setPosition", referenced from:
  71. -u command line option
  72. "_sfWindow_setSize", referenced from:
  73. -u command line option
  74. "_sfWindow_setTitle", referenced from:
  75. -u command line option
  76. "_sfWindow_setUnicodeTitle", referenced from:
  77. -u command line option
  78. "_sfWindow_setVerticalSyncEnabled", referenced from:
  79. -u command line option
  80. "_sfWindow_setVisible", referenced from:
  81. -u command line option
  82. "_sfWindow_waitEvent", referenced from:
  83. -u command line option
  84. ld: symbol(s) not found for architecture armv7
  85. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  86.  
  87. error MT5210: Native linking failed, undefined symbol: _sfJoystick_getAxisPosition. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  88. error MT5210: Native linking failed, undefined symbol: _sfJoystick_getButtonCount. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  89. error MT5210: Native linking failed, undefined symbol: _sfJoystick_hasAxis. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  90. error MT5210: Native linking failed, undefined symbol: _sfJoystick_isButtonPressed. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  91. error MT5210: Native linking failed, undefined symbol: _sfJoystick_isConnected. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  92. error MT5210: Native linking failed, undefined symbol: _sfJoystick_update. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  93. error MT5210: Native linking failed, undefined symbol: _sfKeyboard_isKeyPressed. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  94. error MT5210: Native linking failed, undefined symbol: _sfMouse_getPosition. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  95. error MT5210: Native linking failed, undefined symbol: _sfMouse_isButtonPressed. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  96. error MT5210: Native linking failed, undefined symbol: _sfMouse_setPosition. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  97. error MT5210: Native linking failed, undefined symbol: _sfVideoMode_getDesktopMode. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  98. error MT5210: Native linking failed, undefined symbol: _sfVideoMode_getFullscreenModes. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  99. error MT5210: Native linking failed, undefined symbol: _sfVideoMode_isValid. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  100. error MT5210: Native linking failed, undefined symbol: _sfWindow_close. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  101. error MT5210: Native linking failed, undefined symbol: _sfWindow_create. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  102. error MT5210: Native linking failed, undefined symbol: _sfWindow_createFromHandle. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  103. error MT5210: Native linking failed, undefined symbol: _sfWindow_createUnicode. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  104. error MT5210: Native linking failed, undefined symbol: _sfWindow_destroy. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  105. error MT5210: Native linking failed, undefined symbol: _sfWindow_display. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  106. error MT5210: Native linking failed, undefined symbol: _sfWindow_getFrameTime. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  107. error MT5210: Native linking failed, undefined symbol: _sfWindow_getPosition. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  108. error MT5210: Native linking failed, undefined symbol: _sfWindow_getSettings. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  109. error MT5210: Native linking failed, undefined symbol: _sfWindow_getSize. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  110. error MT5210: Native linking failed, undefined symbol: _sfWindow_getSystemHandle. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  111. error MT5210: Native linking failed, undefined symbol: _sfWindow_isOpen. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  112. error MT5210: Native linking failed, undefined symbol: _sfWindow_pollEvent. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  113. error MT5210: Native linking failed, undefined symbol: _sfWindow_setActive. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  114. error MT5210: Native linking failed, undefined symbol: _sfWindow_setFramerateLimit. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  115. error MT5210: Native linking failed, undefined symbol: _sfWindow_setIcon. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  116. error MT5210: Native linking failed, undefined symbol: _sfWindow_setJoystickThreshold. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  117. error MT5210: Native linking failed, undefined symbol: _sfWindow_setKeyRepeatEnabled. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  118. error MT5210: Native linking failed, undefined symbol: _sfWindow_setMouseCursorVisible. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  119. error MT5210: Native linking failed, undefined symbol: _sfWindow_setPosition. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  120. error MT5210: Native linking failed, undefined symbol: _sfWindow_setSize. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  121. error MT5210: Native linking failed, undefined symbol: _sfWindow_setTitle. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  122. error MT5210: Native linking failed, undefined symbol: _sfWindow_setUnicodeTitle. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  123. error MT5210: Native linking failed, undefined symbol: _sfWindow_setVerticalSyncEnabled. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  124. error MT5210: Native linking failed, undefined symbol: _sfWindow_setVisible. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  125. error MT5210: Native linking failed, undefined symbol: _sfWindow_waitEvent. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
  126. error MT5201: Native linking failed. Please review the build log and the user flags provided to gcc: "-L/Users/myl/Projects/beat/github/CSFMLiOS/lib/Release" "-lcsfml-window" -force_load "/Users/myl/Projects/beat/github/CSFMLiOS/lib/Release/libcsfml-window.a" "-L/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib" "-lsfml-window-s" -force_load "/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib/libsfml-window-s.a" "-L/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib" "-lsfml-system-s" -force_load "/Users/myl/Projects/beat/github/SFMLiOS/lib/Install/lib/libsfml-system-s.a" "-framework" "QuartzCore" -framework CoreMotion -framework OpenGLES
  127. error MT5202: Native linking failed. Please review the build log.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement