Author Topic: gambas2 1.9.46a install issue  (Read 2405 times)

lord.drachenblut

  • Newbie
  • *
  • Posts: 5
gambas2 1.9.46a install issue
« on: January 07, 2007, 06:52:44 PM »
okay i am trying to get the latest testing version installed but i keep running into the issue that it tells me gb.qt library unable to load or some such noise

i am running on centos 4.4 i have qt xll free 3.3.7 as well
during the config make and make install i have no problems or errors mentioned at this point but when i try gambas2 from console everytime i get gb.qt library unable to load

any ideas would be appreciated

Linux Basic

gambas2 1.9.46a install issue
« on: January 07, 2007, 06:52:44 PM »

rohnny

  • Newbie
  • *
  • Posts: 30
    • My Gambas Community
Re: gambas2 1.9.46a install issue
« Reply #1 on: January 08, 2007, 01:00:36 AM »
You need the dev(el) files as well. And it sounds like you need to recompile the source and install again.
You should have no error before you go futher with "make install"
Download Source again.
Go into the folder where you have extracted the package.
do "./configure"
When this is done without any errors (could get these features are disabled)
Then do "make"
Another waiting ;) If this are ok with no errors at the end
do the make install .

The write gambas2 and you should be sett.
Regards
     Rohnny

My Gambas Community : http://gambasforum.tk
gambas bring basic to linux