I am trying to use the ruby-opengl package, when I install it the compliler complains that it cannot find the correct header files. What Ubuntu packages (9.10) do I need to make this work?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
libopengl-ruby1.8andlibopengl-ruby1.9have both been in ubuntu’s universe repository since Hardy (8.04). Is there a reason you absolutely must compile from source? If so, you could try runningsudo aptitude build-dep libopengl-ruby1.9orsudo aptitude build-dep libopengl-ruby1.8. That ought to grab the packages you need.