File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,24 @@ to be executed from the command line. Each line entered is treated
71
71
as a separate compilation unit, however (which means that subroutines
72
72
are preserved after they are defined, but variables are not).
73
73
74
+ =head2 Troubleshooting
75
+
76
+ =head3 OS X
77
+
78
+ On OS X, it appears that configuration fails in some configurations:
79
+
80
+ 3rdparty/libuv/include/uv-darwin.h:26:11: fatal error: 'mach/mach.h' file not found
81
+
82
+ Should this happen to you, then a solution might be the following:
83
+
84
+ $ cd MoarVM/3rdparty/libuv/include
85
+ $ ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/mach
86
+ $ cd ../../../..
87
+ $ # run the Configure again
88
+
89
+ Note that the 10.9 in the above, represents the major version of OS X being
90
+ used. On Mavericks use 10.9 (like above), on Yosemite use 10.10.
91
+
74
92
=head2 Differences from nqp-rx
75
93
76
94
NQP is the successor implementation of "nqp-rx" [2]. Unlike nqp-rx,
You can’t perform that action at this time.
0 commit comments