(09-29-2022, 04:04 PM)dbsoft Wrote: (09-29-2022, 02:23 PM)noobsoftware Wrote: Following the latest UXP release and Basilisk update, here is Silver 1.5.4
Awesome! Thanks!
Guess you didn't try out WebRTC with the latest changes?
I tried it out but it didn't work, according to basilisk-dev it should work, as it works on Windows on Linux. Here is the error i got:
1:07.47 nsCSSPropsGenerated.inc
1:07.47 xpcAccEvents.h
1:07.60 /Users/siggi/Documents/silver_build3/basilisk/platform/dom/webidl/CSS2Properties.webidl.in
1:09.59 Traceback (most recent call last):
1:09.59 File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
1:09.59 "__main__", fname, loader, pkg_name)
1:09.59 File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
1:09.59 exec code in run_globals
1:09.59 File "/Users/siggi/Documents/silver_build3/basilisk/platform/python/mozbuild/mozbuild/action/webidl.py", line 19, in <module>
1:09.59 sys.exit(main(sys.argv[1:]))
1:09.59 File "/Users/siggi/Documents/silver_build3/basilisk/platform/python/mozbuild/mozbuild/action/webidl.py", line 15, in main
1:09.59 manager.generate_build_files()
1:09.59 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/mozwebidlcodegen/__init__.py", line 249, in generate_build_files
1:09.59 self._parse_webidl()
1:09.59 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/mozwebidlcodegen/__init__.py", line 336, in _parse_webidl
1:09.59 parser.parse(data, path)
1:09.59 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 6807, in parse
1:09.59 self._productions.extend(self.parser.parse(lexer=self.lexer, tracking=True))
1:09.59 File "/Users/siggi/Documents/silver_build3/basilisk/platform/other-licenses/ply/ply/yacc.py", line 263, in parse
1:09.60 return self.parseopt(input,lexer,debug,tracking,tokenfunc)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/other-licenses/ply/ply/yacc.py", line 710, in parseopt
1:09.60 p.callable(pslice)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 5683, in p_CallbackRest
1:09.60 identifier, p[3], p[5])
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 4430, in __init__
1:09.60 IDLObjectWithScope.__init__(self, location, parentScope, identifier)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 459, in __init__
1:09.60 IDLObjectWithIdentifier.__init__(self, location, parentScope, identifier)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 410, in __init__
1:09.60 self.resolve(parentScope)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 417, in resolve
1:09.60 self.identifier.resolve(parentScope, self)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 390, in resolve
1:09.60 scope.ensureUnique(self, object)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 274, in ensureUnique
1:09.60 object)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 316, in resolveIdentifierConflict
1:09.60 newObject.location)
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 248, in __str__
1:09.60 return self.QName()
1:09.60 File "/Users/siggi/Documents/silver_build3/basilisk/platform/dom/bindings/parser/WebIDL.py", line 251, in QName
1:09.60 if self._name:
1:09.60 AttributeError: 'IDLCallback' object has no attribute '_name'
1:09.64 make[5]: *** [codegen.pp] Error 1
1:09.64 make[4]: *** [dom/bindings/export] Error 2
1:09.64 make[4]: *** Waiting for unfinished jobs....
1:16.16 make[3]: *** [export] Error 2
1:16.16 make[2]: *** [default] Error 2
1:16.16 make[1]: *** [realbuild] Error 2
1:16.16 make: *** [build] Error 2
1:16.20 0 compiler warnings present.
It fails almost immediately in the start of the build, i think i pasted all the relevant lines from the build output.