Your message dated Thu, 6 Oct 2011 13:27:27 +0200
with message-id <[email protected]>
and subject line Re: Bug#644493: libmozjs-dev: jsxdrapi.h cannot be included
from C anymore
has caused the Debian Bug report #644493,
regarding libmozjs-dev: jsxdrapi.h cannot be included from C anymore
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
644493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644493
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmozjs-dev
Version: 7.0.1-2
Severity: normal
Tags: upstream
Hello.
The oolite package used to #include <jsxdrapi.h> from Objective C
files. Recent versions of this header use C++ constructs and do not
provide C compatibility, as other /usr/include/mozjs/*.h headers.
It seems that the first change in that direction was introduced by
revision 85d8e5c2c532 2011-03-21 11:06 -0700.
--
Versions of packages libmozjs-dev depends on:
ii libmozjs7d 7.0.1-2
ii libnspr4-dev 4.8.9-1
--- End Message ---
--- Begin Message ---
On Thu, Oct 06, 2011 at 01:17:23PM +0200, Nicolas Boulenguez wrote:
> Package: libmozjs-dev
> Version: 7.0.1-2
> Severity: normal
> Tags: upstream
>
> Hello.
>
> The oolite package used to #include <jsxdrapi.h> from Objective C
> files. Recent versions of this header use C++ constructs and do not
> provide C compatibility, as other /usr/include/mozjs/*.h headers.
>
> It seems that the first change in that direction was introduced by
> revision 85d8e5c2c532 2011-03-21 11:06 -0700.
It's sad, but it's probably not going to change. You need to wrap in
C++, or stay away from these APIs.
Mike
--- End Message ---