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

Bug - merge build fails when building netmap after merge #20 #21

Closed
fklassen opened this issue Dec 9, 2013 · 1 comment
Closed

Bug - merge build fails when building netmap after merge #20 #21

fklassen opened this issue Dec 9, 2013 · 1 comment
Assignees
Milestone

Comments

@fklassen
Copy link
Member

fklassen commented Dec 9, 2013

After merge get the following error

gcc -DHAVE_CONFIG_H -I. -I../../src    -I.. -I../..   -D_U_="__attribute__((unused))"  -Wall -O3 -std=gnu99 -Wextra -Wno-variadic-macros -Wfatal-errors -I/usr/include -I/usr/src/netmap-backup//sys -MT sendpacket.o -MD -MP -MF .deps/sendpacket.Tpo -c -o sendpacket.o sendpacket.c
sendpacket.c: In function ‘sendpacket_open’:
sendpacket.c:515: error: ‘sendpacket_type’ undeclared (first use in this function)
compilation terminated due to -Wfatal-errors.
make[4]: *** [sendpacket.o] Error 1
make[4]: Leaving directory `/home/fklassen/git/tcpreplay/src/common'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/fklassen/git/tcpreplay/src/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fklassen/git/tcpreplay/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fklassen/git/tcpreplay/src'
@ghost ghost assigned fklassen Dec 9, 2013
@fklassen
Copy link
Member Author

fklassen commented Dec 9, 2013

fixed in b710fea

@fklassen fklassen closed this as completed Dec 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant