掌機 - Dingoo A320 - OpenDingux - 解決Can't use 'defined(@array)' ... line 373問題



問題如下:

Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.

解法如下:

只要把if (!defined(@val))改成if (!(@val))即可編譯