From: Bjoern V. <bj...@cs...> - 2006-10-18 17:53:30
|
Nathan Walp wrote: > Bjoern Voigt wrote: >> Richard Laager wrote: >>> Are you using SVN? According to diff, your file adds a whole bunch >>> of old files. I ran "intltool-update -m", updated POTFILES.in, and >>> committed the changes. Let me know if you need more than that. >> I checked this again and I wonder about this: >> >> 1) What diff do you mean? I attached a whole POTFILES.in file. I >> attached it again. >> >> 2) Which old files from the attached POTFILES.in do you mean? All >> files in my POTFILES.in file really exist in Gaim SVN/Trunk. (I hope >> my SVN/Trunk copy is ok.) > > the src/ directory no longer exists. Interesting. Because my SVN did not delete src/ automatically, I deleted it manually. But now I could not compile Gaim 2.0.0 Trunk anymore. Could you help me? My SVN copy should be switched correctly from v2_0_0 to trunk: $ svn info Path: . URL: https://svn.sourceforge.net/svnroot/gaim/trunk Repository Root: https://svn.sourceforge.net/svnroot/gaim Repository UUID: 3f8fffa4-1f11-0410-96d6-842131a3dd95 Revision: 17526 Node Kind: directory Schedule: normal Last Changed Author: nosnilmot Last Changed Rev: 17526 Last Changed Date: 2006-10-18 19:06:42 +0200 (Wed, 18 Oct 2006) But the file configure.ac has still references to the src/ directory: $ svn diff configure.ac $ grep --line-number src/ configure.ac 1767: src/Makefile 1768: src/protocols/Makefile 1769: src/protocols/bonjour/Makefile 1770: src/protocols/gg/Makefile 1771: src/protocols/irc/Makefile 1772: src/protocols/jabber/Makefile 1773: src/protocols/msn/Makefile 1774: src/protocols/novell/Makefile 1775: src/protocols/oscar/Makefile 1776: src/protocols/sametime/Makefile 1777: src/protocols/silc/Makefile 1778: src/protocols/simple/Makefile 1779: src/protocols/toc/Makefile 1780: src/protocols/yahoo/Makefile 1781: src/protocols/zephyr/Makefile What is wrong here? Greetings, Björn |