[Gambas-user] make install errors

Benoit Minisini gambas at ...1...
Mon Jan 26 13:08:43 CET 2009


On lundi 26 janvier 2009, Ron_1st wrote:
> On Sunday 25 January 2009, Benoit Minisini wrote:
> > Apparently the gb.qt component did not compile - You should check that
> > before trying to install anything.
>
> in output.txt
>
> line# 5623:
> Compiling the gb.gtk project...
> gb.gtk
> /root/src/gambas/trunk/gb.gtk/src/gb.gtk/Action.class:16: Unknown
> identifier: Picture
>
> line# 5968:
> Compiling the gb.qt project...
> gb.qt
> /root/src/gambas/trunk/gb.qt/src/gb.qt/Action.class:16: Unknown identifier:
> Picture
>
>
> line# 6613:
> Compiling the gb.desktop project...
> gb.desktop
> Cannot read component list file:
> /root/.local/share/gambas3/info/gb.form.list
> /root/src/gambas/trunk/gb.desktop/src/gb.desktop/DesktopWindow.class:14:
> Unknown identifier: Image
>
> Creating the information files for gb.desktop component...
> gb.desktop
>
> !!! hu what does gb.form.list have to do with gb.desktop and the path
> /root/.local/ ????
>
>
>
>
>
>
> Best regards,
>
> Ron_1st

Apparently you have compiled the same version of Gambas on different 
locations, without removing the previous installation before installing the 
new one.

To uninstall Gambas, you had to run "make uninstall".

Now you have to clean up your system, by removing the removing the symbolic 
links created in /usr/bin. Their names are "/usr/bin/gb?3". Then you can 
run "make install" again.

Regards,

-- 
Benoit Minisini




More information about the User mailing list