facebook / fboss

Facebook Open Switching System Software for controlling network switches.
Other
860 stars 295 forks source link

fbthrift fails to build saying missing mstch even though mstch is built #48

Closed wililupy closed 7 years ago

wililupy commented 7 years ago

Hello,

I am trying to build FBOSS, however, when I get to building fbtrhift from the getdeps.sh it says it cannot find mstch, even though I see it built in the external/mstch directory. I believe a missing CPPFLAG variable pointing to the correct path is missing since fbthrift is running lmstch to find the library and it fails.

Please advise...

capveg commented 7 years ago

This should be fixed now - please check it out and confirm. I've just added Travis support to better find such problems in the future. Check out: https://travis-ci.org/facebook/fboss

Thanks.

capveg commented 7 years ago

Closing this out - seems fixed and no reply.