[Scummvm-devel] Broken Sword 2.5 engine
Max Horn
max at quendi.de
Thu Oct 14 00:05:46 CEST 2010
Am 13.10.2010 um 17:28 schrieb Willem Jan Palenstijn:
> On Wed, Oct 13, 2010 at 01:07:04PM +0200, Max Horn wrote:
>> 2) This engine is currently not being tested by buildbot, as neither libpng
>> nor libtheora are installed for most of the cross compilers. I hope that it
>> will be easy to install them at least for the Debian port; in any case, it
>> would be great if "somebody" (resp. each maintainer) could take care of
>> installing these libs, at least for ports where it might make sense.
>
> A quick note:
>
> buildbot is now building it on platforms with libpng installed, but it's
> failing almost everywhere due to missing C rules in Makefile.common (as opposed
> to C++ rules).
I see that some temporary measures were taken against this (though of course passing "-x c" to the C++ compiler is hardly portable).
Still, we need a proper solution. In the past, we usually simply changed all source code to C++. That may require modifying the code, though, and for an upstream project like lua, this may not be so desirable.
So we could bite the sour apple and add detection for a C compiler, as well as a build rule for that, too...
Bye,
Max
More information about the Scummvm-devel
mailing list