Hi
I managed to compile on Mac but when I run I get this
rocksndiamonds: warning: cannot open configuration file '/Users/oawad/Documents/Rocks'n'Diamonds/setup.conf'
rocksndiamonds: warning: using default setup values
rocksndiamonds: warning: cannot open configuration file '/Users/oawad/Documents/Rocks'n'Diamonds/cache/artworkinfo.cache'
rocksndiamonds: fatal error: IMG_Load() failed: Unsupported image format
and then crashes
Thanks
[SOLVED] Issue running on Mac
Moderators: Flumminator, Zomis
Re: Issue running on Mac
Which version of R'n'D are you using?
Which version of Mac OS X are you using=
Did you use a packaged version or a version checked out from the Git repository?
Did you compile the game with SDL 1.2 or SDL 2.0 support (R'n'D supports both SDL versions.)
Did you use a self-compiled or packaged version of the SDL libraries?
Are you sure that your installation of SDL_image has PNG support?
I just compiled R'n'D on Mac OS X 10.11 from the packaged release version 4.0.0.1 (DMG file) by typing "make", and it compiles and runs without problems (using SDL 2.0 from the Homebrew package manager)...
Which version of Mac OS X are you using=
Did you use a packaged version or a version checked out from the Git repository?
Did you compile the game with SDL 1.2 or SDL 2.0 support (R'n'D supports both SDL versions.)
Did you use a self-compiled or packaged version of the SDL libraries?
Are you sure that your installation of SDL_image has PNG support?
I just compiled R'n'D on Mac OS X 10.11 from the packaged release version 4.0.0.1 (DMG file) by typing "make", and it compiles and runs without problems (using SDL 2.0 from the Homebrew package manager)...
Re: Issue running on Mac
Hey Holger,
Thanks for the reply. I have done another checkout and it seems to work. Great Game Thanks a Bunch
Thanks for the reply. I have done another checkout and it seems to work. Great Game Thanks a Bunch
Re: Issue running on Mac
Thanks for your feedback, and good to know that it works for you now! 
