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 /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, from AddrModeMatcher.cpp:14: /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1934: error: base `llvm::SDNode' with only non-default constructor in class without a constructor and, indeed, it appears to be true. Puzzled how this is building for anyone else, and also not really much clue what to do to fix...
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 > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, > from > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, > from AddrModeMatcher.cpp:14: > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1934: > error: base `llvm::SDNode' with only non-default constructor in class > without a constructor > > and, indeed, it appears to be true. Puzzled how this is building for > anyone else, and also not really much clue what to do to fix... > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-- View this message in context: http://www.nabble.com/Persistent-build-error-tp22352517p22376393.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
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 makeNope. Still there.> > > 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 > > > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, > > from > > > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, > > from AddrModeMatcher.cpp:14: > > > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1934: > > error: base `llvm::SDNode' with only non-default constructor in class > > without a constructor > > > > and, indeed, it appears to be true. Puzzled how this is building for > > anyone else, and also not really much clue what to do to fix... > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > > -- > View this message in context: > http://www.nabble.com/Persistent-build-error-tp22352517p22376393.html > Sent from the LLVM - Dev mailing list archive at Nabble.com. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090306/c3b51cfe/attachment.html>
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 > `/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 > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, > from AddrModeMatcher.cpp:14: > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1934: > error: base `llvm::SDNode' with only non-default constructor in class > without a constructor > > and, indeed, it appears to be true. Puzzled how this is building for > anyone else, and also not really much clue what to do to fix... > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Oh by the way there are other Cygwin problems withthe SVN. I just fiex three but AFAIK there is only one more to solve. dont know whether x64 will cause any other problems though. Cygwin is a bit of a raw nerve. Aaron> 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 >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, >> from >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, >> from AddrModeMatcher.cpp:14: >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1934: >> error: base `llvm::SDNode' with only non-default constructor in class >> without a constructor >> >> and, indeed, it appears to be true. Puzzled how this is building for >> anyone else, and also not really much clue what to do to fix... >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > > -- > View this message in context: > http://www.nabble.com/Persistent-build-error-tp22352517p22376393.html > Sent from the LLVM - Dev mailing list archive at Nabble.com. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
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, though...> > -Tanya > > > On Thu, 5 Mar 2009, Ben Laurie 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 >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, >> from >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, >> from AddrModeMatcher.cpp:14: >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1934: >> error: base `llvm::SDNode' with only non-default constructor in class >> without a constructor >> >> and, indeed, it appears to be true. Puzzled how this is building for >> anyone else, and also not really much clue what to do to fix... >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >