Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Compile crashes #9

Closed
JamesKyburz opened this issue Mar 11, 2012 · 1 comment
Closed

Compile crashes #9

JamesKyburz opened this issue Mar 11, 2012 · 1 comment

Comments

@JamesKyburz
Copy link

I am using gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)

on Lion

./configure && make install fails with

In file included from encoding.c:22:
encoding.h:31: error: expected declaration specifiers or ‘...’ before ‘jschar’
encoding.c:36: error: expected ‘)’ before ‘’ token
encoding.c:69: error: expected declaration specifiers or ‘...’ before ‘jschar’
encoding.c: In function ‘jscoverage_bytes_to_characters’:
encoding.c:80: error: ‘jschar’ undeclared (first use in this function)
encoding.c:80: error: (Each undeclared identifier is reported only once
encoding.c:80: error: for each function it appears in.)
encoding.c:80: error: ‘c’ undeclared (first use in this function)
encoding.c:80: error: expected expression before ‘)’ token
encoding.c:93: error: expected expression before ‘)’ token
encoding.c:95: warning: implicit declaration of function ‘skip_bom’
encoding.c:97: error: ‘characters’ undeclared (first use in this function)
make: *
* [encoding.o] Error 1

@slao
Copy link

slao commented May 14, 2012

I'm getting the same issue on Lion. Has anyone found a solution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants