Thanks Jussi,
This solves all my problems. The MaskBox works fine and the problem I 
had with setting page orientation is solved.
I never knew you had to delete the old installation, I thought the MAKE 
command would overwrite old files. I got my install scripts from the 
internet and nobody thought to mention that the old version needed to be 
deleted first.
Thanks again;-)

Regards
Michael


On 06/01/11 23:43, Jussi Lahtinen wrote:
> Did you delete old installation?
>
> My compilation script:
>
> #!/bin/sh
> sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
> /usr/local/bin/gbi3
> sudo rm -rf /usr/local/lib/gambas3
> sudo rm -rf /usr/local/share/gambas3
> cd ~/trunk
> ./reconf-all&&  ./configure -C&&  make&&  sudo make install
> sudo -k
>
> Jussi
>
>
>
> On Thu, Jan 6, 2011 at 04:36, Michael<mdavi...@tpg.com.au>  wrote:
>
>> Benoit,
>> Great Idea. I have installed version 3447 and confirmed this with svn
>> -info but I cannot find the MaskBox in the toolbox. This may be my lack
>> of Linux. I have installed with:
>> cd trunk
>> svn update
>> ./reconf
>> ./configure -C
>> make
>>
>> When I look at the properties of file /usr/local/bin/gbx3 it has a
>> modified date of 2nd Dec 2010. Is this correct? Is there a step in the
>> installation that I have missed?
>>
>> Regards
>> Michael
>

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to