2017-10-20, 23:45
Am I correct to assume that FreeBSD support is still something that is being worked on and not usable at present time?
I got almost instant build error when I tried to build from source on FreeBSD 11.1-RELEASE in a virtual machine. I was browsing the code and suddenly noticed
and other similar "freebsd"-related additions in the kodi code, then decided to try..
Testing by substituting -DCORE_SYSTEM_NAME=linux (instead of freebsd) it went further than that, even though I knew it was wrong and predictably it did error out as well.
I got almost instant build error when I tried to build from source on FreeBSD 11.1-RELEASE in a virtual machine. I was browsing the code and suddenly noticed
Code:
#if defined(TARGET_FREEBSD)
and other similar "freebsd"-related additions in the kodi code, then decided to try..
Testing by substituting -DCORE_SYSTEM_NAME=linux (instead of freebsd) it went further than that, even though I knew it was wrong and predictably it did error out as well.