2023-05-17, 05:40
I am trying to build 20.1 Nexus kodi out of git on Linux Fedora 30: I have pulled the 20.1-Nexus tag:
The compilation goes smoothly until the swig part of the compilation. I get the following error:
See the fuller log here:
https://paste.kodi.tv/efazubecit
I have Java 11 installed:
I've been building kodi on this machine for years and have never seen an error like this (19.4 was compiled on this machine and build fine). Is this something new in the compilation procedure between v19 and v20?
Code:
git status
HEAD detached at 20.1-Nexus
The compilation goes smoothly until the swig part of the compilation. I get the following error:
Code:
Caught: groovy.lang.MissingMethodException: No signature of method: static SwigTypeParser.SwigType_lrtype() is applicable for argument types: (String) values: [XBMCAddon::String]
See the fuller log here:
https://paste.kodi.tv/efazubecit
I have Java 11 installed:
Code:
java -version
openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment 18.9 (build 11.0.7+10)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.7+10, mixed mode, sharing)
I've been building kodi on this machine for years and have never seen an error like this (19.4 was compiled on this machine and build fine). Is this something new in the compilation procedure between v19 and v20?