Sorry, I forgot to warn about this. "Inflate" is part of the zlib library.
Try compiling with: g++ -o swfparse swfparse.cpp -lz If you don't have the zlib library then I'm sure somebody else will know how you can get & install it. -- David Adams Computing Services Southampton University ----- Original Message ----- From: "Lu OnLine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 3:31 PM Subject: Re: [htdig] Building swfparser on RedHat 8.0 > Thank you, David! But now I'm having these error messages: > > /home/luonline/tmp/ccJjrS27.o: In function > `CInputScript::ParseDefineBitsLossless(char *)': > /home/luonline/tmp/ccJjrS27.o(.text+0x1b87): undefined reference to > `inflateInit_' > /home/luonline/tmp/ccJjrS27.o(.text+0x1b9e): undefined reference to > `inflate' > /home/luonline/tmp/ccJjrS27.o(.text+0x1cce): undefined reference to > `inflate' > /home/luonline/tmp/ccJjrS27.o(.text+0x1d18): undefined reference to > `inflateEnd' > collect2: ld returned 1 exit status > > What should I do to build it correctly? Any help is apreciated... > > >From: "David Adams" <[EMAIL PROTECTED]> > >To: "Lu OnLine" <[EMAIL PROTECTED]>, > ><[EMAIL PROTECTED]> > >Subject: Re: [htdig] Building swfparser on RedHat 8.0 > >Date: Wed, 9 Oct 2002 09:10:41 +0100 > > > >I had to make changes to get it to compile under RedHat 7.3. > > > >It seems to work, so I have attached a zipped tar file of my version. Use > >it at your own risk, and please don't ask me for help with it, I know > >nothing about .SWF format files and not much more about C++ code. > > > >-- > >David Adams > >Computing Services > >Southampton University > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > htdig-general mailing list <[EMAIL PROTECTED]> > To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe > FAQ: http://htdig.sourceforge.net/FAQ.html > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

