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

"make" problem

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.

5 of 9 messages available
Toggle history

Please log in to manage your subscriptions.

"make" problem julien 11 Dec 14:25
  "make" problem Kolbjørn Stuestøl 11 Dec 17:13
   "make" problem Kolbjørn Stuestøl 11 Dec 17:36
    "make" problem julien 12 Dec 08:23
     200912121257.05648.ude88@we... Ulf-D. Ehlert 12 Dec 12:57
  200912121256.51997.ude88@we... Ulf-D. Ehlert 12 Dec 12:56
4B23FD7C.7040606@wanadoo.fr 07 Oct 20:29
  200912131443.10394.ude88@we... Ulf-D. Ehlert 13 Dec 14:43
   "make" problem julien 13 Dec 16:21
julien
2009-12-11 14:25:51 UTC (almost 15 years ago)

"make" problem

Hi,

When running "make pot", just after an autogen, I get this error:

Rebuild the help files: yes Languages: en fr
Installation prefix: $(datadir)/gimp/2.0

Now type 'make' to compile gimp-help-2. julien@linux-gj7t:~/gimp-help-2> make pot Makefile:487: xml/fr/.deps.mk: No such file or directory [SRC] src/preface/authors.xml
[DEP] xml/fr/.deps.mk
[POT] pot/introduction.pot
/bin/sh: --output=-: command not found make: *** [pot/introduction.pot] Error 1

I never had this error before. What does it mean?

Julien

Kolbjørn Stuestøl
2009-12-11 17:13:53 UTC (almost 15 years ago)

"make" problem

julien skreiv:

Hi,

When running "make pot", just after an autogen, I get this error:

Rebuild the help files: yes Languages: en fr
Installation prefix: $(datadir)/gimp/2.0

Now type 'make' to compile gimp-help-2. julien@linux-gj7t:~/gimp-help-2> make pot Makefile:487: xml/fr/.deps.mk: No such file or directory [SRC] src/preface/authors.xml
[DEP] xml/fr/.deps.mk
[POT] pot/introduction.pot
/bin/sh: --output=-: command not found make: *** [pot/introduction.pot] Error 1

I never had this error before. What does it mean?

Julien

I do not know what it mean, but I had similar problems (well, it looks similar to me, in this world you never knows) and had to use two steps to correct it:

1. Add the full path to the tools/xml2po file when running ./autogen.sh: ./autogen.sh (...) *XML2PO=absolute/path/to/tools/xml2po* 2. Comment out the symlink test in the HTML IMAGE section of Makefile (without extension) and :
# Cygwin
html/%/images: FORCE
/*#* $(cmd) test -h $@ && rm -f $@/ $(cmd) test -d $@ && rm -rf $@/* || $(MKDIR_P) $@ ...

I am using Cygwin. Perhaps the problem is different in plain Linux? (I think Ulf-D has a better explanation/solution when he has finished his updating).

Kolbjoern

Kolbjørn Stuestøl
2009-12-11 17:36:13 UTC (almost 15 years ago)

"make" problem

OOOPS.
Forget the stars ("*") in my message: The new commands should be

(1.) ./autogen.sh (...) XML2PO=absolute/path/to/tools/xml2po

(2.) /# $(cmd) test -h $@ && rm -f $@/ (i.e. adding the hash (#)) Kolbjoern
Kolbjørn Stuestøl skreiv:

julien skreiv:

Hi,

When running "make pot", just after an autogen, I get this error:

(...) [DEP] xml/fr/.deps.mk
[POT] pot/introduction.pot
/bin/sh: --output=-: command not found make: *** [pot/introduction.pot] Error 1

I never had this error before. What does it mean?

Julien

julien
2009-12-12 08:23:29 UTC (almost 15 years ago)

"make" problem

The new commands should be

(1.) ./autogen.sh (...) XML2PO=absolute/path/to/tools/xml2po

(2.) /# $(cmd) test -h $@ && rm -f $@/ (i.e. adding the hash (#))

Thank you. But too complicated for me. Waiting for a right "make".

Julien

julien
2009-12-13 16:21:31 UTC (almost 15 years ago)

"make" problem

All is right after configuring. :-)

Reboot??

After installing packages, I often have to reboot. So, I reboot my computer systematically.

Most likely you forgot to run configure after installing gnome-doc-utils.

I didn't forget: I didn't know it was necessary.

Thank you for your precious help.

Julien