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
Hi,
When I was trying to build the proxygen, I got the "fbthrift +folly Build failed" error.
After digging into it, I found out that proxygen is building the older version of fbthrift and also fbthrift is trying to build older version of folly. So I cloned the latest fbthrift/folly and build it separately and commented out the fbthrift /folly build script in "proxygen/deps.sh". Now it worked !
Can we set the proxygen to use the latest fbthrift/folly rather than the older versions? (same goes for fbthrift)
The text was updated successfully, but these errors were encountered:
Hi,
When I was trying to build the proxygen, I got the "fbthrift +folly Build failed" error.
After digging into it, I found out that proxygen is building the older version of fbthrift and also fbthrift is trying to build older version of folly. So I cloned the latest fbthrift/folly and build it separately and commented out the fbthrift /folly build script in "proxygen/deps.sh". Now it worked !
Can we set the proxygen to use the latest fbthrift/folly rather than the older versions? (same goes for fbthrift)
The text was updated successfully, but these errors were encountered: