yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

compilation error when using nake #347

Closed kobi2187 closed 5 years ago

kobi2187 commented 5 years ago

following the instructions on "building for different platforms", I get the following error: ...

Hint: plists [Processing]
Hint: xmltree [Processing]
Hint: xmlparser [Processing]
Hint: parsexml [Processing]
..\..\..\.nimble\pkgs\nimx-0.1\nimx\naketools.nim(188, 30) Error: undeclared identifier: 'TimeInfo'

same with head: ..\..\..\.nimble\pkgs\nimx-#head\nimx\naketools.nim(188, 30) Error: undeclared identifier: 'TimeInfo'

probably some library is missing? or some dependency is not updated on my end.

kobi2187 commented 5 years ago

oh, it was just replaced with DateTime

Tormund commented 5 years ago

fixed in #348 pr