gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] In place renaming


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] In place renaming
Date: Thu, 18 May 2006 23:45:40 +0200

> >> renaming (SHIFT+F6) contributed by Vlad Grecescu. Please test it. If
> >> everything is OK, I'll backport it to 1.2.x
> > Make ends with:
> >
> > c viewer-widget.c  -fPIC -DPIC -o .libs/viewer-widget.o
> > In file included from viewer-widget.c:37:
> > libgviewer.h:32:26: viewer-utils.h: No such file or directory
> > libgviewer.h:41:24: search-dlg.h: No such file or directory
> > libgviewer.h:42:22: searcher.h: No such file or directory
> > libgviewer.h:43:33: search-progress-dlg.h: No such file or directory
> > make: *** [all] Fel 2
> >
> >

> There seems to be two problems with the development branch:
> 
> First problem:
> existing files which were modified by my "find" patch are OK,
> But new files added by my "Find" patch are missing...
> So the (updated) "libgviewer.h" is looking for "search-dlg.h", but the 
> file doesn't exists....

Fixed.

> 
> Second problem:
> The makefile.am in the "PO" directory looks for "it.po", but the file is 
> missing...
> An intermediate solution is to copy an arbitrary PO file to "it.po".
> 
> With these two fixed, the development branch builds just fine.

Fixed.


> The new in-place renaming is nice!
> But it has a small glitch: when the whole window is too small for the 
> file name,
> the rename entry-box goes outside the window (screen-shot attached).
> It is not too bad - I think we can leave it like this for now.

To be corrected (although not the highest priority)

> One last minor thing:
> On my system (Debian/testing), I need to run the following command to 
> checkout the development branch:
> 
> cvs -d :pserver:address@hidden:/cvs/gnome -z3 co -r 
> gcmd-1-3 gnome-commander
> 
> (In a previous mail, you suggested using "cvs -b gcmd-1-3", this doesn't 
> work for me.  maybe Debian's CVS is different ?).

Yes, you are right - this is already fixed at
http://www.nongnu.org/gcmd/download.html#cvs, but forgot to notify the
gcmd-devel list

The correct cvs commands for 1.2.x and 1.3.x are respectively:

        cvs -z3 -d:pserver:address@hidden:/cvs/gnome co
        -rHEAD gnome-commander

and

        cvs -z3 -d:pserver:address@hidden:/cvs/gnome co
        -rgcmd-1-3 gnome-commander


Piotr





reply via email to

[Prev in Thread] Current Thread [Next in Thread]