On 11/8/06, Andrew Feren <[EMAIL PROTECTED]> wrote: > > > Now I am getting the following error > > Making all in tcpedit > make[3]: Entering directory `/home/acferen/tcpreplay-trunk/src/tcpedit' > if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -I../common -I../.. > -I/usr/local/include -g -O2 -Wall -O2 -funroll-loops -std=gnu99 -MT > tcpedit.o -MD -MP -MF ".deps/tcpedit.Tpo" -c -o tcpedit.o tcpedit.c; \ > then mv -f ".deps/tcpedit.Tpo" ".deps/tcpedit.Po"; else rm -f > ".deps/tcpedit.Tpo"; exit 1; fi > tcpedit.c:58: error: conflicting type qualifiers for > 'tcpedit_tcpedit_optDesc_p'tcpedit_stub.h:61: error: previous declaration of > 'tcpedit_tcpedit_optDesc_p' was here > make[3]: *** [tcpedit.o] Error 1 > make[3]: Leaving directory `/home/acferen/tcpreplay-trunk/src/tcpedit' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/acferen/tcpreplay-trunk/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/acferen/tcpreplay-trunk/src' > make: *** [all-recursive] Error 1 > > > At first I thought something might have been screwed up from when I was > trying to get tcpreplay to build without autogen. So I deleted the directory > and did a fresh check out, but the error persisted.
Hi Andrew, Well SVN/trunk is not considered stable and really isn't recommended for people who aren't willing or able to dig into the code and figure things out. Especially right now with me working on the new tcpedit plugin architecture for DLT/Layer 2 processing, things are even more unstable then normal. With that said, I can't reproduce your problem, but I'm using autogen 5.8.5. Maybe there's a bug in 5.8.7. Unless you're intending on doing some code development on tcpreplay, then I would recommend grabbing one of the published tarballs on the download site. -- Aaron Turner http://synfin.net/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
