RSS/Atom feed Twitter
Site is read-only, email is disabled

make pdf does not work anymore

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

make pdf does not work anymore Marco Ciampa 14 Mar 12:10
  make pdf does not work anymore Roman Joost 14 Mar 14:08
   make pdf does not work anymore Marco Ciampa 14 Mar 14:42
    make pdf does not work anymore Marco Ciampa 14 Mar 15:18
Marco Ciampa
2007-03-14 12:10:11 UTC (about 17 years ago)

make pdf does not work anymore

make pdf does not work anymore. This is the output:

marco at ibook:~/svn-gnome/gimp-help-2/trunk$ make pdf *** Profiling XML files ***
*** Building PDF files ***
-- Building PDF for en
dblatex [options] file.{sgml|xml}
Options:
-t {pdf|ps|dvi|tex|xml}: output format -b {pdftex|dvips} : driver to use -f {fig|eps} : input figures format -d : debug mode (keep the temporary dir) -v : display the version number -o output : output filename -p param_file : XSL parameter file for customization -P param=value : single XSL parameter -s : strict latex output (slower) -S spec_file : specification file for behaviour customization -x option : option passed to the XSLT -X : no external text file support -I "path1 path2 ..." : extra files paths -T style : available latex styles (db2latex, native, simple)

System: Kubuntu (Edgy) Linux PPC

Any hint?

Roman Joost
2007-03-14 14:08:50 UTC (about 17 years ago)

make pdf does not work anymore

Hi Marco,

On Wed, Mar 14, 2007 at 12:10:11PM +0100, Marco Ciampa wrote:

make pdf does not work anymore. This is the output: [...] output
System: Kubuntu (Edgy) Linux PPC

Any hint?

I think, the configure doesn't check if dblatex is installed. This should be added to configure.in.

Marco can you file a bug about this problem? I wont have time in the next few days to fix this. To get PDF running again, install dblatex from:

http://dblatex.sf.net

Greetings,

Marco Ciampa
2007-03-14 14:42:13 UTC (about 17 years ago)

make pdf does not work anymore

On Wed, Mar 14, 2007 at 02:08:50PM +0100, Roman Joost wrote:

Hi Marco,

On Wed, Mar 14, 2007 at 12:10:11PM +0100, Marco Ciampa wrote:

make pdf does not work anymore. This is the output: [...] output
System: Kubuntu (Edgy) Linux PPC

Any hint?

I think, the configure doesn't check if dblatex is installed. This should be added to configure.in.

Marco can you file a bug about this problem? I wont have time in the next few days to fix this. To get PDF running again, install dblatex from:

http://dblatex.sf.net

No, dblatex _is_ installed, perhaps too old?

dblatex -v dblatex version 0.1.9-3

Marco Ciampa
2007-03-14 15:18:53 UTC (about 17 years ago)

make pdf does not work anymore

On Wed, Mar 14, 2007 at 02:42:13PM +0100, Marco Ciampa wrote:

On Wed, Mar 14, 2007 at 02:08:50PM +0100, Roman Joost wrote:

Hi Marco,

On Wed, Mar 14, 2007 at 12:10:11PM +0100, Marco Ciampa wrote:

make pdf does not work anymore. This is the output: [...] output
System: Kubuntu (Edgy) Linux PPC

Any hint?

I think, the configure doesn't check if dblatex is installed. This should be added to configure.in.

Marco can you file a bug about this problem? I wont have time in the next few days to fix this. To get PDF running again, install dblatex from:

http://dblatex.sf.net

No, dblatex _is_ installed, perhaps too old?

dblatex -v dblatex version 0.1.9-3

I upgraded to dblatex 0.2.4 and the make process succedeed (534 pages)!

Perhaps we need a minimal version check in the configure?

Many thanks, as usual you all are always very kind.