--- Aaron Turner <[EMAIL PROTECTED]> wrote:
> On 11/7/06, Andrew Feren <[EMAIL PROTECTED]> wrote: > > tcpedit_stub.h isn't getting built from the .def file for me. > > > > The specific error I am getting is [ snip ] > Sounds like you're missing GNU Autogen. > http://autogen.sourceforge.net/ > > autogen is required to build from SVN but not from the source tarballs. Thanks, that solved the first problem. $ autogen --version autogen (GNU AutoGen) - The Automated Program Generator - Ver. 5.8.7 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_ptcpedit_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. Thanks for any help, -Andrew -Andrew Feren [EMAIL PROTECTED] ------------------------------------------------------------------------- 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
