comparison slides/2018/04/29/memo.txt @ 33:2eac67c0d7da fix

auto-Update generated slides by script
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 01 May 2018 09:25:17 +0900
parents
children
comparison
equal deleted inserted replaced
32:2f99cb7078f2 33:2eac67c0d7da
1 同様のことをローカルでしようとするとライブラリ関連でコケる
2
3 compiling src/jit/x64/arch.o
4 compiling 3rdparty/libuv/src/unix/darwin-proctitle.o
5 In file included from /System/Library/Frameworks/Security.framework/Headers/AuthSession.h:32:0,
6 from /System/Library/Frameworks/Security.framework/Headers/Security.h:43,
7 from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43,
8 from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27,
9 from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23,
10 from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22,
11 from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39,
12 from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23,
13 from 3rdparty/libuv/src/unix/darwin-proctitle.c:33:
14 /System/Library/Frameworks/Security.framework/Headers/Authorization.h:193:7: error: variably modified 'bytes' at file scope
15 char bytes[kAuthorizationExternalFormLength];
16 ^~~~~
17 In file included from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:18:0,
18 from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h:9,
19 from /System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11,
20 from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:35,
21 from 3rdparty/libuv/src/unix/darwin-proctitle.c:33:
22 /System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:53:40: error: initializer element is not constant
23 static const CGFontIndex kCGGlyphMax = kCGFontIndexMax;
24 ^~~~~~~~~~~~~~~
25 In file included from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:21:0,
26 from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h:9,
27 from /System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11,
28 from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:35,
29 from 3rdparty/libuv/src/unix/darwin-proctitle.c:33:
30 /System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:391:15: error: expected identifier or '(' before '^' token
31 typedef void (^CGPathApplyBlock)(const CGPathElement * element);
32 ^
33 /System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:393:53: error: unknown type name 'CGPathApplyBlock'
34 CG_EXTERN void CGPathApplyWithBlock(CGPathRef path, CGPathApplyBlock CF_NOESCAPE block)
35 ^~~~~~~~~~~~~~~~
36 make: *** [3rdparty/libuv/src/unix/darwin-proctitle.o] Error 1
37 >>> elapsed time 1m45s