LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-02-2010, 02:18 PM   #1
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Gambas: Package or SlackBuild and dependencies?


Hello everyone,

after reading a couple of magazine articles I am interested in trying out Gambas (the BASIC development environment). A first web search for a recent Slackware package or SlackBuild gave no useful results. So I tried to compile from source, but that's not quite as easy, due to dependencies.

So, what I am looking for, is:

a Gambas Slackware package
if not available: a SlackBuild script

and an overview, which packages contain the dependencies.

Thanks in advance for all useful hints and pointers!

gargamel


EDIT: I just found a 32-bit package at slacky.eu. I'll try how far I can get with it...

Last edited by gargamel; 10-02-2010 at 03:25 PM.
 
Old 10-03-2010, 08:16 AM   #2
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Rep: Reputation: 62
VectorLinux uses Gambas a lot for its in-house system tools, and they have a SlackBuild here:
http://vectorlinux.osuosl.org/veclin.../gambas2-2.10/

From their dependencies file it appears you may need the following:

Code:
mysql >= 5.0.24a-i486-1,sqlite >= 2.8.17-i586-4vl58,sqlite3 >= 3.4.1-i586-1vl58,postgresql >= 8.2.4-i586-1vl58,unixODBC >= 2.2.11-i586-4vl58,kdelibs >= 3.5.6-i586-2vl58
 
Old 10-03-2010, 08:33 AM   #3
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
you can get premade pkgs/source from Slacky.eu too
http://www.slacky.eu/aadm/pkgs/index...=gambas&ver=14
 
Old 10-03-2010, 09:36 AM   #4
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
thanks, I took a look at both of them.

The Vector Linux packages are quite old...
The slacky.eu stuff is up-to-date, but not working out of the box on my Slackware64-13.1-stable system. I am struggling with the dependencies. I was able to meet most of them, by installing additional packages, but I don't seem to get rid of complaints regarding missing gb.qte and gb.sqlite2. The latter won't hurt, probably, but the first one certainly does!

Does anyone know, what needs to be installed in order to meet the gb.qte requirement?

I'll keep trying a little bit, but if I don't get it working soon, I'll try something else...

gargamel

Last edited by gargamel; 10-03-2010 at 09:38 AM.
 
Old 10-03-2010, 09:50 AM   #5
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
What's missing, is apparently a library qt-mt. Does anyone happen to know, in which package it is included?

Thanks!

gargamel
 
Old 10-03-2010, 09:52 AM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
I may be using a different version of Slack than you, but here's what I see on mine:
Code:
root@reactor: grep qt-mt /var/log/packages/*
/var/log/packages/qt3-3.3.8b-x86_64-opt2:opt/kde3/lib64/qt3/lib/libqt-mt.la
/var/log/packages/qt3-3.3.8b-x86_64-opt2:opt/kde3/lib64/qt3/lib/libqt-mt.so.3.3.8
/var/log/packages/qt3-3.3.8b-x86_64-opt2:opt/kde3/lib64/qt3/lib/pkgconfig/qt-mt.pc
/var/log/packages/qt3-3.3.8b-x86_64-opt2:opt/kde3/lib64/qt3/lib/libqt-mt.prl
root@reactor:
Your package name/version may vary slightly.
 
Old 10-03-2010, 10:16 AM   #7
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Thanks, have the same here. Now the question is: Why is qt-mt not found, although it is obviously there?

gargamel
 
Old 10-03-2010, 10:21 AM   #8
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Possibly because the directory where it's located is either not in your linker's path (check /etc/ld.so.conf) and/or you need to add the directory where it's located, to your $LDFLAGS environment variable prior to running configure, make, etc...

I didn't read the whole thread, but are you using a slackbuild, or building from scratch? If from scratch, then examining the slackbuild can provide clues.
 
Old 10-03-2010, 12:23 PM   #9
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
I've tried both, using the SlackBuild script from slacky.eu and compiling from scratch.

/etc/ld.so.conf
Code:
::/usr/local/lib
/usr/x86_64-slackware-linux/lib
/usr/lib64/seamonkey
/opt/kde3/lib64
The bold line has been added by the SlackBuild, I guess...

Hmmm...

gargamel
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gambas Tutorial or Gambas alternative 3dmatrix Programming 15 09-03-2010 11:19 PM
mplayerplug-in 3.55 - Looking for slackbuild or package ErV Slackware 9 12-22-2008 09:35 PM
problem with gambas dependencies phlppmrtns5 Linux - Software 1 01-13-2007 06:56 PM
is anyone able to successfully make an installation package with gambas? aznboi12321 Programming 1 02-25-2006 08:43 PM
gambas BASIC IDE prob with examples package Crito Fedora 3 01-03-2006 11:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration