Skip to content

Instantly share code, notes, and snippets.

@mflamer
Created October 25, 2013 20:37
Show Gist options
  • Save mflamer/7161457 to your computer and use it in GitHub Desktop.
Save mflamer/7161457 to your computer and use it in GitHub Desktop.
C:\Users\mflamer\Dropbox\DEV\Nimrod\babel-master>babel install
c:/users/mflamer/dropbox/dev/nimrod/nimrod/dist/mingw/bin/../lib/gcc/i686-w64-mingw32/4.8.1/../../../../i686-w64-mingw32/bin/ld.exe: cannot open output file c:\users\mflamer\dropbox\dev\nimrod\babel-master\babel.exe: Permission denied
collect2.exe: error: ld returned 1 exit status
c:\users\mflamer\dropbox\dev\nimrod\nimrod\config\nimrod.cfg(36, 2) Hint: added path: 'C:\Users\mflamer\.babel\pkgs\' [Path]
Hint: used config file 'C:\Users\mflamer\Dropbox\DEV\Nimrod\Nimrod\config\nimrod.cfg' [Conf]
Hint: used config file 'c:\users\mflamer\dropbox\dev\nimrod\babel-master\babel.nimrod.cfg' [Conf]
Hint: system [Processing]
Hint: babel [Processing]
Hint: httpclient [Processing]
Hint: sockets [Processing]
Hint: os [Processing]
Hint: strutils [Processing]
Hint: parseutils [Processing]
Hint: times [Processing]
Hint: winlean [Processing]
Hint: openssl [Processing]
c:\users\mflamer\dropbox\dev\nimrod\nimrod\lib\wrappers\openssl.nim(269, 5) Hint: 'openssl.CRYPTO_set_mem_functions(a: pointer, b: pointer, c: pointer)' is declared but not used [XDeclaredButNotUsed]
Hint: parseurl [Processing]
Hint: strtabs [Processing]
Hint: hashes [Processing]
Hint: base64 [Processing]
Hint: parseopt [Processing]
Hint: osproc [Processing]
Hint: streams [Processing]
Hint: pegs [Processing]
Hint: unicode [Processing]
Hint: tables [Processing]
Hint: math [Processing]
Hint: packageinfo [Processing]
Hint: parsecfg [Processing]
Hint: lexbase [Processing]
Hint: json [Processing]
Hint: version [Processing]
Hint: common [Processing]
packageinfo.nim(141, 5) Warning: 'existsKey' is deprecated [Deprecated]
packageinfo.nim(149, 5) Warning: 'existsKey' is deprecated [Deprecated]
Hint: tools [Processing]
Hint: download [Processing]
gcc.exe -c -w -O3 -fno-strict-aliasing -IC:\Users\mflamer\Dropbox\DEV\Nimrod\Nimrod\lib -o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\babel.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\babel.c
gcc.exe -o c:\users\mflamer\dropbox\dev\nimrod\babel-master\babel.exe c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\download.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\tools.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\common.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\version.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\json.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\lexbase.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\parsecfg.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\packageinfo.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\math.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\tables.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\unicode.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\pegs.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\streams.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\osproc.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\parseopt.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\base64.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\hashes.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\strtabs.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\parseurl.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\openssl.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\winlean.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\times.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\parseutils.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\strutils.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\os.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\sockets.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\httpclient.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\system.o c:\users\mflamer\dropbox\dev\nimrod\babel-master\nimcache\babel.o
Error: execution of an external program failed
Traceback (most recent call last)
nimrod.nim(79) nimrod
nimrod.nim(55) HandleCmdLine
main.nim(308) MainCommand
main.nim(76) CommandCompileToC
extccomp.nim(628) CallCCompiler
extccomp.nim(401) execExternalProgram
msgs.nim(737) rawMessage
msgs.nim(734) rawMessage
msgs.nim(684) handleError
Installing babel-0.1.0
Building babel/babel.exe using c backend...
nimrod c -d:release "C:\Users\mflamer\Dropbox\DEV\Nimrod\babel-master\babel.nim"
FAILURE: Execution failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment