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

Cygwin and po, second steps

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Cygwin and po, second steps Vitaly Lomov 07 Jan 12:17
  Cygwin and po, second steps julien 07 Jan 20:33
Vitaly Lomov
2009-01-07 12:17:08 UTC (almost 16 years ago)

Cygwin and po, second steps

I tried :
<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.docbook.org/xml/4.5/docbookx.dtd"> This doesn't work :-(. I still have a validity error. (4.5 is installed on my computer)

julien, how did you install docbook 4.5? Maybe I can replicate the setup on cygwin. If there are not too many files to copy, I can do it manually.

3.make: *** [html/ru/index.html] Error 1 I/O error : Attempt to load network entity http://www.docbook.org/xml/4.5/docboo kx.dtd xml/ru/menus/file-close.xml:2: warning: failed to load external entity "http://w ww.docbook.org/xml/4.5/docbookx.dtd" //OASIS//DTD DocBook XML V4.5//EN"
"http://www.docbook.org/xml/4.5/docbookx.dtd" -That's a bigger deal. Cygwin doesn't provide docbook 4.5 package yet, 4.4 is the latest. I don't know what this error effects, since I got my local xml and html files.

Grrr, DocBook 4.5 is released october 2006!

good to know cygwin team is on the ball ;-) They probably are doing _extensive_ testing :)
As a hack I did the following (on Cygwin), assuming the programs such as xmllint etc. did not have to be changed and assuming it's just a dtd update:
1. went here https://launchpad.net/ubuntu/+source/docbook/4.5-4 and got the docbook_4.5.orig.tar.gz - this is one of the top links on google for docbook 4.5
2. out of there I extracted the 4.5 directory and put it into /usr/share/xml/docbook/4.5, similar to 4.4 layout. 3. copied ent directory from 4.4 to 4.5 (fingers crossed, hopefully we are not using 4.5 entities)
4. modified /etc/xml/catalog to include 4.5 override:

5. ran make -f Makefile.GNU validate-ru Now I seem to get just the placeholder-1 errors.

did I miss anything?

julien
2009-01-07 20:33:48 UTC (almost 16 years ago)

Cygwin and po, second steps

I tried :
<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.docbook.org/xml/4.5/docbookx.dtd"> This doesn't work :-(. I still have a validity error. (4.5 is installed on my computer)

julien, how did you install docbook 4.5? Maybe I can replicate the setup on cygwin. If there are not too many files to copy, I can do it manually.

I am working under OpenSuse-11.0 : dockbook-4.5 IS installed...

Julien

3.make: *** [html/ru/index.html] Error 1 I/O error : Attempt to load network entity http://www.docbook.org/xml/4.5/docboo kx.dtd xml/ru/menus/file-close.xml:2: warning: failed to load external entity "http://w ww.docbook.org/xml/4.5/docbookx.dtd" //OASIS//DTD DocBook XML V4.5//EN"
"http://www.docbook.org/xml/4.5/docbookx.dtd" -That's a bigger deal. Cygwin doesn't provide docbook 4.5 package yet, 4.4 is the latest. I don't know what this error effects, since I got my local xml and html files.

Grrr, DocBook 4.5 is released october 2006!

good to know cygwin team is on the ball ;-) They probably are doing _extensive_ testing :)
As a hack I did the following (on Cygwin), assuming the programs such as xmllint etc. did not have to be changed and assuming it's just a dtd update:
1. went here https://launchpad.net/ubuntu/+source/docbook/4.5-4 and got the docbook_4.5.orig.tar.gz - this is one of the top links on google for docbook 4.5
2. out of there I extracted the 4.5 directory and put it into /usr/share/xml/docbook/4.5, similar to 4.4 layout. 3. copied ent directory from 4.4 to 4.5 (fingers crossed, hopefully we are not using 4.5 entities)
4. modified /etc/xml/catalog to include 4.5 override:

5. ran make -f Makefile.GNU validate-ru Now I seem to get just the placeholder-1 errors.

did I miss anything?