Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Folly and Gooey problem #253

Open
codeboywang opened this issue Feb 26, 2018 · 1 comment
Open

Folly and Gooey problem #253

codeboywang opened this issue Feb 26, 2018 · 1 comment

Comments

@codeboywang
Copy link

I met these problems on 2018.2.26.

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.

@CNDOTAHOPE
Copy link

compile folly as follow
cmake configure .. -DBUILD_SHARED_LIBS=ON

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants