Closed GoogleCodeExporter closed 9 years ago
This affects pepper_15, revision 1199 with sdk_tools 1.4
Original comment by mball@google.com
on 25 Sep 2011 at 4:27
Fixed suggested by jonovos:
Under Windows, to compile the examples in pepper_15, the following
MUST be done:
1.: Set environment variable in dos, WITH TRAILING Back-Slash(\):
===> set NACL_SDK_ROOT=C:\NaCl\sdk\
2.: EDIT the SCons batch file: ......\pepper_15\examples\scons.bat
At approx. Line#26: DELETE the QUOTE-MARKS:
===> INCORRECT: set NACL_TARGET_PLATFORM="pepper_15"
===> FIXED: set NACL_TARGET_PLATFORM=pepper_15
Original comment by mball@google.com
on 25 Sep 2011 at 4:28
[deleted comment]
Original comment by dsprin...@chromium.org
on 26 Sep 2011 at 6:01
Fixed with CL: http://codereview.chromium.org/8044023/
Pushed as r1208.
Original comment by dsprin...@chromium.org
on 26 Sep 2011 at 10:39
Original issue reported on code.google.com by
mball@google.com
on 25 Sep 2011 at 4:22