[Gambas-user] Problems with gambas2-2.0

Benoit Minisini gambas at ...1...
Mon Jan 7 21:12:23 CET 2008


On lundi 7 janvier 2008, Stefano Palmeri wrote:
> Alle 18:34, lunedì 7 gennaio 2008, Benoit Minisini ha scritto:
> > On lundi 7 janvier 2008, Stefano Palmeri wrote:
> > > Downloaded trunk revision 921.
> > >
> > > Result:
> > >
> > > checking for IceConnectionNumber in -lICE... yes
> > > checking for XTestQueryExtension in -lXtst... no
> > > configure: WARNING: *** Desktop-neutral routines is disabled
> > >
> > > Regards,
> > >
> > > Stefano Palmeri
> >
> > Did you do a ./reconf inside gb.desktop?
> >
> > Can you send me the config.log file?
>
> I did ./reconf-all in trunk dir.
> I've attached general config.log and gb.desktop config.log
>
> Stefano

Can you try to replace the gb.desktop/configure.ac file by this file and try 
again? Send me the config.log file if it fails.

Thanks in advance!

Regards,

-- 
Benoit Minisini
-------------- next part --------------
dnl ---- configure.ac for gb.desktop

AC_INIT(configure.ac)
GB_INIT(gb.desktop)
AC_PROG_LIBTOOL

GB_CHECK_XWINDOW

AC_CHECK_LIB(Xtst, XTestQueryExtension, [X_LIBS="$X_LIBS -lXtst"], [touch DISABLED], [$X_LIBS])

GB_COMPONENT(
  desktop,
  DESKTOP,
  [Desktop-neutral routines],
  [src],
  [],
  [],
  [$C_LIB $THREAD_LIB $X_LIBS],
  [$THREAD_INC ])

AC_OUTPUT( Makefile src/Makefile )


More information about the User mailing list