swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Standalone version of pdf2swf


From: Steven G. Messervey
Subject: Re: [Swftools-common] Standalone version of pdf2swf
Date: Sun, 18 Jan 2015 23:44:15 -0500


From: address@hidden [mailto:address@hidden On Behalf Of address@hidden
Sent: Sunday, January 18, 2015 6:27 PM
To: address@hidden
Subject: [Swftools-common] Standalone version of pdf2swf

Hey,
Im trying to create a standalone version of pdf2swf and was coming up with 
errors when I attempt to compile the code without making any changes to it.

Compiling was done by: gcc pdf2swf.c pdf2pdf.c and also by compiling each of 
them individually
The error is attached with the mail



Sent from Windows Mail
-------------------------------------------------------------------------------
Did you run the 'configure' script first?
I would be surprised if you did...

Also, pdf2swf and pdf2pdf are two distinct programs that cannot be compiled 
into the same executable,
because both define 'main', a program entry point.

The canonical way to make programs from source packages on linux is:

$ tar -C /path/to/output/directory -xzf somepackage.tar.gz
$ cd /path/to/output/directory/somepackage
$ ./configure
$ make

Run './configure --help' for a summary of options.

Additionally and optionally, you can become root using 'su', and then run 'make 
install'.

Hope this helps,
  Steve 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]