search for: xboard

Displaying 7 results from an estimated 7 matches for "xboard".

Did you mean: board
2008 Oct 01
2
Xboard rpm for CentOS 4
Has anyone built an rpm for xboard for CentOS 4? I looked in the EPEL repo, KBS repo and rpmforge but none exist. The KBS repo has gnuchess in testing but what good is gnuchess without xboard? As usual the fedora SRPM for Fedora 6 and Fedora 9 cannot build on CentOS 4- they might build on CentOS 6 but i have no time machine :)....
2001 Jun 24
3
Wine and BlitzIn
...reshMenu partially function stub fixme:mdi:MDIRefreshMenu partially function stub err:dc:DCE_FreeWindowDCE [2d80] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [25d8] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [1e78] GetDC() without ReleaseDC()! (END) Personally, I prefer to use XBoard from Linux. It always works and have everything I need :-). Good luck, Pavel
2003 Sep 10
0
[LLVMdev] Core LLVM status update
...m.cs.uiuc.edu/docs/LangRef.html#i_store The existing LLVM optimizations have been updated to honor volatile loads and stores. 7. Misha compiled a ton of random programs with LLVM and ran them with the X86 JIT (finding several bugs). This includes GNU coreutils, bison, ed, gawk, gnugo, xboard, nano, gnuchess, screen, grep, sed, etc. We, uhh, invested some time "testing" xboard (an X windows chess client) to make sure it worked properly. :) 8. Brian refactored the Interpreter and the JIT (collectively known as "execution engines") out of the LLI tool into t...
2006 Mar 30
0
[LLVMdev] Running LLVM Analysis on real-world projects.
...y invoke llvm-gcc/gcc on a .c file and this point is moot). At one point, some time ago, I was also working on this as well. My approach and results are here: http://llvm.org/status/ Note that it hasn't been updated since 2004 (one entry in 2005). You'll note at the time I was able to run xboard, gnuchess, crafty (the first three played well together; pun intended), mutt, screen, wget, gnuplot and apache httpd (see below). In the best case, one of these would work: % env CC=llvm-gcc CXX=llvm-g++ ./configure [configure options] or % ./configure CC=llvm-gcc CXX=llvm-g++ [configure options]...
2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
I have made few attempts to compile some software packages with llvm. My approach is to define Make variables as follows : export AS=llvm-as export LD=llvm-ld export AR=llvm-ar export CXX=llvm-g++ and then run configure and make. This approach works with very small code bases only. For most of the projects, it bails out with errors. Some of them are very clear, like llvm does not support
2005 Dec 30
2
RPMS's rebuilt or upstream one's used
RPMS's rebuilt or upstream one's used Hi I got a cleanly reinstalled 4.2 workstation. However i still needed to build the following SRPMS from Mandriva/Fedora :- - Chkrootkit - Logcheck - Tripwire - Xboard & Gnuchess - Rkhunter I needed to use the upstream versions of :- - OpenOffice.org 2.0.1 - RealPlayer Gold - Acrobat Reader I needed to tweak Bind chroot to log queries and adopt a BSD style UID>1000. All redhat-based systems come with the inevitable tonne of services on by default. Is t...
2006 Mar 31
1
[LLVMdev] Running LLVM Analysis on real-world projects.
...e and this > point is moot). > > At one point, some time ago, I was also working on this as well. > My approach and results are here: http://llvm.org/status/ > Note that it hasn't been updated since 2004 (one entry in 2005). > > You'll note at the time I was able to run xboard, gnuchess, crafty (the > first three played well together; pun intended), mutt, screen, wget, > gnuplot and apache httpd (see below). > > In the best case, one of these would work: > > % env CC=llvm-gcc CXX=llvm-g++ ./configure [configure options] > or > % ./configure CC=llv...