You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2005/02/10 15:15:55 UTC

Re: New graphical diff tool for Subversion...

Michael Sweet wrote:
> See:
>     http://svn.easysw.com/public/fltk/applications/trunk/fldiff/fldiff.html

URL not found on that server.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: New graphical diff tool for Subversion...

Posted by "C. Michael Pilato" <cm...@collab.net>.
Julian Foad <ju...@btopenworld.com> writes:

> Michael Sweet wrote:
> > See:
> >     http://svn.easysw.com/public/fltk/applications/trunk/fldiff/fldiff.html
> 
> URL not found on that server.

It's Subversion.  They probably renamed it.  :-)

Ah, yes:  http://svn.easysw.com/public/fltk/applications/trunk/fldiff/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: New graphical diff tool for Subversion...

Posted by Marcus Rueckert <da...@web.de>.
On 2005-02-10 15:15:55 +0000, Julian Foad wrote:
> >    http://svn.easysw.com/public/fltk/applications/trunk/fldiff/fldiff.html
> 
> URL not found on that server.

http://freshmeat.net/projects/fldiff/

darix

-- 
irssi - the client of the smart and beautiful people

              http://www.irssi.de/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [OT] Re: New graphical diff tool for Subversion...

Posted by Julian Foad <ju...@btopenworld.com>.
Michael Sweet wrote:
> You need FLTK 1.1.6 for the "delete_widget" and "find_item" methods.

OK.  This is not yet in the APT repositories that I use.

> The FC3 binary will probably work on SuSE 9.1 if you don't feel like
> upgrading your FLTK library.

That works.

I've tried it briefly, and it looks like a pretty good start.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [OT] Re: New graphical diff tool for Subversion...

Posted by Michael Sweet <mi...@easysw.com>.
Julian Foad wrote:
> Michael Sweet wrote:
> 
>> Sorry, it got moved to index.html, but not also has its own page
>> at:
>>
>>     http://www.easysw.com/~mike/fldiff/
>>
>> Enjoy!
> 
> 
> Thanks.  After a Subversion check-out, it fails to build:
> 
> (fltk and fltk-devel v1.1.4-78; gcc v3.3.3; SuSE Linux v9.1 on i586)
 > ...

You need FLTK 1.1.6 for the "delete_widget" and "find_item" methods.

The FC3 binary will probably work on SuSE 9.1 if you don't feel like
upgrading your FLTK library.

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

[OT] Re: New graphical diff tool for Subversion...

Posted by Julian Foad <ju...@btopenworld.com>.
Michael Sweet wrote:
> Sorry, it got moved to index.html, but not also has its own page
> at:
> 
>     http://www.easysw.com/~mike/fldiff/
> 
> Enjoy!

Thanks.  After a Subversion check-out, it fails to build:

(fltk and fltk-devel v1.1.4-78; gcc v3.3.3; SuSE Linux v9.1 on i586)

~/src/fldiff> make
fltk-config -g --compile fldiff.cxx
g++ -I/usr/X11R6/include -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall 
-I/usr/X11R6/include -g -o fldiff fldiff.cxx -L/usr/X11R6/lib 
/usr/X11R6/lib/libfltk.a -lm -lXext -lX11 -lsupc++
fldiff.cxx: In member function `virtual void DiffView::draw()':
fldiff.cxx:579: warning: unused variable `int xstart'
fldiff.cxx:580: warning: unused variable `int xend'
fldiff.cxx: In member function `bool DiffView::load(const char*, const char*)':
fldiff.cxx:1157: warning: unused variable `char line2[1024]'
fldiff.cxx:1164: warning: unused variable `int linenum'
fldiff.cxx:1171: warning: unused variable `const char*fmt'
fldiff.cxx: In static member function `static void 
DiffWindow::close_cb(Fl_Menu_Bar*, DiffWindow*)':
fldiff.cxx:1961: error: 'class Fl' has no member named 'delete_widget'
fldiff.cxx: In member function `bool DiffWindow::load(const char*, const char*)':
fldiff.cxx:2399: error: `find_item' undeclared (first use this function)
fldiff.cxx:2399: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
fldiff.cxx: In static member function `static void 
DiffWindow::quit_cb(Fl_Menu_Bar*, DiffWindow*)':
fldiff.cxx:2567: error: 'class Fl' has no member named 'delete_widget'
fldiff.cxx: In static member function `static void 
DiffWindow::select_cb(DiffView*, DiffWindow*)':
fldiff.cxx:2628: error: `find_item' undeclared (first use this function)
fldiff.cxx: In function `int main(int, char**)':
fldiff.cxx:2789: warning: unused variable `int i'

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: New graphical diff tool for Subversion...

Posted by Michael Sweet <mi...@easysw.com>.
Julian Foad wrote:
> Michael Sweet wrote:
> 
>> See:
>>     
>> http://svn.easysw.com/public/fltk/applications/trunk/fldiff/fldiff.html
> 
> 
> URL not found on that server.

Sorry, it got moved to index.html, but not also has its own page
at:

     http://www.easysw.com/~mike/fldiff/

Enjoy!

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org