[Gambas-user] port gambas1 to gambas2

Werner wdahn at ...1000...
Wed Aug 20 09:41:59 CEST 2008


>
>> 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







More information about the User mailing list