Discussion:
[CsMain] configure and make result report CS 2.0 and CS 2.1
markettwp
2014-08-04 23:30:07 UTC
Permalink
I'm running Kubuntu 14.04 LTS, up-to-date installation on a Dell D820
laptop.

I first ran this apt-get install for CS dependencies:

|sudo apt-get install build-essential autoconf libtool pkg-config jam
subversion swig doxygen bison flex libcppunit-dev libx11-dev
mesa-common-dev libxaw7-dev libgl1-mesa-dev libxext-dev libxxf86vm-dev
libxrender-dev nvidia-current-dev nvidia-cg-toolkit zlib1g-dev
libfreetype6-dev libjpeg-dev libmng-dev libpng12-dev liblcms-dev
libcairo-dev libcairomm-1.0-dev libgtk2.0-dev libwxbase2.8-dev
libwxgtk2.8-dev libasound-dev libopenal-dev libogg-dev libvorbis-dev
libspeex-dev python-dev libode-dev lib3ds-dev libcal3d-dev

I then installed CEGUI from the Kubuntu repository.

|I tried "configure" and "make" using the CS 2.0 code downloaded from here:

"http://www.crystalspace3d.org/main/Download"

and it failed with multiple errors. I'm assuming this is due to the use
of earlier library versions in that version.

=========

I then pulled a copy of the current SVN snapshot of CS 2.1 (08/04/2014)
and ran "configure" and "make"...

There are still multiple instances of warning about deprecated function
names,
the single most common is the call to iCameraSectorListener which is
deprecate to iCameraListener.
NOTE that there are other deprecated function calls. I cannot locate a
make log to report these.

The "make" required well over two hours of processor time, but it did
complete without errors.
I'll run the "make install' and report on that after it completes.


I note that this mail list has become silent for several months... I
hope that does not reflect a lack of
development work?

Loading...