Linux
Quote...
2021-10-04T21:32:46.9981138Z ===> HOSTCXX network/network.cc
2021-10-04T21:32:47.3352368Z network/network.cc: In function 'bool prepare_for_server(char*, char*, int)':
2021-10-04T21:32:47.3354242Z network/network.cc:993:2: error: 'externalAltIPAddress' was not declared in this scope
2021-10-04T21:32:47.3355938Z externalAltIPAddress[0] = 0;
2021-10-04T21:32:47.3357453Z ^~~~~~~~~~~~~~~~~~~~
2021-10-04T21:32:47.3381898Z network/network.cc:993:2: note: suggested alternative: 'externalIPAddress'
2021-10-04T21:32:47.3382995Z externalAltIPAddress[0] = 0;
2021-10-04T21:32:47.3383615Z ^~~~~~~~~~~~~~~~~~~~
2021-10-04T21:32:47.3384170Z externalIPAddress
2021-10-04T21:32:47.3385703Z network/network.cc:997:3: error: 'has_IP' was not declared in this scope
2021-10-04T21:32:47.3393003Z has_IP = true;
2021-10-04T21:32:47.3393586Z ^~~~~~
2021-10-04T21:32:47.3395110Z network/network.cc:997:3: note: suggested alternative: 'SOL_IP'
2021-10-04T21:32:47.3396600Z has_IP = true;
2021-10-04T21:32:47.3397280Z ^~~~~~
2021-10-04T21:32:47.3397770Z SOL_IP
2021-10-04T21:32:47.3398818Z network/network.cc:1004:9: error: 'has_IP' was not declared in this scope
2021-10-04T21:32:47.3400035Z return has_IP;
2021-10-04T21:32:47.3400699Z ^~~~~~
2021-10-04T21:32:47.3401714Z network/network.cc:1004:9: note: suggested alternative: 'SOL_IP'
2021-10-04T21:32:47.3402504Z return has_IP;
2021-10-04T21:32:47.3402986Z ^~~~~~
2021-10-04T21:32:47.3403461Z SOL_IP
2021-10-04T21:32:47.3863540Z make: *** [build/default/network/network.o] Error 1
2021-10-04T21:32:47.3865053Z common.mk:50: recipe for target 'build/default/network/network.o' failed
2021-10-04T21:32:47.3879086Z ##[error]Process completed with exit code 2.
2021-10-04T21:32:47.3937918Z Cleaning up orphan processes
Should compile in r10130 again with UPnP again.