delta2hdx / jsunpack-n

Automatically exported from code.google.com/p/jsunpack-n
GNU General Public License v2.0
0 stars 0 forks source link

Dependency spidermonkey fails compilation on Ubuntu 14.04 #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Followed install instructions to install dependencies.
2. cd js-1.7.0-rc1-src && make BUILD_OPT=1 -f Makefile.ref && make js
3. FAILS with make: *** [js] Error 1

What is the expected output? What do you see instead?

Expected: Success
Errors: jstypes.h:401:25: error: expected ';' before numeric constant
...
make: *** [js] Error 1

What version of the product are you using? On what operating system?

Ubuntu 14.04 Server

Please provide any additional information below.

Original issue reported on code.google.com by violentp...@gmail.com on 17 Aug 2014 at 11:46