ODF Support and bug: 366715
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Roman,
I just applied your patch concerning the odf creation to configure.in
and makefile.am [1]
Altough it only partially was successful in the patching, the
configure does it's job in figuring out that I don't have any
docbook2odf stuff on my computer. Anyway - you probably should
doublecheck the patch itself.
Greetings, lexA
[1]
axel-wernickes-computer:~/Documents/Projekte/gimp-help-2 axelwernicke
$ patch -i /Users/axelwernicke/Desktop/docbook2odf.patch -p0
patching file Makefile.am
Hunk #3 succeeded at 227 (offset 15 lines).
patching file configure.in
Hunk #2 FAILED at 87.
Hunk #3 succeeded at 106 (offset 4 lines).
1 out of 3 hunks FAILED -- saving rejects to file configure.in.rej
axel-wernickes-computer:~/Documents/Projekte/gimp-help-2 axelwernicke
$ make
cd . && /bin/sh /Users/axelwernicke/Documents/Projekte/gimp-help-2/
missing --run aclocal-1.9
cd . && /bin/sh /Users/axelwernicke/Documents/Projekte/gimp-help-2/
missing --run automake-1.9 --gnu
cd . && /bin/sh /Users/axelwernicke/Documents/Projekte/gimp-help-2/
missing --run autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-maintainer-
mode --enable-build --without-gimp --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether make is GNU make... yes
checking for xsltproc... /sw/bin/xsltproc
checking libxslt version... 10117
checking for xmllint... /sw/bin/xmllint
checking for convert... /sw/bin/convert
checking for docbook2odf... no
configure: creating ./config.status
Rebuild the help files: yes
Languages: cs de en es fr hr it ko nl no ru sv
zh_CN
Installation prefix: ${datadir}/gimp/2.0
Optimize PNGs for HTML files: no
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating omf/gimp-C.omf
config.status: creating stylesheets/plainhtml.xsl
make: Nothing to be done for `all'.
Am 08.01.2007 um 13:15 schrieb Roman Joost:
I filed a bug report (#3666715) for ODF support under:
http://bugzilla.gnome.org/show_bug.cgi?id=366715
Before I add this permanently to our module I like to have it
tested by
someone else. Is there someone able to check if the patch is working?
It is still valuable to me, if someone tries this patch who doesn't
have
docbook2odf installed. Off course, you won't be able to create ODF
documents ;)
Greetings,