Displaying 8 results from an estimated 8 matches for "mortenmacfli".
Did you mean:
mortenmacfly
2012 May 31
3
[LLVMdev] LLVM/Clang SVN: 2 Questions
On 5/31/2012 8:52 AM, Justin Holewinski wrote:
> On Thu, May 31, 2012 at 1:44 AM, MortenMacFly <mac-fly at gmx.net
> <mailto:mac-fly at gmx.net>> wrote:
>
>
> Windows7, Cmake 2.8.8, MinGW 4.6.1. compiler:
>
> I got two questions seeking for help:
>
> 1.) I am trying to compile LLVM/Clang from trunk using the
> instructions from
>
2012 May 31
0
[LLVMdev] LLVM/Clang SVN: 2 Questions
On Thu, May 31, 2012 at 1:44 AM, MortenMacFly <mac-fly at gmx.net> wrote:
>
> Windows7, Cmake 2.8.8, MinGW 4.6.1. compiler:
>
> I got two questions seeking for help:
>
> 1.) I am trying to compile LLVM/Clang from trunk using the instructions
> from
> the LLVM homepage which works fine except that the llvm-config tool is not
> being built. When I do a
2012 May 31
3
[LLVMdev] LLVM/Clang SVN: 2 Questions
Windows7, Cmake 2.8.8, MinGW 4.6.1. compiler:
I got two questions seeking for help:
1.) I am trying to compile LLVM/Clang from trunk using the instructions from
the LLVM homepage which works fine except that the llvm-config tool is not
being built. When I do a "make" in the "tools\llvm-config" folder it fails,
too with:
../../Makefile.common:60: ../../Makefile.config: No such
2013 Jan 23
0
[LLVMdev] Fails to compile w/ MinGW: sys/mman.h: No such file or directory
Is there interest in building/using compiler-rt on Windows? If there is
none, probably we should just disable building it in CMake rules.
On Tue, Jan 22, 2013 at 10:19 AM, MortenMacFly <mac-fly at gmx.net> wrote:
> I am having trouble getting LLVM/Clang to compile from SVN/trunk on win32
> using MinGW (4.7.1). The error is:
> sys/mman.h: No such file or directory
> ...and it
2012 Jun 02
1
[LLVMdev] LLVM/Clang SVN: 2 Questions
thanks a lot for all the answers, I didn't expect so much effort, that's
great!
Óscar Fuentes wrote:
>
> But he was actually building with cmake, which generates its own
> makefiles.
>
True.
Óscar Fuentes wrote:
>
> Either he invoked cmake on a separate build directory
> (correct) and then switched to the source directory for executing `make'
> (wrong)
2013 Jan 22
2
[LLVMdev] Fails to compile w/ MinGW: sys/mman.h: No such file or directory
I am having trouble getting LLVM/Clang to compile from SVN/trunk on win32
using MinGW (4.7.1). The error is:
sys/mman.h: No such file or directory
...and it happens during compilation of:
[LLVM/Clang]\projects\compiler-rt\lib\enable_execute_stack.c
I configured everything carefully as "CMAKE_BUILD_TYPE" "Release". I have in
the PATH (in that order):
- CMake
- MinGW
- Python
2012 May 31
0
[LLVMdev] LLVM/Clang SVN: 2 Questions
Kevin Kelley <kevin at kelleysoft.com> writes:
> On 5/31/2012 8:52 AM, Justin Holewinski wrote:
>> On Thu, May 31, 2012 at 1:44 AM, MortenMacFly <mac-fly at gmx.net
>> <mailto:mac-fly at gmx.net>> wrote:
>>
>>
>> Windows7, Cmake 2.8.8, MinGW 4.6.1. compiler:
>>
>> I got two questions seeking for help:
>>
>> 1.)
2013 Jan 22
3
[LLVMdev] Fails to compile w/ MinGW: sys/mman.h: No such file or directory
I am having trouble getting LLVM/Clang to compile from SVN/trunk on win32
using MinGW (4.7.1). The error is:
sys/mman.h: No such file or directory
...and it happens during compilation of:
[LLVM/Clang]\projects\compiler-rt\lib\enable_execute_stack.c
I configured everything carefully as "CMAKE_BUILD_TYPE" "Release". I have in
the PATH (in that order):
- CMake
- MinGW
- Python