Displaying 4 results from an estimated 4 matches for "compilaton".
Did you mean:
compilation
2007 Dec 23
1
[LLVMdev] compilaton problem
Hi.
For weeks now I have problems compiling llvm from svn, compilation ends with
llvm[2]: Compiling Lexer.cpp for Release build
/home/borist/builds/llvm/lib/AsmParser/Lexer.l: In function 'int
llvmAsmlex()':
/home/borist/builds/llvm/lib/AsmParser/Lexer.l:278: error: 'PURE' was
not declared in this scope
/home/borist/builds/llvm/lib/AsmParser/Lexer.l:279: error: 'CONST'
2007 Dec 23
0
[LLVMdev] compilaton problem
Hello, Boris
> /home/borist/builds/llvm/lib/AsmParser/Lexer.l: In function 'int
> llvmAsmlex()':
> Could it be a problem with my version of gcc (V4.2.2) on Linux x86_64?
No. These files were removed from the svn, however, they were used to
generate source files and such generated files still alive in your tree.
Remove Lexer.cpp and Lexer.h (same applies for tablegen).
You can
2003 Nov 27
0
[Fwd: Re: Compiling dovecot on SuSE 9]
Thanks for the reply regarding the compilaton of dovecot to SuSE 9.
I have made the key and put it in the correct area but still no luck.
I have attached the strace output to the end of this email.
Thanks!!!
> Date: Wed, 26 Nov 2003 00:17:07 -0800 (PST)
> From: "Ted S. Garaventa" <tsg at cctg.com>
> Subject: [Dovecot...
2005 Mar 18
15
Meetme2 compilation problem
Hi All,
I am trying to compile meetme2 in my asterisk box and getting the
following compilaton error. Please help me to sort it out.
cc -fPIC -c -o app_dial.o app_dial.c
In file included from app_dial.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:317: `PTHREAD_MUTEX_RECURSIVE' undeclared
(first use in this function)
/usr/include/ast...