Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-02-2010, 02:18 PM
|
#1
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Rep: 
|
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.
|
|
|
|
10-03-2010, 08:16 AM
|
#2
|
|
Member
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 537
Rep:
|
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
|
|
|
|
10-03-2010, 08:33 AM
|
#3
|
|
Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: PocketWriter/MinimalX
Posts: 5,057
|
|
|
|
|
10-03-2010, 09:36 AM
|
#4
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Original Poster
Rep: 
|
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.
|
|
|
|
10-03-2010, 09:50 AM
|
#5
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Original Poster
Rep: 
|
What's missing, is apparently a library qt-mt. Does anyone happen to know, in which package it is included?
Thanks!
gargamel
|
|
|
|
10-03-2010, 09:52 AM
|
#6
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
|
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.
|
|
|
|
10-03-2010, 10:16 AM
|
#7
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Original Poster
Rep: 
|
Thanks, have the same here. Now the question is: Why is qt-mt not found, although it is obviously there?
gargamel
|
|
|
|
10-03-2010, 10:21 AM
|
#8
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
|
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. 
|
|
|
|
10-03-2010, 12:23 PM
|
#9
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Original Poster
Rep: 
|
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
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:18 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|