Re: [gnome-db] New GUI



On Wed, 2003-01-15 at 16:11, Vivien Malerba STNA 7FD M204 wrote:
> > 
> > > -> just a suggestion: why not move the transaction status icon right to
> > > the status bar so it is closer to the actual message about the
> > > transaction?
> > > 
> > I haven't found a way to add icons to the GnomeAppbar widget, apart from
> > having to deal with the internal widgets and so on, which seems ugly.
> > So, I thought about the icon area and liked it. Another possibility I
> > thought was to replace the GnomeAppbar with a GtkStatusBar to which, if
> > I recall correctly, you can add any kind of widget.
> 
> I leave the decision up to you.
> 
if nobody says nothing more against it then, I'll leave it as it is,
since I really like it :-)

> > 
> > > Also yesterday I tried to compile with GCC 3.2 and I got an error when
> > > trying to compile libgnomedb (in libgnomedb/libgnomedb); I don't
> > > remember exactly what the error was but is was something like "cannot
> > > have -c with -o or -S and multiple compilation". Any idea what this
> > > means?
> > > 
> > I've also found some time ago this, also compiling with gcc3.x, but have
> > no idea what is it about :-(
> 
> I found the problem: it seems that libgnomedb can optionnaly use
> GtkSourceView, and the problem is I don't have it installed, so there is
> a @GTKSOURCEVIEW_CFLAGS@ which appears in the command line and gcc
> thinks it is a source file or whatever.
> 
> Can you add a detection mechanism in configure.in so this flag does not
> appear when GtkSourceView is not installed?
> 
hmm, it's already done. In configure.in:

PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview, have_gtksourceview=yes, have_gtksourceview=no)
AM_CONDITIONAL(HAVE_GTKSOURCEVIEW, test x"$have_gtksourceview" = "xyes")
GTKSOURCEVIEW_CFLAGS="$GTKSOURCEVIEW_CFLAGS -DHAVE_GTKSOURCEVIEW"
AC_SUBST(GTKSOURCEVIEW_CFLAGS)
AC_SUBST(GTKSOURCEVIEW_LIBS)

if not found, GTKSOURCEVIEW_CFLAGS|LIBS would be empty, AFAIK, so it seems there
is something wrong in your auto* stuff, I guess. Have you tried re-running
autogen.sh?

Anyway, please install gtskourceview (gtksourceview module in CVS), or you'll miss
the syntax highlighting. although, first, please try to compile and run without it,
to make sure it works without it.

cheers




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