This worked for me as well!! Thanks. On Monday, May 26, 2014 at 9:11:50 PM UTC+5:30, Greg Tarsa wrote: > > It looks like most of these files are paired so that an UPPERcase or > lowercase version will match. This one did not. I created a symlink > in linux/netfilter of xt_DSCP.h to xt_dscp.h to get around the problem > without changing any source code. That seems to have gotten me going again. > > cd external/iptables/extensions/../include/linux/netfilter > ln -s xt_dscp.h xt_DSCP.h > > On Friday, May 23, 2014 1:42:14 PM UTC-4, Peter Ma wrote: >> >> Hey guys, >> >> Pretty much just stock Android kit kat, when I am trying to use make -j4 >> >> I am getting this error an hour down the line >> >> >> In file included from >> out/target/product/hammerhead/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_ECN.c:11:0: >> >> >> *external/iptables/extensions/../include/linux/netfilter_ipv4/ipt_ECN.h:13:37:* >> *fatal >> error: *linux/netfilter/xt_DSCP.h: No such file or directory >> >> #include <linux/netfilter/xt_DSCP.h> >> >> * ^* >> >> compilation terminated. >> >> make: *** >> [out/target/product/hammerhead/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_ECN.o] >> >> Error 1 >> >> make: *** Waiting for unfinished jobs.... >> >> >> Any hint on what to do? >> >> I can only locate xt_DSCP.h under prebuilds from the repo. >> >> Let me know if there is a solution for this. >> >> >> >>
-- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
