Again error at netconf.c, is it not patched? do I have to manually edit netconf.c again in the src dir?
Code:darwin/netconf.c:78:31: error: initialization of 'CFDictionaryRef' {aka 'const struct __CFDictionary *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] darwin/netconf.c:84:47: error: 'kSCPropNetProxiesHTTPEnable' undeclared (first use in this function); did you mean 'kCFNetworkProxiesHTTPEnable'? 84 | kSCPropNetProxiesHTTPEnable); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | kCFNetworkProxiesHTTPEnable darwin/netconf.c:84:47: note: each undeclared identifier is reported only once for each function it appears in darwin/netconf.c:94:55: error: 'kSCPropNetProxiesHTTPProxy' undeclared (first use in this function) 94 | kSCPropNetProxiesHTTPProxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ darwin/netconf.c:99:57: error: 'kSCPropNetProxiesHTTPPort' undeclared (first use in this function) 99 | kSCPropNetProxiesHTTPPort); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from darwin/netconf.c:28: ../include/vlc_common.h: At top level: ../include/vlc_common.h:829:13: warning: 'vlc_free' defined but not used [-Wunused-function] 829 | static void vlc_free(void *ptr) | ^~~~~~~~ make[3]: *** [darwin/netconf.lo] Error 1 make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_VLC2/VLC2/work/vlc-2.2.8/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_VLC2/VLC2/work/vlc-2.2.8/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_VLC2/VLC2/work/vlc-2.2.8' make: *** [all] Error 2 make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_VLC2/VLC2/work/vlc-2.2.8'
Where to edit the file for success? src dir or work dir?
I think I have missed some header then. Give me a sec.
No need to clean the build. Let me check what was missed.