close
Warning:
Error with navigation contributor "BrowserModule"
- Timestamp:
-
Oct 19, 2016, 10:51:44 AM (9 years ago)
- Author:
-
Juergen Reuter
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v28
|
v29
|
|
40 | 40 | then you probably compiled with a -g flag. Please note the following [http://projects.hepforge.org/whizard/compilers.html#NAG-note remark on NAG compilers]. |
41 | 41 | |
42 | | === Mac OS X El Capitan (Darwin 10.11) === |
| 42 | === Mac OS X El Darwin >= 10.11 === |
43 | 43 | |
44 | 44 | The security measures of the new Darwin systems do not allow e.g. |
45 | 45 | environment variables passed to subprocesses. This does not change |
46 | 46 | anything for the installed WHIZARD, but the testsuite (make check) |
47 | | will not work before make install has been executed. make distcheck |
48 | | will not work on El Capitan. There is also the option to disable |
49 | | the System Integrity Protocol (SIP) of El Capitan by booting in |
50 | | Recovery Mode, open a terminal and type 'csrutil disable'. However, we |
51 | | do not recommend to do so. |
| 47 | will not work, probably even after make install has been executed. make |
| 48 | distcheck will not work on Darwin >= 10.11. There is also the option to disable |
| 49 | the System Integrity Protocol (SIP) of Darwin >= 10.11 by booting in |
| 50 | Recovery Mode (use Command R while booting), open a terminal and type 'csrutil disable'. However, we do not recommend to do so unless you know exactly what |
| 51 | you are doing. |
52 | 52 | |
53 | 53 | |