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

Wont Compile On Ubuntu 11.10 #2

Closed
warmwaffles opened this issue Oct 29, 2011 · 1 comment
Closed

Wont Compile On Ubuntu 11.10 #2

warmwaffles opened this issue Oct 29, 2011 · 1 comment

Comments

@warmwaffles
Copy link

Welp, it wont compile. I've got build-essential installed

here is the error output. I would hunt it down but just thought I'd let you know it exists. If I am missing some library, please let me know

Make file ran

gcc -I. -I/home/warmwaffles/.rvm/rubies/ruby-1.9.2-p290/include/ruby-1.9.1/x86_64-linux -I/home/warmwaffles/.rvm/rubies/ruby-1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/home/warmwaffles/.rvm/rubies/ruby-1.9.2-p290/include/ruby-1.9.1 -I.   -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long  -fPIC  -o perlin.o -c perlin.c

Error output

perlin.c: In function ‘perlin_run’:
perlin.c:150:57: error: ‘struct RFloat’ has no member named ‘value’
perlin.c: In function ‘perlin_run3d’:
perlin.c:170:57: error: ‘struct RFloat’ has no member named ‘value’
make: *** [perlin.o] Error 1
boj added a commit that referenced this issue Oct 31, 2011
…stead of RFLOAT(obj)->value for compatibility across rubies. also added a small fix by nilclass from awhile back
@boj
Copy link
Owner

boj commented Oct 31, 2011

Thanks for pointing this out warmwaffles, should be fixed now.

@boj boj closed this as completed Oct 31, 2011
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