LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-03-2009, 05:47 PM   #1
tkokkinos
LQ Newbie
 
Registered: Nov 2009
Location: Cleveland, OH
Distribution: Mandrake 10.2
Posts: 12

Rep: Reputation: 0
Gambas installation woes


Gentlemen/Ladies;

Yes, I am new to Linux BUT thought that this would be the better place for this question. I previously searched and found a closed thread about installing software.

I am trying to install a Gambas tar file. I extracted all the files to a directory and followed the instructions on the closed thread about ./configure, make, etc. I previously was able to install other programs without problems and even debug some of the errors. This text is what appeared at the end of the "make". I ran the "make" logged in as root.

I am probably doing something really stupid. Please advise.

--- errors resulting at end of "make" command ----------

CWebBrowser.cpp: In function `void CWEBBROWSER_sel_html(void*, void*)':
CWebBrowser.cpp:311: error: 'class KHTMLPart' has no member named 'selectedTextAsHTML'
make[5]: *** [CWebBrowser.lo] Error 1
make[5]: Leaving directory `/home/ted/Desktop/Downloads/gambas2-2.18.0/gb.qt.kde/src/html'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/ted/Desktop/Downloads/gambas2-2.18.0/gb.qt.kde/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ted/Desktop/Downloads/gambas2-2.18.0/gb.qt.kde'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ted/Desktop/Downloads/gambas2-2.18.0/gb.qt.kde'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ted/Desktop/Downloads/gambas2-2.18.0'
make: *** [all] Error 2
 
Old 12-03-2009, 06:28 PM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Hi Ted,

Have you read the 'Important Notes' and ensured you meet all the prerequisites ? ... there are a lot of dev packages required and some specific version dependencies

http://gambas.sourceforge.net/en/main.html

cheers
 
Old 12-04-2009, 05:59 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
'Important Notes' : in the file README or
http://gambasdoc.org/help/readme?en&view
QUOTE : "And you must install all related development packages.
Try to always use a recent version of these libraries."


But I am quite sure, that gambas2-2.18.0, released two weeks ago
is not meant to be used with kdewebdev-3.3.2 / Mandrake 10.2 ..
Quote:
CWebBrowser.cpp:311: error: 'class KHTMLPart'
has no member named 'selectedTextAsHTML'
Gambas will compile with e.g. kdewebdev-3.5.10 / gcc-4.4.1 .
.....

Last edited by knudfl; 12-04-2009 at 06:05 AM.
 
Old 12-17-2009, 12:57 PM   #4
tkokkinos
LQ Newbie
 
Registered: Nov 2009
Location: Cleveland, OH
Distribution: Mandrake 10.2
Posts: 12

Original Poster
Rep: Reputation: 0
Gambas installation woes - revisited

Thank you all for the feedback and advice on this.

Is it possible to EASILY update my Mandrake 10.2 Linux kernel to be able to run the latest Gambas, per the previous replies? I realize that there may be a whole lot of possible dependency issues to face with the overall operating system. It currently runs great; I have a lot of useful programs up and running and want to wean myself from Win2K ( I have XP on another machine but setup a dedicated Linux box).

I got HBasic to load and run but it seems limited and Gambas appears to promise a lot more features (at least when i review their site).

I have survived OK by believing that "If it ain't broke, don't fix it."
However, I may have to change that thought due to the nature of Linux itself, especially if I want to update anything.

What do you folks recommend or do I need to face a whole lot of potential and lengthy issues with upgrading my system. I would prefer not to have to install another distribution.

Regards.
 
Old 12-17-2009, 01:26 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Your kernel is OK.

It's about the dependencies listed in the README.
May be read the list again ...

My example was kdewebdev-3.5.x → The required version
is not available for Mandrake 10.2 .
Probably the same issue with other dependencies.

It has nothing to do with any kernel functions.
About kernel :
http://en.wikipedia.org/wiki/Kernel_%28computing%29
.....
 
Old 12-18-2009, 08:17 AM   #6
tkokkinos
LQ Newbie
 
Registered: Nov 2009
Location: Cleveland, OH
Distribution: Mandrake 10.2
Posts: 12

Original Poster
Rep: Reputation: 0
knudfl,

Thanks for the response. When I clicked on the ReadMe link for Gambas again, I understood what you meant.
 
  


Reply

Tags
gambas



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 installation Marcolux Linux - Software 0 05-26-2006 05:20 AM
is anyone able to successfully make an installation package with gambas? aznboi12321 Programming 1 02-25-2006 08:43 PM
New Installation Woes rpweis Linux - Newbie 2 08-04-2004 05:56 PM
installation woes lark046 Linux - General 3 05-31-2002 11:23 AM
Installation woes cyberkatis Linux - Software 1 02-07-2002 10:36 PM

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

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