search for: gnuchess

Displaying 10 results from an estimated 10 matches for "gnuchess".

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 :). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists...
2006 May 04
1
My GNU-CentOS Desktop
...centos desktop with me. I have a few screenshots at http://s78.photobucket.com/albums/j90/centosdesktop/ In addition to CentOS Base/Extras/Plus, I have kbs and rpmforge repos. As you can see in one screenshot i have yum utils and about 80 protected packages. I've added Open-Office.org 2.0.1, Gnuchess, artwork from Gnome and wine from kbs repo to run the chess apps/windows media player. Not bad eh! __________________________________________________ Improve the mailing list by performing a simple search before posting and reading the FAQ/etiquette. Protect the integrity of your installation wit...
2020 Apr 03
4
Mostly better: new C7
Well, I gave up, and reinstalled C7. This time, I realized I needed to make a software choice before the install, and did so. My install, yesterday, was a minimal. Silly me, yesterday, after that, I did a groupinstall of KDE Plasma Workspaces... and it did *NOT* include all the dependencies to run KDE. Having installed a KDE desktop, much is better... with one exception: I can't seem to
2006 Mar 30
0
[LLVMdev] Running LLVM Analysis on real-world projects.
...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] but in o...
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
2020 Apr 03
0
Mostly better: new C7
On Fri, 3 Apr 2020 15:47:13 -0400 mark wrote: > Now what am I missing? I don't think there are any. I have Gnome Chess (and gnuchess), rogue, e-uae, stella and vice installed on my computer but I compiled the rpms myself. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
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 this the same si...
2002 Dec 15
0
[LLVMdev] Re: llvm-gcc goes 10 rounds against the GNU mascot and loses, film at 11
...(analyze.c, diff.c and others) The analyze.c bug is tested here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021209/001957.html and fixed here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021209/001958.html diff.c doesn't compile with the platform CC. > gnuchess -- fails (eval.c, main.c and others) eval.c works now, perhaps because of other fixes. main.c is tested here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021209/001959.html This was a bug in the C frontend treating 'char foo[] = "abcd";' as a constant because t...
2003 Sep 10
0
[LLVMdev] Core LLVM status update
...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 their own librari...
2006 Mar 31
1
[LLVMdev] Running LLVM Analysis on real-world projects.
...is > 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=...