search for: lbalbalba

Displaying 15 results from an estimated 15 matches for "lbalbalba".

2008 Dec 30
7
[Xen-research] ISO test Downloads Availability ?
Hi, I seem to remember that there used to be ISO downloads of Xen available, for people wanting to give it an easy way for a test drive, and to submit (automated) feedback on which machines and configurations Xen ran (in)correctly. However, I do not seem to be able to find these ISO images for download at Xen.org anymore. Has the project stopped making these useful test images - and if so, why ?
2008 Dec 30
7
[Xen-research] ISO test Downloads Availability ?
Hi, I seem to remember that there used to be ISO downloads of Xen available, for people wanting to give it an easy way for a test drive, and to submit (automated) feedback on which machines and configurations Xen ran (in)correctly. However, I do not seem to be able to find these ISO images for download at Xen.org anymore. Has the project stopped making these useful test images - and if so, why ?
2012 Jul 03
2
[LLVMdev] Running c++-analyzer on svn r159506 llvm-clang
...m codebase, and be able to determine any false positives relatively easily ?. And for the truly interested, maybe they can post 'false positives' against the Clang Static Analyzer component in the llvm-clang bug tracker: http://llvm.org/bugs/ Anyway, the full report is located here: http://lbalbalba.x90x.net/clang-analyzer/llvm-clang/ Regards, John Smith
2012 Jul 03
0
[LLVMdev] Running c++-analyzer on svn r159506 llvm-clang
...ermine any false positives > relatively easily ?. And for the truly interested, maybe they can post > 'false positives' against the Clang Static Analyzer component in the > llvm-clang bug tracker: http://llvm.org/bugs/ > > Anyway, the full report is located here: > http://lbalbalba.x90x.net/clang-analyzer/llvm-clang/ > > > > Regards, > > > John Smith > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2013 Mar 28
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
John Smith <lbalbalba at gmail.com> writes: > Forgive me from intruding here, but ... > > whats wrong with isTargetWin32-MSVC-win32, > isTargetWin32-mingw32-win32, isTargetWin32-borland-win32, > isTargetWin32-cygwin-win32, etc. > > Judging by the responses, there seems to be a need for that. Whi...
2013 Mar 28
4
[LLVMdev] Handling SRet on Windows x86
Joe Groff <arcata at gmail.com> writes: >> MSVC is not the system compiler. Certainly, it is not distributed with >> the system. Actually, MSVC was a secondary player on Windows for a long >> time, with several other C++ ABI-incompatible options available. > > > It isn't shipped with the system, but it's freely available as part of the > Windows SDK,
2011 Apr 10
2
[LLVMdev] LLVM/.Clang: 'make install'
Hi, I just compiled llvm/clang from source on my fedora linux system as specified on the website, but running 'make' and 'make install' does not seem to result in a 'functioning' installation ? I mean, neither 'clang' or 'scan-build' seem to be found ? Are there any other actions I need to perform on my linux system in order to complete the installation
2011 Apr 10
1
[LLVMdev] LLVM/.Clang: 'make' freeze ?
Hi, Ive been trying to build llvm/clang from source, but at the point where the make reaches ' llvm[4]: Linking Debug+Asserts executable clang', it seems that the make just seems to freeze or become unresponsive. When it reaches this point, almost no CPU/IO activity seems to take place, and yet the 'make' does not seem to progress any further either. Ive been waiting/watching at
2011 Apr 11
0
[LLVMdev] [cfe-dev] LLVM/.Clang: 'make install'
Hi, Sorry, but I cant seem to repeat the issue anymore. 'make install' works fine now. I have no idea what went wrong the first time. Thanks for the effort, and sorry to have bothered you with this. On Mon, Apr 11, 2011 at 2:25 PM, John Myers <atomicdog.jwm at gmail.com> wrote: > Hi, > > make install works for me on Ubuntu. > Does the output of make install show
2013 Feb 05
1
[LLVMdev] Install circumvented ?
Hi, I did a recent svn build of llvm/clang, but 'make install' ran into this : llvm[5]: Install circumvented with NO_INSTALL Whats this ? Regards, John Smith PS : please cc me when replying from llvmdev at cs.uiuc.edu, im only subscribed to cfe-dev at cs.uiuc.edu
2013 Feb 05
0
[LLVMdev] [cfe-dev] Install circumvented ?
On Tue, Feb 5, 2013 at 5:15 PM, David Tweed <david.tweed at arm.com> wrote: > > IOW I think this is normal behaviour. > Ok, thanks. - John Smith
2013 Mar 28
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
Forgive me from intruding here, but ... whats wrong with isTargetWin32-MSVC-win32, isTargetWin32-mingw32-win32, isTargetWin32-borland-win32, isTargetWin32-cygwin-win32, etc. Judging by the responses, there seems to be a need for that. Which leaves the point of what should be 'the default', which could be borland for all i care... but perhaps not an as heated discussion ?
2008 Jun 26
1
Strange compile error
Hi, Ive just downloaded OpenSSH 5.0, but I get some strange errors when I try to do the build on my RHEL4 box : # cd ssh # make obj Makefile:3: *** missing separator. Stop. # make cleandir Makefile:3: *** missing separator. Stop. # make obj Makefile:3: *** missing separator. Stop. Ive followed the instructions as mentioned on the OpenSSH build page, but I can't seem to figure out what I
2008 Jun 26
1
Compile warning using additonal CFLAGS '-Wshadow -Wpointer-arith -Wcast-qual -W'
Hi, Ive just downloaded and build the portable openssh-5.0p1 source on my Linux box, and when I add the CFLAGS '-Wshadow -Wpointer-arith -Wcast-qual -W' I get a lot of warnings of the following type: - -Wuninitialized is not supported without -O - cast discards qualifiers from pointer target type - warning: `foo' is not at beginning of declaration - cast discards qualifiers from
2014 May 04
0
newbee questions
Hi, Im very new to virtualization on Linux, wanting to kick the tires some, and am wondering where best to go next. Right now, ive done the 'all in one install' of ovirt 3.4 on a single fedora 19 machine. Its a desktop with a wifi network interface, and im trying to set up the kvm hypervisor in combination with macvtap. Any pointers to docs on what best to do next is appreciated. Im