[LLVMdev] problems in buiding LLVM
Reid Spencer
rspencer at reidspencer.com
Fri Feb 9 10:03:55 PST 2007
On Fri, 2007-02-09 at 16:25 +0100, Silvano Rivoira wrote:
> Hello,
>
> I’m trying to build LLVM on the last version of Cygwin, but the ‘make
> install’ command terminates with errors.
>
> Please find attached the config.log file and the final part of the
> make output.
>
> Can you help me?
Your compiler is complaining about a type overloading where it can't
resolve uint32_t to "unsigned int". Perhaps on your system they are not
the same. I've changed the interface to use uint32_t. Hopefully that
will help. Please update and try again.
Reid.
>
> Thanks
>
>
>
> *******************************************
>
> Silvano Rivoira
>
> Dipartimento di Automatica e Informatica
>
> Politecnico di Torino
>
> Corso Duca degli Abruzzi 24
>
> 10129 Torino
>
> Italy
>
> Tel: (+39) 011 564 7056
>
> Fax: (+39) 011 564 7099
>
> Web: http://staff.polito.it/silvano.rivoira
>
> *******************************************
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list