dotgnu-libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dotgnu-libjit] Compilation Error on Mac OS X x86-64


From: Klaus Treichel
Subject: Re: [Dotgnu-libjit] Compilation Error on Mac OS X x86-64
Date: Mon, 04 Oct 2010 20:27:52 +0200

Hi Noah,

> Thanks a lot!
> 
> Unfortunately I must report another compilation error :/.
> 
> This time it's the linker. I get ld: duplicate symbol
> __jit_intrinsic_signature in .libs/jit-apply.o and .libs/jit-alloc.o
> 
> The following trivial patch fixes it:
> 
> diff --git a/jit/jit-internal.h b/jit/jit-internal.h
> index 83d0bb4..5d152ca 100644
> --- a/jit/jit-internal.h
> +++ b/jit/jit-internal.h
> @@ -776,7 +776,7 @@ extern struct _jit_type const _jit_type_void_ptr_def;
>   * Special signatures are conv and conv_ovf for type conversions without
>   * and with overflow checks.
>   */
> -enum
> +typedef enum
>  {
>         JIT_SIG_NONE    = 0,
>         JIT_SIG_i_i     = 1,
> 
thanks. This issue is fixed in the repository now.


Cheers,
Klaus

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]