pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

0ad: Update TODO



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 18:00:06 2021 +0100
Changeset:	8839c003db19017c9c4b1361717968a3d50ee455

Modified Files:
	0ad/TODO

Log Message:
0ad: Update TODO

Still does not build. Something goes wrong with the JaveScript stuff.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8839c003db19017c9c4b1361717968a3d50ee455

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 0ad/TODO | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diffs:
diff --git a/0ad/TODO b/0ad/TODO
index 1678d7d399..eb39835147 100644
--- a/0ad/TODO
+++ b/0ad/TODO
@@ -1,2 +1,12 @@
-[X] Fix iconv mismatch
+[X] Fix iconv mismatch in tinygettext
 [ ] Create PLIST
+
+In file included from /usr/pkg/include/mozjs-78/js/TraceKind.h:12:0,
+                 from /usr/pkg/include/mozjs-78/jspubtd.h:18,
+                 from ../../../source/scriptinterface/ScriptTypes.h:62,
+                 from ../../../source/scriptinterface/ScriptContext.h:21,
+                 from ../../../source/scriptinterface/ScriptContext.cpp:20:
+/usr/pkg/include/mozjs-78/js/TypeDecls.h:55:21: note: class type 'JS::Zone' is incomplete
+ class JS_PUBLIC_API Zone;
+                     ^~~~
+gmake[3]: *** [scriptinterface.make:138: obj/scriptinterface_Release/ScriptContext.o] Error 1


Home | Main Index | Thread Index | Old Index