Installation complete.
Now sumwars does not launch. Neither from shortcut in GNOME 3, nor from Terminal prompt.
Terminal returns the following:
[mike@localhost build]$ sumwars
sumwars: error while loading shared libraries: libCEGUIBase-0.so.3: cannot open shared object file: No such file or directory
[mike@localhost build]$
I had this error some time ago when I compiled sumwars for the first time to work with CEGUI 0.8.3.
My own problem was I had CEGUI 0.7 and 0.8.3 installed on my computer. I had to completelly uninstall CEGUI 0.7 from Synaptic (including all configuration files) and recompile & install CEGUI first and sumwars then. Also being aware to use my /usr/local/.../CEGUI instead of /usr/.../CEGUI paths in all CEGUI/make variables when configuring sumwars from cmake, as CEGUI 0.8.3 was installed on that particular path (/usr/local).
Hope this helps you.
P.S: Are you trying with CEGUI 0.8 or 0.8.3?
Edit: I also had to remove all my cfg files from my ~/.sumwars directory to be automatically rebuilt.