[Gambas-user] Easiest distro for gambas (changed thread title)
richard terry
rterry at ...1946...
Sun Aug 30 23:28:59 CEST 2009
On Monday 31 August 2009 03:06:54 abdurrahman ulusoy wrote:
> which distro, gambas3 install easiest.
I'm Biased (ARCH LINUX), build file included.
>
> --- 30/08/09 Pzr tarihinde Charlie Reinl <Karl.Reinl at ...9...> şöyle
> yazıyor:
>
> Kimden: Charlie Reinl <Karl.Reinl at ...9...>
> Konu: Re: [Gambas-user] web browser.
> Kime: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
> Tarihi: 30 Ağustos 2009 Pazar, 13:01
>
> Am Sonntag, den 30.08.2009, 01:06 -0700 schrieb abdurrahman ulusoy:
> > THESE COMPONENTS ARE DISABLED:
> >
> > - gb.cairo
> > - gb.compress.bzlib2
> > - gb.db.sqlite2
> > - gb.gtk
> > - gb.gtk.svg
> > - gb.image.imlib
> > - gb.image.io
> > - gb.net.curl
> > - gb.net.smtp
> > - gb.opengl
> > - gb.pdf
> > - gb.qt4
> > - gb.sdl
> > - gb.v4l
> > - gb.xml
> >
> > ************************************************
> > gambas2 dep.s(gb.pdf,gb.v4l,gbxml, gb.gtk, gb.opengl....) on my
> > computer. but error say me disabled. and some gambas3 dep.s (gb.cairo,
> > gb.qt4...) are not. This is true. i installed some deps. and reconf
> > ./configure -C but again say me disabled.
> >
> > --- 30/08/09 Pzr tarihinde Fabien Bodard <gambas.fr at ...626...> şöyle
> > yazıyor:
> >
> > Kimden: Fabien Bodard <gambas.fr at ...626...>
> > Konu: Re: [Gambas-user] web browser.
> > Kime: "mailing list for gambas users" <gambas-user at ...625...t>
> > Tarihi: 30 Ağustos 2009 Pazar, 1:25
> >
> > say us what is the problem on the gb3 install
> >
> > 2009/8/29 abdurrahman ulusoy <ulusoyab at ...43...>:
> > > yes. i want. i try to install gambas3 a lot of times but i cant.
> > >
> > > --- 29/08/09 Cts tarihinde Benoît Minisini
> > > <gambas at ...1...> şöyle yazıyor:
> > >
> > > Kimden: Benoît Minisini <gambas at ...1...>
> > > Konu: Re: [Gambas-user] web browser.
> > > Kime: "mailing list for gambas users"
> > > <gambas-user at lists.sourceforge.net> Tarihi: 29 Ağustos 2009 Cumartesi,
> > > 15:35
> > >
> > >> when i wait for opengl selection :) , i add some codes to webbrowser
> > >> (in gambas examples).
> > >>
> > >> if you want to develope gambasweb codes here
> > >>
> > >> http://code.google.com/p/gambasweb/
> > >
> > > Do you think making a Gambas 3 version with gb.qt4.webkit?
> > >
> > > --
> > > Benoît
>
> Salut,
>
> an information I missing (or have not seen) is you Linux-Distribution.
>
> attached you the script report-ng from Joshua Higgins, make it
> executable (set the x) you can sent us the output = gambas_report.log
-------------- next part --------------
# Contributor: Toni Foerster <stonerl at ...1763...>
# changed by Richard Terry (so it is probably Wrong! rterry at ...1946...
# to get the lastest development branch of Gambas libffi added as dependency
pkgname=gambas3-svn
pkgrel=2
pkgver=2284
arch=('i686')
url="http://gambas.sourceforge.net"
depends=('libldap' 'librsvg' 'postgresql' 'libmysqlclient' 'curl' 'sqlite2' \
'sqlite3' 'sdl_mixer' 'sdl_image' 'unixodbc' 'poppler' \
'libfbclient' 'omniorb' 'libffi' 'autoconf' 'automake')
license=('GPL')
conflicts=('gambas_3' 'gambas3')
install=gambas3-svn.install
source=(gambas3.desktop gambas3.png)
md5sums=('177837d2a53cd202ab0fc307656a8c50'
'682f60d694dd1df53d786c21939622c5')
_svntrunk=https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk
_svnrevision=2284
build() {
msg "Checking out svn-tree..."
svn checkout -r $_svnrevision $_svntrunk|| return 1
cd $startdir/src/trunk
msg "Configure files..."
./reconf-all
./configure --disable-qte \
--prefix=/usr
msg "Start Compiling..."
#make LDFLAGS+="-L/opt/qt/lib"
make LDFLAGS+=-L/opt/qt/lib bindir=$startdir/pkg/usr/bin || return 1
make DESTDIR=$startdir/pkg install || return 1
chmod -R 755 $startdir/pkg/usr/share/gambas3/help
install -D -m644 $startdir/src/gambas3.desktop \
$startdir/pkg/usr/share/applications/gambas3.desktop
install -D -m644 $startdir/src/gambas3.png \
$startdir/pkg/usr/share/pixmaps/gambas3.png
}
More information about the User
mailing list