fixed the issue. the problem is that in xpdf the signature of unlink is given as int unlink(char*) where it is int unlink(const char *), changing tit in stream.cc in xpdf fixed the problem but now i am stuck with another issue. launching pdf2swf gives an error on jpeg62.dll not found. Any ideas on what this can be?
thanks. On Wed, Mar 26, 2008 at 12:16 AM, Novice Programmer < [EMAIL PROTECTED]> wrote: > just noted that all other tools compiled but pdf2swf... getting the same > error whatever i do.. i tried moving to the xpdf directory to compile it and > get the same error. > > thanks. > > > On Tue, Mar 25, 2008 at 10:44 PM, Novice Programmer < > [EMAIL PROTECTED]> wrote: > > > Hello Mathias, > > > > but then i get the following error while compiling releases: > > > > no rule to make target ../lib/libpdf > > > > i thought that it might be due to g++ so i installed C++ compiler but > > then i started getting following error: > > > > xpdf/stream.cc : error: declaration of C function int unlink(char **) > > conficts with some thing.... > > > > Please help. > > > > Thanks. > > > > > > > > On Tue, Mar 25, 2008 at 5:08 AM, Matthias Kramm <[EMAIL PROTECTED]> wrote: > > > > > On Tue, Mar 25, 2008 at 04:50:18AM +0530, Novice Programmer < > > > [EMAIL PROTECTED]> wrote: > > > > do you mean the linux tarballs kept on swftools.org when you say > > > > swftools/lib/pdf? I might be looking at some other place but believe > > > me i > > > > can't find even a single *.pl in swftools-0.8.0 or swftools-0.8.1... > > > :( > > > > > > If you are compiling the releases, not the CVS version, you don't need > > > to run inject-xpdf.pl. xpdf is already unpacked and patched in the > > > releases. > > > > > > Greetings > > > > > > Matthias > > > > > > > > > > > > > > > > > > > > > -- > > Thanks & Regards, > > Novice (http://ishuonweb.wordpress.com/). > > > > > > -- > Thanks & Regards, > Novice (http://ishuonweb.wordpress.com/). > -- Thanks & Regards, Novice (http://ishuonweb.wordpress.com/).
