Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Error installing gosu gem
- - By mumphster Date 2011-05-03 19:44
Hi I'm running linux mint 10 and I'm trying to install Gosu via gem and when I do it returns this error:

---

g++ -I. -I/home/alan/.rvm/rubies/ruby-1.9.2-head/include/ruby-1.9.1/x86_64-linux -I/home/alan/.rvm/rubies/ruby-1.9.2-head/include/ruby-1.9.1/ruby/backward -I/home/alan/.rvm/rubies/ruby-1.9.2-head/include/ruby-1.9.1 -I. -I../ -I../GosuImpl sdl-config --cflags pkg-config pangoft2 --cflags -DHAVE_SDL_MIXER_H -DHAVE_SDL_TTF_H    -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long  -fPIC   -o BitmapFreeImage.o -c BitmapFreeImage.cpp

BitmapFreeImage.cpp:7: fatal error: FreeImage.h: No such file or directory
compilation terminated.
make: *** [BitmapFreeImage.o] Error 1

---

any ideas?

Thanks!
Parent - - By jlnr (dev) Date 2011-05-03 23:59
FreeImage/libfreeimage is a new dependency starting from Gosu 0.7.30, is there a package you can use to install this library?
Parent - By mumphster Date 2011-05-05 21:52
Yup there happens to be a debian package for it. Thanks for the help
Up Topic Gosu / Gosu Exchange / Error installing gosu gem

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill