Vladimir Merzliakov
2004-Nov-08 08:16 UTC
[LLVMdev] Dejagnu Support Added (+ problems with build LLVM at FreeBSD)
> I'm asking for people (especially those running nightly testers) to give > Dejagnu a try.I will do. But last 2 days (after http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/020279.html ) LLVM broken at FreeBSD: In file included from Path.cpp:27: platform/Path.cpp:26: error: no `bool llvm::sys::Path::isvalid() const' member function declared in class `llvm::sys::Path' gmake[1]: *** [/usr/home/wanderer/pkg/build/llvm/night/build/llvm/lib/System/Debug/Path.o] Error 1 and requare patch for llvm/lib/System/FreeBSD/Path.cpp : -Path::isvalid() const { +Path::isValid() const { Vladimir
Reid Spencer
2004-Nov-08 08:29 UTC
[LLVMdev] Dejagnu Support Added (+ problems with build LLVM at FreeBSD)
On Mon, 2004-11-08 at 00:16, Vladimir Merzliakov wrote:> > I'm asking for people (especially those running nightly testers) to give > > Dejagnu a try. > > I will do. > > But last 2 days (after > http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/020279.html ) > LLVM broken at FreeBSD: > > In file included from Path.cpp:27: > platform/Path.cpp:26: error: no `bool llvm::sys::Path::isvalid() const' > member function declared in class `llvm::sys::Path' > gmake[1]: *** > [/usr/home/wanderer/pkg/build/llvm/night/build/llvm/lib/System/Debug/Path.o] > Error 1Whoops, sorry. I renamed stuff to follow the coding standard and mistyped this one. Its fixed now. Reid -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041108/ec532149/attachment.sig>
Jeff Cohen
2004-Nov-08 16:36 UTC
[LLVMdev] Dejagnu Support Added (+ problems with build LLVM at FreeBSD)
On Mon, 08 Nov 2004 00:29:46 -0800 Reid Spencer <reid at x10sys.com> wrote:> On Mon, 2004-11-08 at 00:16, Vladimir Merzliakov wrote: > > > I'm asking for people (especially those running nightly testers) to give > > > Dejagnu a try. > > > > I will do. > > > > But last 2 days (after > > http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/020279.html ) > > LLVM broken at FreeBSD: > > > > In file included from Path.cpp:27: > > platform/Path.cpp:26: error: no `bool llvm::sys::Path::isvalid() const' > > member function declared in class `llvm::sys::Path' > > gmake[1]: *** > > [/usr/home/wanderer/pkg/build/llvm/night/build/llvm/lib/System/Debug/Path.o] > > Error 1 > > Whoops, sorry. I renamed stuff to follow the coding standard and > mistyped this one. Its fixed now. > > Reid >I've been so busy with Windows that I've been neglecting FreeBSD, so I never noticed this. But that's about to change... I've just upgraded to 5.3-STABLE, so I'm about to do a completely-from-scratch LLVM build.