[Gambas-user] port gambas1 to gambas2

Eldon Eller eeller at ...826...
Wed Aug 20 19:22:45 CEST 2008


Thank you, Werner. That solved my problem, though for reasons I do not 
understand, setting permission to 666 prevented me from accessing the 
files at all. Changing to 777 fixed things. Neither project will run, 
but that appears to be due to some changes in the language which I 
should be able to run down and fix.

Thanks again for your prompt and helpful replies. EEE

Werner wrote:
>>> Eldon Eller wrote:
>>>   
>>>     
>>>       
>>>> I have a couple of old gambas1 projects. When I try to run them in 
>>>> gambas2, I get this message:
>>>>
>>>> Version too old. Please recompile.
>>>>
>>>> I do not know how to recompile. This surely is in the documentation 
>>>> somewhere, but I could not find it. I would be very grateful if someone 
>>>> could point me in the right direction.
>>>>
>>>> Thanks, Eldon
>>>>
>>>> -------------------------------------------------------------------------
>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>>>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>>>> Grand prize is a trip for two to an Open Source event anywhere in the world
>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>>> _______________________________________________
>>>> Gambas-user mailing list
>>>> Gambas-user at lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>
>>>>   
>>>>     
>>>>       
>>>>         
>>> Werner wrote:
>>>       
>
>   
>>> Menu "Project" --> "Compile All"
>>>
>>>     
>>>       
> Eldon Eller wrote:
>   
>> There is no "compile all" under menu --> project. All I have is "make", 
>> "refresh", and "properties." Perhaps this is because the projects open 
>> up as "read only." Any further suggestions would be appreciated.
>>
>> Thanks, Eldon
>>
>>   
>>     
> When I open a read only project I get the same as you describe it.
>
> What you need to do is change the permissions of all the files in the 
> project folder to a setting that allows you write access.
>
> In KDE, you could right click on the project folder, in the popup menu 
> select "Properties" (the last menu item).
> A tabbed window appears. Select the "Permissions" tab. Change 
> permissions according to yor need.
> Don't forget to select the checkbox labelled
> "Apply changes to all subfolders and their contents."
>
> Alternatively, from the command line, type
> chmod --recursive 666 fullpathtoyourprojectdirectory/*
>
> Regards
> Werner
>
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>   




More information about the User mailing list