[Gambas-user] Problems with Gambas 3 installation on Kubuntu

Benoît Minisini gambas at ...1...
Sat Feb 21 00:41:29 CET 2009


> On Friday 20 February 2009, Ron_1st wrote:
>
> Attached the logfiles.
> The mymake2.log is the reainder part because the gb.v4l problems.
> Forgotten to remark the wrong 'case undeclared_value' lines.
>
>

I compare my "make install" output with yours. I replaced our respective 
compilation directories by (GAMBAS)/trunk to see only the interesting 
differences.

Look in the joined make-install.diff file.

The first difference is:

--8<------------------------------------------------------------------

@@ -373,13 +373,12 @@
 ----------------------------------------------------------------------
 make  install-data-hook
 make[5]: Entering directory `(GAMBAS)/trunk/main/lib/gui'
 
 Creating the information files for gb.gui component...
 gb.gui
-gbi3: warning: component gb.qt not found
 
 make[5]: Leaving directory `(GAMBAS)/trunk/main/lib/gui'
 make[4]: Leaving directory `(GAMBAS)/trunk/main/lib/gui'
 make[3]: Leaving directory `(GAMBAS)/trunk/main/lib/gui'
 Making install in image
 make[3]: Entering directory `(GAMBAS)/trunk/main/lib/image'

--8<------------------------------------------------------------------

I have a warning that is expected ("gbi3: warning: component gb.qt not 
found"), as gb.qt is not yet compiled. You don't have the warning. 

So that means that gbi3 found a accurate gb.qt component already installed, 
which is not possible if you have done the installation on a clean system.

So my question is: are you really sure that what you sent me is a "make 
install" output of a fresh installation, and that you removed from your OS 
every file coming from a previous Gambas 3 installation?

-- 
Benoît
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make-install.diff
Type: text/x-patch
Size: 21583 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20090221/ec336009/attachment.bin>


More information about the User mailing list