Advertisement
Guest User

dlangide error

a guest
Oct 11th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. Denniss-iMac:dlangide dennis$ dub fetch dlangide
  2. Fetching dlangide 0.8.6...
  3. Please note that you need to use `dub run <pkgname>` or add it to dependencies of your package to actually use/run it. dub does not do actual installation of packages outside of its own ecosystem.
  4. Denniss-iMac:dlangide dennis$ dub run dlangide
  5. Building package dlangide in /Users/dennis/.dub/packages/dlangide-0.8.6/dlangide/
  6. Fetching dcd 0.9.1 (getting selected version)...
  7. Fetching msgpack-d 1.0.0-beta.6 (getting selected version)...
  8. Fetching dsfml 2.1.1 (getting selected version)...
  9. Fetching libdparse 0.7.1 (getting selected version)...
  10. Fetching dsymbol 0.2.9 (getting selected version)...
  11. Fetching dlangui 0.9.160 (getting selected version)...
  12. Fetching derelict-util 2.0.6 (getting selected version)...
  13. Fetching x11 1.0.19 (getting selected version)...
  14. Fetching derelict-gl3 1.0.23 (getting selected version)...
  15. Fetching derelict-ft 1.1.3 (getting selected version)...
  16. Fetching derelict-sdl2 2.0.2 (getting selected version)...
  17. Fetching emsi_containers 0.5.3 (getting selected version)...
  18. Performing "debug" build using dmd for x86_64.
  19. emsi_containers 0.5.3: building configuration "library"...
  20. libdparse 0.7.1: building configuration "library"...
  21. dsymbol 0.2.9: building configuration "library"...
  22. msgpack-d 1.0.0-beta.6: building configuration "library"...
  23. dcd 0.9.1: building configuration "library"...
  24. derelict-util 2.0.6: building configuration "library"...
  25. derelict-ft 1.1.3: building configuration "library"...
  26. derelict-gl3 1.0.23: building configuration "library"...
  27. derelict-sdl2 2.0.2: building configuration "library"...
  28. dlangui 0.9.160: building configuration "default"...
  29. dlangide 0.8.6: building configuration "default"...
  30. ../../../.dub/packages/dlangide-0.8.6/dlangide/src/dlangide/ui/settings.d(121,111): Deprecation: dlangui.core.settings.to is not visible from module settings
  31. Linking...
  32. Running ../../../.dub/packages/dlangide-0.8.6/dlangide/bin/dlangide
  33. 2017-10-11 20:55:34.885 I Log level changed to Trace
  34. 2017-10-11 20:55:34.886 I Logger is initialized
  35. 2017-10-11 20:55:34.886 V DerelictFT: Loading FreeType library
  36. 2017-10-11 20:55:34.886 V DerelictFT: Missing symbols callback is registered
  37. 2017-10-11 20:55:34.909 V DerelictFT: Loaded
  38. 2017-10-11 20:55:34.909 V Initializing FreeType library
  39. 2017-10-11 20:55:34.937 I Getting list of fonts using FontConfig
  40. 2017-10-11 20:55:59.971 I FontConfig: 400 font files registered in 25034ms
  41. 2017-10-11 20:55:59.971 D initResourceManagers()
  42. 2017-10-11 20:55:59.973 I Creating ImageCache
  43. 2017-10-11 20:55:59.973 I Creating DrawableCache
  44. 2017-10-11 20:55:59.973 D Calling initSharedResourceManagers()
  45. 2017-10-11 20:55:59.973 D Calling initStandardEditorActions()
  46. 2017-10-11 20:55:59.973 D Calling registerStandardWidgets()
  47. 2017-10-11 20:55:59.973 D Registering standard widgets for DML
  48. 2017-10-11 20:55:59.974 D initResourceManagers() -- finished
  49. 2017-10-11 20:55:59.981 E Cannot load SDL2 libraryderelict.util.exception.SharedLibLoadException@../../../.dub/packages/derelict-util-2.0.6/derelict-util/source/derelict/util/exception.d(35): Failed to load one or more shared libraries:
  50. /usr/local/lib/libSDL2.dylib - dlopen(/usr/local/lib/libSDL2.dylib, 2): image not found
  51. /usr/local/lib/libSDL2/libSDL2.dylib - dlopen(/usr/local/lib/libSDL2/libSDL2.dylib, 2): image not found
  52. ../Frameworks/SDL2.framework/SDL2 - dlopen(../Frameworks/SDL2.framework/SDL2, 2): image not found
  53. /Library/Frameworks/SDL2.framework/SDL2 - dlopen(/Library/Frameworks/SDL2.framework/SDL2, 2): image not found
  54. /System/Library/Frameworks/SDL2.framework/SDL2 - dlopen(/System/Library/Frameworks/SDL2.framework/SDL2, 2): image not found
  55. ----------------
  56. 4 dlangide 0x0000000105132598 void derelict.util.exception.SharedLibLoadException.throwNew(immutable(char)[][], immutable(char)[][]) + 440
  57. 5 dlangide 0x000000010513336c void derelict.util.sharedlib.SharedLib.load(immutable(char)[][]) + 484
  58. 6 dlangide 0x0000000105132b1d void derelict.util.loader.SharedLibLoader.load(immutable(char)[][]) + 117
  59. 7 dlangide 0x0000000105132a15 void derelict.util.loader.SharedLibLoader.load(immutable(char)[]) + 301
  60. 8 dlangide 0x000000010513286d void derelict.util.loader.SharedLibLoader.load() + 101
  61. 9 dlangide 0x00000001050b706a int dlangui.platforms.sdl.sdlapp.sdlmain(immutable(char)[][]) + 238
  62. 10 dlangide 0x00000001050b6e5b DLANGUImain + 31
  63. 11 dlangide 0x0000000104ddd73b _Dmain + 31
  64. 12 dlangide 0x00000001051eaf93 void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll().__lambda1() + 39
  65. 13 dlangide 0x00000001051eaebb void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) + 31
  66. 14 dlangide 0x00000001051eaf38 void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll() + 44
  67. 15 dlangide 0x00000001051eaebb void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) + 31
  68. 16 dlangide 0x00000001051eae26 _d_run_main + 458
  69. 17 dlangide 0x0000000104ddd765 main + 33
  70. 18 libdyld.dylib 0x00007fff66028144 start + 0
  71. 19 ??? 0x0000000000000000 0x0 + 0
  72. Program exited with code 1
  73. Denniss-iMac:dlangide dennis$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement