Displaying 7 results from an estimated 7 matches for "disk1.1".
2009 Mar 05
5
[LLVMdev] Persistent build error
I've been getting this error for the last few days:
gmake[3]: Entering directory
`/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils'
llvm[3]: Compiling AddrModeMatcher.cpp for Debug build
In file included from
/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26,
                 from
2009 Mar 06
0
[LLVMdev] Persistent build error
Have you fixed the problem already? I'm getting the same error on my Windows
Vista x64 cygwin make
Ben Laurie-3 wrote:
> 
> I've been getting this error for the last few days:
> 
> gmake[3]: Entering directory
> `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils'
> llvm[3]: Compiling AddrModeMatcher.cpp for Debug build
> In file included from
2009 Mar 06
0
[LLVMdev] Persistent build error
This should be fixed now. I verified it with 3.4.6 on a x86 linux box.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090302/074769.html
I think most of our nightly testers are using gcc4.
-Tanya
On Thu, 5 Mar 2009, Ben Laurie wrote:
> I've been getting this error for the last few days:
>
> gmake[3]: Entering directory
>
2009 Mar 06
1
[LLVMdev] Persistent build error
On Fri, Mar 6, 2009 at 4:59 PM, meilon <the-fr3ak at gmx.net> wrote:
>
> Have you fixed the problem already? I'm getting the same error on my
> Windows
> Vista x64 cygwin make
Nope. Still there.
>
>
> Ben Laurie-3 wrote:
> >
> > I've been getting this error for the last few days:
> >
> > gmake[3]: Entering directory
> >
2009 Feb 24
0
[LLVMdev] 2.5 Pre-release2 available for testing
On Fri, Feb 20, 2009 at 11:45 PM, Tanya Lattner <tonic at nondot.org> wrote:
> LLVMers,
>
> The 2.5 pre-release2 is finally available for testing:
> http://llvm.org/prereleases/2.5/
>
> If you have time, I'd appreciate anyone who can help test the release.
> Please do the following:
>
> 1) Download/compile llvm source, and either compile llvm-gcc source or use
2009 Feb 20
7
[LLVMdev] 2.5 Pre-release2 available for testing
LLVMers,
The 2.5 pre-release2 is finally available for testing:
http://llvm.org/prereleases/2.5/
If you have time, I'd appreciate anyone who can help test the release.  
Please do the following:
1) Download/compile llvm source, and either compile llvm-gcc source or  
use llvm-gcc binary (please compile llvm-gcc with fortran if you can).
2) Run make check, send me the testrun.log
3) Run
2009 Mar 09
3
[LLVMdev] Persistent build error
On Fri, Mar 6, 2009 at 7:34 PM, Tanya M. Lattner <tonic at nondot.org> wrote:
>
> This should be fixed now. I verified it with 3.4.6 on a x86 linux box.
>
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090302/074769.html
>
> I think most of our nightly testers are using gcc4.
Works for me, thanks. Still a bit puzzled why this didn't break under
gcc4,