Displaying 20 results from an estimated 80179 matches for "buildings".
Did you mean:
building
2019 Apr 30
6
Disk space and RAM requirements in docs
Hi,
Have anybody recently built LLVM in Debug mode /within/ space
requirements from the Getting Started doc?
https://llvm.org/docs/GettingStarted.html#hardware
> An LLVM-only build will need about 1-3 GB of space. A full build of
LLVM and Clang will need around 15-20 GB of disk space.
From my experience this numbers looks drastically low. On FreeBSD my
recent builds consumed more than
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
Hello all,
I was trying to install Wine on my MacBook via the Terminal. These are my system specs:
odel Name: MacBook
Model Identifier: MacBook2,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache (per processor): 4 MB
Memory: 1 GB
Bus Speed: 667 MHz
Boot ROM Version: MB21.00A5.B07
SMC Version: 1.13f3
Serial Number: BLAHBLABLAH
2019 May 02
3
2.3.6 lib-smtp test failure in CentOS 6
After applying the patches in my previous message...
I'm getting the following when building dovecot for CentOS 6 (but not
for CentOS 7):
lmtp payload - normal: parallel pipelining ssl ....................... : ok
CLIENT: Panic: file smtp-client-connection.c: line 1309
(smtp_client_connection_established): assertion failed:
(!conn->connect_succeeded)
CLIENT: Error: Raw backtrace:
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
llvm[4]: Compiling PoolAllocate.cpp for Release+Asserts build
/home/NIKHILREDDY/WORK/LLVM_SRC/projects/poolalloc/lib/PoolAllocate/PoolAllocate.cpp:
In member function ‘virtual bool
llvm::PoolAllocate::runOnModule(llvm::Module&)’:
/home/NIKHILREDDY/WORK/LLVM_SRC/projects/poolalloc/lib/PoolAllocate/PoolAllocate.cpp:403:16:
error: ‘class llvm::Constant’ has no member named
2004 Oct 23
2
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Hi LLVM'ers
When linking tblgen tool I get below error message on MinGW.
I have put TOOLLINKOPTS=-ldbghelp in Makefile.config.
However, when rearranging library dbghelp to the end of the g++
line, tblgen gets linked.
--------------------------
make[2]: Entering directory `/C/Projects/build/MinGW/llvm/utils/TableGen'
Linking Debug executable tblgen
/C/Projects/build/MinGW/llvm/mklib
2006 Nov 20
2
Installing PIL-1.1.5
Hello,
I?m trying to install PIL (Python Image Library) in a CentOS-4.4,
but I?m getting the follow error after unpack the tarball:
-------------------------------
# python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
copying PIL/ExifTags.py -> build/lib.linux-i686-2.3
copying PIL/ImageTransform.py ->
2005 Jun 01
1
[LLVMdev] [Cygwin] 'make tools-only' configuration error
Reid,
Getting the same error again :-(
/usr/gcc/gcc-3.4.3/libexec/gcc/i686-pc-cygwin/3.4.3/collect2.exe -Bdynamic --dl
l-search-prefix=cyg -o /usr/build/llvm-2/Debug/bin/llc.exe /lib/crt0.o -L/usr/bu
ild/llvm-2/Debug/lib -L/usr/build/llvm-2/Debug/bin -L/usr/gcc/gcc-3.4.3/lib/gcc/
i686-pc-cygwin/3.4.3 -L/usr/gcc/gcc-3.4.3/lib/gcc/i686-pc-cygwin/3.4.3/../../..
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
I'm getting an error when trying to build llvm 2.2's tblgen:
llvm[2]: Linking Release executable tblgen (without symbols)
/usr/bin/ld: Undefined symbols:
llvm::MemoryBuffer::getFileOrSTDIN(char const*, unsigned int,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>*, long long)
llvm::cl::ParseCommandLineOptions(int, char**, char const*)
It's
2017 Aug 04
2
LLVM build failures of Sanitized builds
Hi.
Failure 1:
Current clang-6.0 from http://apt.llvm.org/, current sources.
$ CC=clang-6.0 CXX=clang++-6.0 cmake
-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi;compiler-rt;lld;polly;openmp"
-DLLVM_USE_SANITIZER="Address;Undefined" -DCMAKE_BUILD_TYPE=Release
-GNinja ../llvm
$ ninja
[200/3921] Building Attributes.gen...
FAILED: include/llvm/IR/Attributes.gen.tmp
cd
2006 Jul 25
5
build problems with current xen unstable cpu.h vl.h:75 vl.c:24 cpu-all.h:122: error: syntax error before "float64"
Hi,
I am having troubles in building xen unstable.
make[3]: Entering directory `/data/xen/build/xen-unstable.hg-3.0-20060725.5/tools''
[ -f ioemu/config-host.h ] || \
(cd ioemu && sh configure --prefix=/usr)
Install prefix /usr
BIOS directory /usr/share/xen/qemu
binary directory /usr/lib/xen/bin
Manual directory /usr/share/man
ELF interp prefix
Source path
2005 Jun 01
0
[LLVMdev] [Cygwin] 'make tools-only' configuration error
'collect2.exe' is an internal version of 'ld' called by GCC
The GCC command line is :-
g++ -I/usr/build/llvm-2/tools/llc -I/usr/src/llvm/tools/llc -I/usr/build/llvm-2/
include -I/usr/src/llvm/include -I/usr/build/llvm-2/include -I/usr/src/llvm/incl
ude -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -Wall -W -Wwrite-strings -Wno-unused -g
-D_DEBUG -v -o /usr/build/llvm-2/Debug/bin/llc.exe
2016 Jun 01
6
LLD's default --build-id choice
Nico brought up this topic and made me think whether the current choice of
--build-id was the right one or not.
Currently, we compute a FNV1 hash for an entire resulting file and store it
to .note.gnu.build-id section. It's one of the slowest parts of the linker
because reading every byte takes time. IIRC, it usually takes about 10% of
total link time.
In the first place, I believe it was
2020 Apr 08
4
Clarifying the supported ways to build libc++, libc++abi and libunwind
[Cross-post to llvm-dev to make sure everybody relevant sees this]
Hi,
I'm currently trying to simplify the libc++/libc++abi/libunwind build systems and testing setup. In doing so, I am encountering issues related to "unusual" ways of building them. By unusual, I just mean "not the usual monorepo build with LLVM_ENABLE_PROJECTS". I would like to pin down what the set of
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
Guys,
I'm trying to compile the Xen 4.0.0 via debian/rules makefile but I got
this:
administrativo at sid01:~/xen/xen-4/xen-4.0.0$ make -f debian/rules build-tools
.....
make -C lib all
make[7]: Entering directory
`/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd/lib'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory
2013 Jan 03
4
[LLVMdev] Fatal error in build, include <utility> not found
I'm trying to customize llvm by adding a header file of my own and tweaking
things accordingly.
While building, things go well until a certain point where it stops seeing
the includes of my file.
I'm working on Ubuntu 12.04 with llvm-3.1 on a custom target (mips-like),
gcc-4.6 and clang-3.2 (i've tried 3.1 too).
>From what i've understood, when it builds the first binaries of
2019 Jun 21
0
Wine release 4.11
The Wine development release 4.11 is now available.
What's new in this release (see below for details):
- Updated version of the Mono engine, including Windows.Forms.
- More DLLs are built as PE files by default.
- Faster implementation of Slim Reader/Writer locks on Linux.
- Initial support for enumerating display devices.
- Various bug fixes.
The source is available from the
2018 Sep 22
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
first: thank you for helping out
>I might try compiling your source from the VS's Developer Command Prompt:
>cmake --build . --target Fibonacci
>Does this work?
call "C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
cd llvm-build
cmake --build . --config Debug --target Fibonacci
building Fibonacci example works BUT
2019 Jan 07
2
[LLD] [WASM] wasm/function-index.test failing
I'm seeing the following fail on Linux x86-64, for the last couple weeks
at least. This is from 'ninja check-all'.
-David
FAIL: lld :: wasm/function-index.test (1941 of 1955)
******************** TEST 'lld :: wasm/function-index.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; /build/x86_64/bin/llc -filetype=obj
2008 Aug 13
1
CIFS mount problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
We have `some` problems related to the samba daemon, or possibly with
the Linux kernel CIFS filesystem.
We have 2 server (for this example):
- - Storage Server, running Samba 3.0.28a on Ubuntu Linux (Samba version
3.0.28a-1ubuntu4.4) with ldap authentication.
- - Client, running Linux 2.6.24 as a XEN domU. This server mounts on
demand user
2009 Apr 03
3
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Hi all, llvm doesn't seems to build but it doesn't give me any useful
error message :
nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make
llvm[1]: Compiling Alarm.cpp for Debug build
llvm[1]: Compiling Disassembler.cpp for Debug build
llvm[1]: Compiling DynamicLibrary.cpp for Debug build
llvm[1]: Compiling Host.cpp for Debug build
llvm[1]: Compiling IncludeFile.cpp for Debug build