gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] [ANNOUNCE] tlator-0.1 initial release


From: Colin Walters
Subject: Re: [Gnu-arch-users] [ANNOUNCE] tlator-0.1 initial release
Date: Mon, 08 Sep 2003 13:48:51 -0400

On Mon, 2003-09-08 at 10:11, Samium Gromoff wrote:
>       Tlator is a GTK2-based frontend to arch in general, and to the `tla'
>  command in specifics.
> 
>       It can browse archives, create categories/branches/versions in them,
>  create local trees, import these trees into the archive and check them in 
> and out.
> 
>       Obviously it is very experimental and any feedback is extremely 
> appreciated.
> 
>       While right now i`m unable to provide an arch repository of tlator,
>  the tarball is available at:
> 
>       http://www.ibe.miee.ru/tlator/tlator-0.1.tar.gz

Cool.  Some comments:

1) You should really use `pkg-config --cflags --libs gtk+-2.0`
2) Have you considered GObject-ifying the code?
3) It doesn't compile here (looks like because of the pkg-config issues)

address@hidden> make
tlatorui/Makemodule.mk:6: tlatorui/baseutil.d: No such file or directory
tlatorui/Makemodule.mk:6: tlatorui/buttonbar.d: No such file or directory
tlatorui/Makemodule.mk:6: tlatorui/dialogs_archive.d: No such file or directory
tlatorui/Makemodule.mk:6: tlatorui/dialogs.d: No such file or directory
...
adding type doc...
adding type moprog...
scripts/depend.sh tlatorui -O -g -Wall -pipe -fstrict-aliasing -I./include 
-I/usr/include/glib-2.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/gtk-2.0  tlatorui/baseutil.c -o tlatorui/baseutil.o -c
tlatorui/baseutil.c: In function `file_read_first_string':
tlatorui/baseutil.c:286: warning: implicit declaration of function `getline'
...
scripts/depend.sh tlatorui -O -g -Wall -pipe -fstrict-aliasing -I./include 
-I/usr/include/glib-2.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/gtk-2.0  tlatorui/buttonbar.c -o tlatorui/buttonbar.o -c
In file included from /usr/include/glib-2.0/glib/galloca.h:30,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkcolor.h:4,
                 from /usr/include/gtk-2.0/gdk/gdk.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:31,
                 from include/tlator_types.h:17,
                 from include/buttonbar.h:14,
                 from tlatorui/buttonbar.c:10:
/usr/include/glib-2.0/glib/gtypes.h:30:24: warning: glibconfig.h: No such file 
or directory





reply via email to

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