facebook / fboss

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

Compilation failure - missing files (commit 71edc23) #15

Closed krambn closed 8 years ago

krambn commented 8 years ago

Unable to build the FBOSS agent code. Some of the files from the neteng/fboss/lib directory seem to be missing in the master branch).

Compiler output: .... fboss/agent/state/RouteTableRib.h:17:40: fatal error: neteng/fboss/lib/RadixTree.h: No such file or directory

include "neteng/fboss/lib/RadixTree.h"

....

Thanks

oridb commented 8 years ago

Working on pushing a release that includes missing files.

oridb commented 8 years ago

The files are now there, but the cmakelists.txt is still broken. I'll be fixing that file in the near future.

jaymzh commented 8 years ago

both are fixed now, this can be closed.