Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fails under 64-bit Linux #12

Closed
asiekierka opened this issue Nov 1, 2012 · 2 comments
Closed

Make fails under 64-bit Linux #12

asiekierka opened this issue Nov 1, 2012 · 2 comments

Comments

@asiekierka
Copy link

src/String+.c: In function 'String_Eq':
src/String+.c:53:12: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]

Compiling in 32-bit mode seems to fix the problem.

@orangeduck
Copy link
Owner

Cheers will take a look into this. I suspect there are some other 32/64 bit issues too.

@asiekierka
Copy link
Author

At least one person mentioned such problems on OS X (which is 64-bit on most installs) in the HN thread as well, by the way.

orangeduck pushed a commit that referenced this issue Nov 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants