Le 31/03/2013 04:03, Benoît Minisini a écrit :
> Le 27/03/2013 19:32, Tobias Boege a écrit :
>> Hi,
>>
>> I try to create a Gambas executable (from within the IDE but that doesn't
>> seem to be relevant here). The project directory lies on another hard
>> drive
>> partition than the executable's target directory. This causes gba3 to
>> fail
>> with:
>>
>> gba: ERROR: Cannot make executable: Cannot create executable: Invalid
>> cross-device link
>> Project.MakeExecutable.2828
>>
>> There seems to be a hardlink involved and so I ask: is it really
>> necessary
>> to hardlink? Wouldn't a symlink do it, too?
>>
>> Regards,
>> Tobi
>>
>
> There is no hardlink used anywhere in Gambas. That's a strange error! I
> will investigate...
>

OK. This error has nothing to do with hardlinks. It's just that the 
executable is created inside a temporary file, and that temporay file is 
then moved (i.e. renamed), which does not work if the target directory 
is on a different device than the temporary directory.

-- 
Benoît Minisini

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to