twchapman / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 0 forks source link

Makefile builds Release target; examples require Debug target #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Platform (e.g. "pepper_14"): pepper_31
Toolchain variant (e.g. "newlib" or "glibc"): newlib

What steps will reproduce the problem?
1. build the examples and start the server (e.g. make run)
2. run examples from http://localhost:5103/

What is the expected output?
Examples run correctly.

What do you see instead?
Examples do not run. A JavaScript console error is produced: "NativeClient: 
NaCl module load failed: could not load manifest url" with a URL containing the 
string "Debug". All built files are under a "Release" directory. The 
documentation indicates both targets should be built, but common.mk specifies 
only Release by default.

Mac OS X 10.8.5
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.5.0

Original issue reported on code.google.com by Adam.Sch...@nielsen.com on 16 Jan 2014 at 9:08