disintar / toncli

TON Command Line Interface - easy smart contract manipulation
https://disintar.io/
Apache License 2.0
166 stars 34 forks source link

Error interpreting standard preamble file `Fift.fif`: cannot locate file `Fift.fif` Check that correct include path is set by -I or by FIFTPATH environment variable, or disable standard preamble by -n. #48

Closed IcarusRyy closed 2 years ago

IcarusRyy commented 2 years ago

PS D:\demo\TonDemo-next\wallet> toncli run fift/data.f [ 1][t 0][2022-05-21 01:31:21.4298882][fift-main.cpp:180] Error interpreting standard preamble file Fift.fif: cannot locate file Fift.fif Check that correct include path is set by -I or by FIFTPATH environment variable, or disable standard preamble by -n.

tvorogme commented 2 years ago

Hi. To fix this problem on windows - copy all fift-lib content into project root.

Original issue: https://github.com/disintar/toncli/issues/14