You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
I did every steps carefully according to the guide, when I "make" the project , sth came like these. //usr/local/lib/ **libfolly**.a(Conv.cpp.o): In function folly::Expected<float, folly::ConversionCode> folly::detail::str_to_floating<float>(folly::Range<char const*>*)': /home/xxx/xxx/Folly/folly/folly/Conv.cpp:354: undefined reference to double_conversion::StringToDoubleConverter::StringToDouble(char const*, int, int*) const'
There is sth wrong with folly.
And one of my friend got problem about Gooey.
When he ran "python run_all.py" , sth like "Bitmap have no attribute ...." came out.
From the tracks above , it can be assured sth wrong with Gooey.But we do everything following the "readme" or guide.
The text was updated successfully, but these errors were encountered:
I did every steps carefully according to the guide, when I "make" the project , sth came like these.
//usr/local/lib/ **libfolly**.a(Conv.cpp.o): In function folly::Expected<float, folly::ConversionCode> folly::detail::str_to_floating<float>(folly::Range<char const*>*)': /home/xxx/xxx/Folly/folly/folly/Conv.cpp:354: undefined reference to double_conversion::StringToDoubleConverter::StringToDouble(char const*, int, int*) const'
There is sth wrong with folly.
And one of my friend got problem about Gooey.
When he ran "python run_all.py" , sth like "Bitmap have no attribute ...." came out.
From the tracks above , it can be assured sth wrong with Gooey.But we do everything following the "readme" or guide.
The text was updated successfully, but these errors were encountered: