Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] error when building llvm from svn"
2010 Dec 29
1
[LLVMdev] Latest trunk fails to build on Mac using CMake and Eclipse
[ 96%] Checking for cyclic dependencies between LLVM libraries.
cd /Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config &&
"/Applications/CMake 2.8-3.app/Contents/bin/cmake" -E remove -f
/Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config/FinalLibDeps.txt
2009 Apr 14
3
[LLVMdev] SVN Head Error Building on Mac OS X
Dear All,
Has anyone else noticed the following problem building LLVM on Mac OS X:
find-cycles.pl: Circular dependency between *.a files:
find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMSelectionDAG.a
llvm[1]: Building llvm-config script.
cat: /Users/criswell/box/x86/llvm22/tools/llvm-config/FinalLibDeps.txt:
No such file or directory
-- John T.
2009 Apr 14
0
[LLVMdev] SVN Head Error Building on Mac OS X
John Criswell wrote:
> Dear All,
>
> Has anyone else noticed the following problem building LLVM on Mac OS X:
>
> find-cycles.pl: Circular dependency between *.a files:
> find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMSelectionDAG.a
> llvm[1]: Building llvm-config script.
> cat: /Users/criswell/box/x86/llvm22/tools/llvm-config/FinalLibDeps.txt:
> No such
2009 Apr 14
1
[LLVMdev] SVN Head Error Building on Mac OS X
On Apr 14, 2009, at 8:53 AMPDT, John Criswell wrote:
> John Criswell wrote:
>> Dear All,
>>
>> Has anyone else noticed the following problem building LLVM on Mac
>> OS X:
>>
>> find-cycles.pl: Circular dependency between *.a files:
>> find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a
>> libLLVMSelectionDAG.a
>> llvm[1]: Building
2011 Sep 29
2
[LLVMdev] r140697 broke building with shared library enabled
make[1]: Entering directory `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config'
llvm[1]: Regenerating LibDeps.txt.tmp
llvm[1]: Checking for cyclic dependencies between LLVM libraries.
find-cycles.pl: Circular dependency between *.a files:
find-cycles.pl: libLLVMPTXAsmPrinter.a libLLVMPTXCodeGen.a libLLVMPTXDesc.a
llvm[1]: Building llvm-config script.
cat:
2010 Apr 21
0
corrupted index cache file, physcial size, in migration to snow leopard
Hi,
I am in the middle of migrating a server from Apple's leopard to snow
leopard. Having big problems with migrating mail to dovecot. The
version is:
# dovecotd --version
1.1.17apple0.5
and I use the migration script provide by Apple,
/usr/libexec/dovecot/migrate_mail_data.pl
The current problems concern migrating imap accounts.
The old data typically shows up to mail clients as
2009 Apr 25
1
[LLVMdev] Release build failure (FinalLibDeps.txt: No such file or directory)
$ make update
...snip...
Updated to revision 69967.
$ ENABLE_OPTIMIZED=1 make
...snip...
llvm[1]: Regenerating LibDeps.txt.tmp
llvm[1]: Checking for cyclic dependencies between LLVM libraries.
find-cycles.pl: Circular dependency between *.a files:
find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a
libLLVMSelectionDAG.a
llvm[1]: Building llvm-config script.
cat:
2008 Feb 20
0
[LLVMdev] Problems building LLVM 2.2 for ARM
Try make VERBOSE=1 first. Perhaps it'll tell us something.
Evan
On Feb 19, 2008, at 4:19 PM, Tobias Oberstein wrote:
> Hello,
>
> I'd like to do some initial experiments with LLVM on embedded ARM
> (Nokia N800), but ran into a build issue. Could s.o. give me a tip?
>
> Thx alot,
> Tobias
>
> P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux.
2008 Feb 20
2
[LLVMdev] Problems building LLVM 2.2 for ARM
Hello,
I'd like to do some initial experiments with LLVM on embedded ARM
(Nokia N800), but ran into a build issue. Could s.o. give me a tip?
Thx alot,
Tobias
P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux.
===
I'm building on Ubuntu/Scratchbox/ARMEL using GCC 3.4.4 (CodeSourcery
ARM 2005q3-2) using
./configure --prefix=$HOME/local/llvm-2.2 --enable-jit
2011 Sep 29
0
[LLVMdev] r140697 broke building with shared library enabled
On Thu, Sep 29, 2011 at 3:06 AM, Heikki Kultala <hkultala at iki.fi> wrote:
>
>
> make[1]: Entering directory
> `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config'
> llvm[1]: Regenerating LibDeps.txt.tmp
> llvm[1]: Checking for cyclic dependencies between LLVM libraries.
> find-cycles.pl: Circular dependency between *.a files:
> find-cycles.pl:
2010 Jun 01
0
[LLVMdev] building dragonegg (LLVM 2.7) on Snow Leopard (Mac OS X 10.6.3)
Hello all,
With some help from Duncan through IRC, I just succeeded in building the dragonegg GCC plugin on Snow Leopard.
I first installed LLVM 2.7, and I'm using the dragonegg-2.7 release available on the LLVM website [1]
in combination with the 4.5.0 release of GCC.
Below is an outline of the steps required to get it to work, which is hopefully of use to others.
*) Build GCC-4.5.0
Next
2011 Aug 19
2
[LLVMdev] building LLVM for i386 under snow leopard
Hello, Does anyone know how to build LLVM for the i386 architecture
with snow leopard (this seems to have been the default for leopard).
I've tried building with:
./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch
i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/
--enable-shared --enable-jit && make
but I still end up
2011 Aug 19
0
[LLVMdev] building LLVM for i386 under snow leopard
Hi Keith,
> Hello, Does anyone know how to build LLVM for the i386 architecture
> with snow leopard (this seems to have been the default for leopard).
> I've tried building with:
>
> ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch
> i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/
> --enable-shared
2012 Nov 21
1
paths and Rook problems only in OSX CRAN binary package?
Hi everyone,
I'm trying to diagnose a problem in my R package, but it is a little
tricky since it seems to occur only with the Mac OSX CRAN binary build.
My package starts a Rook server and opens a browser. On my own system
(details below), when I build the package, I have no trouble. The Rook
server starts and the page loads in the browser.
However, if I've installed it from CRAN, I
2010 Dec 19
3
the state of wine under Mac Os X
Lately I've tried running some games under Snow Leopard, 10.6.4 to be precise, most of them being pre-Direct X 8 games, mainly for nostalgia reason.
Most of these games had no big problems running under Ubuntu 10.10 32bit, and being used to run Wine under Mac Os for some legacy work-related application, I thought It would have been pretty straightforward to run such games under Snow Leopard.
2007 Mar 10
0
[LLVMdev] llvm-test cvs head not working
Hi!
I'm trying to run llvm-test (current CVS head) with the following command:
$LLVMOBJDIR/projects/llvm-test$ make TEST=llc report
I run into the following error:
make[5]: Entering directory
`$LLVMOBJDIR/projects/llvm-test/SingleSource/UnitTests/Vector/SSE'
make[5]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
needed by `Output/sse.expandfft.linked.bc'. Stop.
2010 Feb 03
0
Fwd: OS X Clients Can't Create Sub-Directories
Begin forwarded message:
> From: Kimball Larsen <kimball at miridiatech.com>
> Date: February 2, 2010 7:58:49 PM MST
> To: Andy Liebman <andyliebman at aol.com>
> Subject: Re: [Samba] OS X Clients Can't Create Sub-Directories
>
>
> On Feb 2, 2010, at 6:53 PM, Andy Liebman wrote:
>
>>
>> Kimball Larsen wrote:
>>> I'm running
2010 Sep 16
4
DO NOT REPLY [Bug 7685] New: rsync should not set the creation data on the root folder of an HFS+ volume
https://bugzilla.samba.org/show_bug.cgi?id=7685
Summary: rsync should not set the creation data on the root
folder of an HFS+ volume
Product: rsync
Version: 3.0.7
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at
2011 Jan 13
2
[LLVMdev] Circular Deps from CMake build using makefile
[ 73%] Regenerating
/Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config/LibDeps.txt.tmp
[ 73%] Updating
/Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config/LibDeps.txt
if necessary...
[ 73%] Checking for cyclic dependencies between LLVM libraries.
find-cycles.pl: Circular dependency between *.a files:
find-cycles.pl: libLLVMAsmPrinter.a
2009 Mar 31
2
Help With File transfer of files named "Apple*" + Lacie 5Big RAID
Hello Rsync Community,
I have been using rsync for several years to backup servers across an
array of different areas.
I have run into a new problem that I cannot find an answer for.
We just recently purchased a Lacie 5Big Network RAID: http://www.cdw.com/shop/products/default.aspx?EDC=1596257
for one organization.
We set up a test server to start backing up to this RAID via AFP. The