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

Greek in Gimp

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.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

Greek in Gimp dmtrs32 24 Feb 13:28
  Greek in Gimp Alexandre Prokoudine 24 Feb 13:35
   Greek in Gimp Alexandre Prokoudine 27 Feb 01:57
    "make" broken? Julien Hardelin 27 Feb 06:20
     "make" broken? Ulf-D. Ehlert 27 Feb 11:09
      "make" broken? Julien Hardelin 27 Feb 13:42
       "make" broken? Ulf-D. Ehlert 27 Feb 19:52
dmtrs32
2012-02-24 13:28:23 UTC (about 13 years ago)
Alexandre Prokoudine
2012-02-24 13:35:53 UTC (about 13 years ago)

Greek in Gimp

On Fri, Feb 24, 2012 at 5:28 PM, dmtrs32 wrote:

I hope to be right now
http://dl.dropbox.com/u/28267002/SNAPSHOTS%20OF%20GREEK%20GIMP-DOCUMENTATION.zip

Right :) Thanks, I'll have a look tonight.

Alexandre Prokoudine http://libregraphicsworld.org

Alexandre Prokoudine
2012-02-27 01:57:03 UTC (about 13 years ago)

Greek in Gimp

On Fri, Feb 24, 2012 at 5:35 PM, Alexandre Prokoudine wrote:

On Fri, Feb 24, 2012 at 5:28 PM, dmtrs32 wrote:

I hope to be right now
http://dl.dropbox.com/u/28267002/SNAPSHOTS%20OF%20GREEK%20GIMP-DOCUMENTATION.zip

Right :) Thanks, I'll have a look tonight.

http://git.gnome.org/browse/gimp-help-2/commit/?id=e9d9eb36c48f8b529bc5ed2245e422c7620d4ea6

Alexandre Prokoudine http://libregraphicsworld.org

Julien Hardelin
2012-02-27 06:20:57 UTC (about 13 years ago)

"make" broken?

Hi,

In a new sandbox,, after autogen.sh, make gives the errors:

/Makefile:496: xml/en,/.deps.mk: No file or folder of this type Makefile:496: xml/fr/.deps.mk: No file or folder of this type Makefile:1220: ***Mixing implicit and static rules for the pattern. Stop. /(messages translated)

In an old sandbox, before git pull, make runs normally. After git pull and autogen, I get the same errors.

There must be something broken in "make".

Julien

Ulf-D. Ehlert
2012-02-27 11:09:16 UTC (about 13 years ago)

"make" broken?

On Mon, Feb 27, 2012 at 07:20:57AM +0100, Julien Hardelin wrote:

/Makefile:496: xml/en,/.deps.mk: No file or folder of this type Makefile:496: xml/fr/.deps.mk: No file or folder of this type

These are just warnings, the missing files are created automatically.

Makefile:1220: ***Mixing implicit and static rules for the pattern. Stop. /(messages translated)

Please, post line 1220 (plus a few line before and after line 1220).

Ulf

Fanatismus ist die Willenskraft der Dummen, derer, die
zu allem f
Julien Hardelin
2012-02-27 13:42:13 UTC (about 13 years ago)

"make" broken?

Makefile:1220: ***Mixing implicit and static rules for the pattern. Stop. /(messages translated)

Please, post line 1220 (plus a few line before and after line 1220).

Ulf

######################################################################## #### Make po files: POT --> PO #### ######################################################################## #
define MAKE_PO_RULES
$(1)_PO_FILES = $$(patsubst pot/%.pot, po/$(1)/%.po, $$(POT_FILES)) ifeq ($$(filter po/$(1)/%.po,$$(MAKECMDGOALS)),) $$($(1)_PO_FILES): po/$(1)/%.po : pot/%.pot else
$$($(1)_PO_FILES): po/$(1)/%.po : pot/%.pot FORCE endif
$$(cmd) $$(call make_target_dir,$$@) $$(msg) "[PO] $$@"
$$(cmd) if test -s $$: do nothing :-) po-en: ;

# Print translation statistics

status-%: po-status-% ; po-status-%: po-%
$(cmd) perl $(srcdir)/tools/get_po_status.pl po/$*

Ulf-D. Ehlert
2012-02-27 19:52:06 UTC (about 13 years ago)

"make" broken?

I can't reproduce it (I tried it with "git archive" instead of "git clone", but this shouldn't make a difference). Both make-3.81 and make-3.82 worked fine.

Which command did you try? Just "make"?

Does "make --debug" give some useful information? Does it work with "make -r"?

Do you get the same result with the attached Makefile?

Ulf