LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-11-2018, 05:42 PM   #1
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Rep: Reputation: 36
unable to compile gambas3 in opensuse 13.1


I have tried to install gambas3 via yast and received error message 'start file not found'. Then tried gambas3 rpm for my opensuse version. It only installed the runtime and basic interpreter. Now I have the source tar file and tried ./configure -C as listed in the web page, with error file not found. I would like to install gambas3 via yast, but not sure what specific files are required for minimal installation.
 
Old 02-12-2018, 09:57 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
opensuse 13.1 is unsupported and so is 13.2
even the evergreen support for 13.1 ended

so you will have many issues trying to install things on an unsupported OS
you might as well uninstall zypper
there is nothing to install with it

all software will need to be built from source

-- have fun !
there should be a README text file and or a /doc folder
have you read the build instructions ?

however you really should stay current and reinstall with OpenSUSE 42.3

gambas3 is in the opensuse 42.3 repos
to install
Code:
su -
zypper in gambas3
from "zypper info gambas3 "
Code:
Information for package gambas3:
--------------------------------
Repository     : openSUSE-Leap-42.3-Oss       
Name           : gambas3                      
Version        : 3.9.2-2.8                    
Arch           : x86_64                       
Vendor         : openSUSE                     
Installed Size : 6.6 MiB                      
Installed      : No                           
Status         : not installed                
Source package : gambas3-3.9.2-2.8.src        
Summary        : BASIC interpreter under Linux
Description    :                              
    Gambas is a development environment based on a BASIC interpreter with
    object extensions, similar to Visual Basic. With Gambas, you can
    design program GUIs, access MySQL or PostgreSQL databases, control
    KDE applications, translate your program into many languages, create
    network applications, build RPMs of your apps automatically.

Last edited by John VV; 02-12-2018 at 10:06 AM.
 
Old 02-12-2018, 06:34 PM   #3
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I have tumbleweed running in virtualbox, so I will try to zypper in gambas3. I use virtualbox as a test environment before I commit to a hardware install. I have also compiled from source games for 13.1 and had no problems until now with gambas.
 
Old 02-13-2018, 06:08 PM   #4
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I used the zypper command and installed gambas3, however, it still complained of start up file not found. So the problem seems to be with gambas3 and not with opensuse. Drilling down to were gambas3 is installed and executing it at the command line did not work.
 
Old 02-13-2018, 10:02 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i am guessing you want a GUI / IDE and not the terminal

have a look at the output of
Code:
su -
---- your root password ---
zypper se gambas3

--- then select " gambas3-ide"----

zypper in gambas3-ide
it has been many years since i last used basic
 
Old 02-13-2018, 10:52 PM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Call me weird, but it seems like maybe opensuse 42 gambas3 is the wrong version to work on opensuse 13.
 
Old 02-14-2018, 01:06 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i really would not expect rpms for 42 to run on 13

OpenSUSE 42 IS! SUSE enterprise 12 for the base install with community added extra stuff

the issue with the missing start up file is that you need to pass a basic project to it for it to evaluate

see:
Code:
gambas3 --help

Last edited by John VV; 02-14-2018 at 01:07 AM.
 
  


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
Thermal Printer with Linux (Gambas3) BlankAndExplain Linux - Newbie 1 04-21-2016 02:21 PM
[SOLVED] Gambas3 3.7.1 SBo package on Slackware current checholalo Slackware 3 01-24-2016 12:30 PM
unable to connect using filezilla between opensuse host and virtualbox opensuse guest sirius57 Linux - Networking 6 12-31-2012 09:14 PM
I can't run Gambas3 on Fedora17 AGazzaz Linux - Software 2 11-23-2012 04:01 AM
Musicbrainz Picard rpm for opensuse 10.3: I'm unable to compile by its source... pepeq Linux - Software 2 11-05-2007 07:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:58 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