Page 1 of 1

Ubuntu 8.10 Build Issue

Posted: Fri Jan 02, 2009 04:52
by Chandon
Trying to build CEGUI 0.6.2 on Ubuntu 8.10 (amd64) I got the following error:
directfb-renderer.cpp:264: error: ‘stable_sort’ is not a member of ‘std’

Adding #include <algorithm> to the top of that source file fixed it.

Posted: Fri Jan 02, 2009 10:32
by CrazyEddie
Hi, and welcome :)

Thanks for the report and the fix, I'll get it addressed.

CE.

Re: Ubuntu 8.10 Build Issue

Posted: Sat May 23, 2009 11:50
by rnd
Same here. Looks like the the problem isnt solved: CEGUI-0.6.2

Re: Ubuntu 8.10 Build Issue

Posted: Sat May 23, 2009 14:11
by CrazyEddie
The issue has been addressed in the stable subversion branch - obviously this does not update already released versions. So unless we decide to issue a 0.6.3 version (somewhat unlikely) if you need the latest bugfixes please use the cegui_mk2/branches/v0-6 code instead (which definitely compiles - on Ubuntu 9.04 at least - since I tried it on a clean install two days ago in order to take notes in preparation for a possible tutorial article ;) ).

HTH

CE.