worldforge / ember

The main client for the Worldforge MMORPG system.
http://www.worldforge.org/index.php/components/ember/
GNU General Public License v3.0
131 stars 51 forks source link

Ember does not compile on Fedora 22 due to an error with automake #18

Closed webpigeon closed 9 years ago

webpigeon commented 9 years ago

When trying to compile on Fedora 22, I got the error message: configure: error: invalid value: boost_major_version=

I found other projects on github and servanana which have had this issue and was able to find out that the issue can be fixed by updating the boost macro used by the project. I have done this in this commit.