Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to build flow_manager examples when trema gem is used #16

Closed
amotoki opened this issue Jan 24, 2013 · 0 comments
Closed

Fail to build flow_manager examples when trema gem is used #16

amotoki opened this issue Jan 24, 2013 · 0 comments
Assignees

Comments

@amotoki
Copy link
Member

amotoki commented Jan 24, 2013

When trema is installed via "gem", a compilation of flow_manager examples fails with the following errors. flow_manager/examples/Makefile expects trema-config exists in ../../trema. It must check trema-config in the system using which.

make[1]: Entering directory /home/ubuntu/apps/flow_manager/examples' gcc -MM -std=gnu99 -D_GNU_SOURCE -g -fno-strict-aliasing -Werror -Wall -Wextra -Wformat=2 -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wfloat-equal -Wpointer-arith -I. -I.. utils.c example1.c example2.c example3.c example4.c example5.c > .depends ../libpath.h:26:19: fatal error: trema.h: No such file or directory compilation terminated. ../libpath.h:26:19: fatal error: trema.h: No such file or directory compilation terminated. ../libpath.h:26:19: fatal error: trema.h: No such file or directory compilation terminated. ../libpath.h:26:19: fatal error: trema.h: No such file or directory compilation terminated. ../libpath.h:26:19: fatal error: trema.h: No such file or directory compilation terminated. ../libpath.h:26:19: fatal error: trema.h: No such file or directory compilation terminated. make[1]: *** [depend] Error 1 make[1]: Leaving directory/home/ubuntu/apps/flow_manager/examples'
make: *** [examples] Error 2

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

No branches or pull requests

2 participants