Skip to content

Instantly share code, notes, and snippets.

@tkelman
Created October 17, 2015 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkelman/a7ca37b1d9d785d0f6fb to your computer and use it in GitHub Desktop.
Save tkelman/a7ca37b1d9d785d0f6fb to your computer and use it in GitHub Desktop.
/d/code/msys64/home/Tony/julia/deps/libuv/compile cl -nologo -MD -Z7 -Y- -TP -E
Hsc -DNDEBUG -D__NO_CTYPE_INLINE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC
_FORMAT_MACROS -D__STDC_LIMIT_MACROS -ftls-model=global-dynamic -D_WIN32_WINNT=0
x0502 -D_GNU_SOURCE -I. -I/d/code/msys64/home/Tony/julia/src -I/d/code/msys64/h
ome/Tony/julia/src/flisp -I/d/code/msys64/home/Tony/julia/src/support -I/d/code/
msys64/home/Tony/julia/usr/include -I/d/code/msys64/home/Tony/julia/usr/include
-DLIBRARY_EXPORTS -I/d/code/msys64/home/Tony/julia/deps/valgrind -I/d/code/msys6
4/home/Tony/julia/usr/bin/../include "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.
dll\"" -c /d/code/msys64/home/Tony/julia/src/runtime_ccall.cpp -o runtime_ccall.
o
cl : Command line warning D9002 : ignoring unknown option '-ftls-model=global-dy
namic'
runtime_ccall.cpp
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(58) : error C205
9: syntax error : '<L_TYPE_raw>'
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(58) : error C233
4: unexpected token(s) preceding ':'; skipping apparent function body
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(509) : error C21
43: syntax error : missing ')' before ';'
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(509) : error C20
59: syntax error : ')'
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(509) : error C22
38: unexpected token(s) preceding ';'
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(514) : error C28
04: binary 'operator ==' has too many parameters
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(514) : error C23
33: 'llvm::StringRef::operator ==' : error in function declaration; skipping fun
ction body
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(518) : error C28
04: binary 'operator !=' has too many parameters
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(518) : error C23
33: 'llvm::StringRef::operator !=' : error in function declaration; skipping fun
ction body
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(522) : error C28
04: binary 'operator <' has too many parameters
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(522) : error C23
33: 'llvm::StringRef::operator <' : error in function declaration; skipping func
tion body
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(526) : error C28
04: binary 'operator <=' has too many parameters
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(526) : error C23
33: 'llvm::StringRef::operator <=' : error in function declaration; skipping fun
ction body
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(530) : error C28
04: binary 'operator >' has too many parameters
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(530) : error C23
33: 'llvm::StringRef::operator >' : error in function declaration; skipping func
tion body
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(534) : error C28
04: binary 'operator >=' has too many parameters
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(534) : error C23
33: 'llvm::StringRef::operator >=' : error in function declaration; skipping fun
ction body
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(538) : error C28
04: binary 'operator +=' has too many parameters
d:\code\msys64\home\Tony\julia\usr\include\llvm/ADT/StringRef.h(538) : error C23
33: 'llvm::StringRef::operator +=' : error in function declaration; skipping fun
ction body
d:\code\msys64\home\Tony\julia\usr\include\llvm/Support/AlignOf.h(21) : error C2
143: syntax error : missing ';' before 'namespace'
d:\code\msys64\home\Tony\julia\usr\include\llvm/Support/Allocator.h(237) : error
C2589: '(' : illegal token on right side of '::'
d:\code\msys64\home\Tony\julia\usr\include\llvm/Support/Allocator.h(237) : error
C2059: syntax error : '::'
d:/code/msys64/home/Tony/julia/src/runtime_ccall.cpp(142) : fatal error C1004: u
nexpected end-of-file found
make[1]: *** [runtime_ccall.o] Error 2
make[1]: Leaving directory `/d/code/msys64/home/Tony/julia/src'
make: *** [julia-src-release] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment