Bug 35160 - cannot make translations (make messages and merge doesn't work)
Summary: cannot make translations (make messages and merge doesn't work)
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.0.1
Platform: Mandrake RPMs Other
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-21 04:33 UTC by pupeno
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pupeno 2001-11-21 04:28:58 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.0.1 (using KDE 2.2.1 )
Severity:          normal
Installed from:    Mandrake RPMs
Compiler:          Not Specified
OS:                Not Specified
OS/Compiler notes: Not Specified

I don't know if this is exactly a bug or even a KDevelop bug I asked about this several times not getting any answer. So sorry if this is not the way to report this.
I'm using KDevelop 2.0.1 on KDE 2.2.1 I've just generated a mini KDE applicationg and I run make messages and merge getting the following erro I cannot get rid off:
cd . && automake --foreign ./Makefile
cd . && perl admin/am_edit Makefile.in
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
fast creating Makefile
gmake -f admin/Makefile.common package-messages
gmake[1]: Entering directory `/home/pupeno/src/preba'
./preba
gmake[2]: Entering directory `/home/pupeno/src/preba/preba'
error while opening "/include/kde.pot" for reading: No such file or directory
gmake[2]: *** [messages] Error 1
gmake[2]: Leaving directory `/home/pupeno/src/preba/preba'
gmake[1]: Leaving directory `/home/pupeno/src/preba'
gmake -C po merge
gmake[1]: Entering directory `/home/pupeno/src/preba/po'
cd .. && automake --gnu po/Makefile
cd .. && perl admin/am_edit po/Makefile.in
cd .. \
  && CONFIG_FILES=po/Makefile CONFIG_HEADERS= /bin/sh ./config.status
fast creating po/Makefile
gmake[1]: Leaving directory `/home/pupeno/src/preba/po'
gmake[1]: Entering directory `/home/pupeno/src/preba/po'
gmake[1]: Leaving directory `/home/pupeno/src/preba/po'
gmake[1]: *** No rule to make target `merge'.  Stop.
gmake: *** [package-messages] Error 2
*** failed ***

I'm running on Mandrake 8.0 with KDE installed from RPMS
Thank you!

(Submitted via bugs.kde.org)
Comment 1 Martin Gebert 2002-01-15 21:03:36 UTC
 > gmake[1]: *** No rule to make target `merge'.  Stop.

I had the same problem with KDev 2.0.2/KDE 2.2.2.
I solved it by simply doing an DistClean - Autoconf/automake and then 
adding a new translation (which has been the first translation in this 
package). Can't tell exactly which of this steps has done it...

Hope this helps.

Martin
Comment 2 John Firebaugh 2002-09-15 20:53:40 UTC
No longer applicable