[Mono-dev] Problems trying to compile Plastic on Linux
Gert Driesen
gert.driesen at telenet.be
Tue Jul 3 05:43:43 EDT 2007
----- Original Message -----
From: "Paolo Molaro" <lupus at ximian.com>
To: <mono-devel-list at lists.ximian.com>
Sent: Tuesday, July 03, 2007 11:29 AM
Subject: Re: [Mono-dev] Problems trying to compile Plastic on Linux
> On 06/29/07 pablosantosluac wrote:
>> I'm trying to compile the plastic server on linux using mono + NANT.
>>
>> It compiles all the .dll and even the .exe targets, but at the end it
>> fails:
> [...]
>> [al] Starting mono ("al.exe"
>> @"/tmp/tmp3e9e47fd.tmp"
>> /embed:"/home/CODICE/pablo/wk_pablo_juno/01nerva/src/server/loader/loaderTranslations.es.resources",loader.loaderTranslations.es.resources)'
>> in '/home/CODICE/pablo/wk_pablo_juno/01nerva/'
>> [al] ALINK: error A1044: Couldn't open
>> '/home/CODICE/pablo/wk_pablo_juno/01nerva/bin/server' key file.
>>
>> BUILD FAILED - 0 non-fatal error(s), 45 warning(s)
>>
>> External Program Failed: al.exe (return code was 1):
>> NAnt.Core.BuildException: External Program Failed: al.exe
>> (return code was 1)
>> at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask ()
>> [0x00000]
> [...]
>> We do use a signed assembly but it is a .dll (the first one to be
>> compiled,
>> and it seems without problems).
>>
>> I guess it must be very simple, but I don't understand what key file
>> ALINK
>> is complaining about....
Can you check what the value of the AssemblyKeyFile attribute is in the
assembly for which you're creating the satellite assembly ?
AL will use that value to load the key from if the keyfile argument is not
specified on the commandline (by NAnt).
Also, what version of NAnt are you using ?
Gert
More information about the Mono-devel-list
mailing list