comparison slides/2018/05/28/memo.txt @ 45:f5dac10540d7

auto-Update generated slides by script
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 29 May 2018 18:44:59 +0900
parents
children
comparison
equal deleted inserted replaced
44:8c7be076e6e6 45:f5dac10540d7
1 マシンを変えたからgccでコンパイルしようとすると厳しい
2
3
4 compiling 3rdparty/libuv/src/unix/fsevents.o
5 compiling 3rdparty/libuv/src/unix/timer.o
6 compiling 3rdparty/libuv/src/unix/tty.o
7 compiling 3rdparty/libuv/src/unix/udp.o
8 /Users/anatofuz/.plenv/versions/5.24.4/bin/perl5.24.4 build/mk-moar-pc.pl pkgconfig/moar.pc
9 In file included from /System/Library/Frameworks/Security.framework/Headers/AuthSession.h:32,
10 from /System/Library/Frameworks/Security.framework/Headers/Security.h:43,
11 from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43,
12 from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27,
13 from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23,
14 from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22,
15 from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39,
16 from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23,
17 from 3rdparty/libuv/src/unix/darwin-proctitle.c:33:
18 /System/Library/Frameworks/Security.framework/Headers/Authorization.h:193:7: error: variably modified 'bytes' at file scope
19 char bytes[kAuthorizationExternalFormLength];
20 ^~~~~
21 In file included from /System/Library/Frameworks/Security.framework/Headers/AuthSession.h:32,
22 from /System/Library/Frameworks/Security.framework/Headers/Security.h:43,
23 from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43,
24 from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27,
25 from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23,
26 from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22,
27 from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39,
28 from 3rdparty/libuv/src/unix/fsevents.c:49:
29 /System/Library/Frameworks/Security.framework/Headers/Authorization.h:193:7: error: variably modified 'bytes' at file scope
30 char bytes[kAuthorizationExternalFormLength];
31 ^~~~~
32 In file included from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:21,
33 from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h:9,
34 from /System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11,
35 from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:35,
36 from 3rdparty/libuv/src/unix/darwin-proctitle.c:33:
37 /System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:391:15: error: expected identifier or '(' before '^' token
38 typedef void (^CGPathApplyBlock)(const CGPathElement * element);
39 ^
40 /System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:393:53: error: unknown type name 'CGPathApplyBlock'
41 CG_EXTERN void CGPathApplyWithBlock(CGPathRef path, CGPathApplyBlock CF_NOESCAPE block)
42 ^~~~~~~~~~~~~~~~
43 make: *** [3rdparty/libuv/src/unix/fsevents.o] Error 1
44 make: *** Waiting for unfinished jobs....
45 make: *** [3rdparty/libuv/src/unix/darwin-proctitle.o] Error 1