Displaying 6 results from an estimated 6 matches for "wmost".
Did you mean:
most
2009 Oct 25
2
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...k -fvisibility-inlines-hidden -mmacosx-
version-min=10.4 -gdwarf-2 -iquote /build/codegen.build/codegen-
generated-files.hmap -I/llvm/build/codegen.build/codegen-own-target-
headers.hmap -I/codegen.build/codegen-all-target-headers.hmap -iquote /
build/codegen.build/codegen-project-headers.hmap -Wmost -Wno-four-char-
constants -Wno-unknown-pragmas -F/build/Development -I/Developer/SDKs/
MacOSX10.4u.sdk/Developer/Headers/FlatCarbon -I/llvm/llvm-2.6/include -
I/build/codegen.build/DerivedSources -DLUA_USE_MACOSX -DLUA_USE_DLOPEN
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -include /macho-...
2009 Oct 25
0
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...es-hidden -mmacosx-
> version-min=10.4 -gdwarf-2 -iquote /build/codegen.build/codegen-
> generated-files.hmap -I/llvm/build/codegen.build/codegen-own-target-
> headers.hmap -I/codegen.build/codegen-all-target-headers.hmap -
> iquote /build/codegen.build/codegen-project-headers.hmap -Wmost -Wno-
> four-char-constants -Wno-unknown-pragmas -F/build/Development -I/
> Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/FlatCarbon -I/llvm/
> llvm-2.6/include -I/build/codegen.build/DerivedSources -
> DLUA_USE_MACOSX -DLUA_USE_DLOPEN -D__STDC_LIMIT_MACROS -
> D__STDC_CONSTA...
2013 Nov 20
2
[LLVMdev] clang.exe: fatal error: 'stdio.h' file not found
I'm trying to compile hello.c with clang.exe, but I'm getting an error
about missing cstdlib headers.
Source:
https://github.com/mcandre/mcandre/tree/master/c/hello/
Trace:
C:\Users\andrew\Desktop\src\mcandre\c\hello>gmake
clang -O2 -Wall -Wextra -Wmost -Weverything -o hello hello.c
hello.c:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^
1 error generated.
gmake: *** [hello] Error 1
Do I need to add libs to the compile command, something like -lc? I tried a
few variants, like -lc, -lstdlib, -lcstdlib, with...
2009 Jan 14
0
[LLVMdev] quick q configuring osx
Hi,
For the record, adding
UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.4u.sdk/
was insufficient to restrict the .a/.o files to link against the 10.4
sdk, but
env MACOSX_DEPLOYMENT_TARGET=10.4 make
did the trick.
Thanks!
On Jan 14, 2009, at 1:29 PM, Jean-Daniel Dupas wrote:
>
> Le 14 janv. 09 à 21:48, Chris Lattner a écrit :
>
>>
>> On Jan 14, 2009, at 12:44 PM,
2009 Jan 14
2
[LLVMdev] quick q configuring osx
Le 14 janv. 09 à 21:48, Chris Lattner a écrit :
>
> On Jan 14, 2009, at 12:44 PM, Graham Wakefield wrote:
>
>> Sorry if this is a newb q... I'm developing an application on a
>> 10.5 machine but want to target the 10.4 SDK. Is there a magic
>> incantation for the llvm configure script to set the sysroot path,
>> equivalent to e.g. --with-sysroot
2008 Dec 18
0
[LLVMdev] Troubles with clang and llvm libraries and simple Xcode project
...t08/mergathon/llvmAV
/Developer/usr/bin/gcc-4.0 -x c++ -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -Os -fmessage-length=0 -fvisibility-
inlines-hidden -mmacosx-version-min=10.4 -I/code/luaAV/oct08/
mergathon/llvmAV/build/llvmAV.build/Release/weirdbug_nolib.build/
weirdbug_nolib.hmap -Wmost -Wno-four-char-constants -Wno-unknown-
pragmas -F/code/luaAV/oct08/mergathon/llvmAV/build/Release -I/code/
luaAV/oct08/mergathon/llvmAV/build/Release/include -I/usr/local/
include -I/code/luaAV/oct08/mergathon/llvmAV/build/llvmAV.build/
Release/weirdbug_nolib.build/DerivedSources -D__STDC_CONST...