Re: [Gambas-user] install problem

2012-06-08 Thread Jussi Lahtinen
You don't seem to have correct permissions to autom4te.cache folders..? Try as other user or "sudo chown -R yourusername PathToSources". Jussi On 9 June 2012 02:28, stfn settesette wrote: > hi guy i am stefano i have little problem > i have in virtual machine xubuntu 11.10 whit

Re: [Gambas-user] C like #include for Gambas

2012-06-08 Thread Jussi Lahtinen
Maybe I'm just too tired, but I don't understand the point. If you have huge program that needs to be expended just a little bit, then why don't you just add new class/module/piece of code/etc which holds that new thing to the program? Or if you need something from the program like "#include your

[Gambas-user] install problem

2012-06-08 Thread stfn settesette
hi guy i am stefano i have little problem i have in virtual machine xubuntu 11.10 whit xfce 4.8 and just installed gambas2 by repository (go ok )but i want install gambas 3.1.1 ,i just follow the istruction ( http://gambas.sourceforge.net/en/main.html) but give me much err

[Gambas-user] C like #include for Gambas

2012-06-08 Thread jm
C like #include files for gambas? Sounds a bit harsh I know, but is it possible to add a feature that functions like a C #include? The logic behind is to address programs that are growing out of control in size. These are working megalithic programs that have had years of code piled on top of oth