On Sun, 2008-06-08 at 10:44 -0400, Jesse Keating wrote: > On Sun, 2008-06-08 at 09:54 -0400, Jesse Keating wrote: > > > http://jspoker.pokersource.info/jpoker-1.0.14.tar.gz > > > > > > Thanks in advance > > > > This is definitely going in the right direction. > > > > However I noticed that it seems the gems/bin/tiddlywiki_cp application > > is looking for a "ruby1.8" application. Perhaps that's the name of ruby > > on the host that this tarball was generated? I really think we need to > > get tiddlywiki_cp packaged for Fedora so that it can be used externally > > as part of the build process. I'm looking into that right now. > > https://bugzilla.redhat.com/show_bug.cgi?id=450442 is the package review > for a rubygem package of tiddlywiki_cp. In building this package I > noticed that the rpm generates a number of zero length files. >
I'm trying to build with a local installed copy of tiddlywiki_cp,
however I'm running into some errors with 'make build':
perl: warning: Falling back to the standard locale ("C").
python svgflatten.py < jpoker/images/mockup_plain.svg | python
svg2html.py --css > jpoker/js/mockup.css
python test-svg2html.py
...
----------------------------------------------------------------------
Ran 3 tests in 0.023s
OK
python test-svgflatten.py
.
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
rm -fr tests ; jscoverage jpoker tests
/bin/sh: jscoverage: command not found
make: [check] Error 127 (ignored)
cd tests ; x-www-browser jscoverage.html?test-jpoker.html # replace with
jaxer when http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474050
closed
/bin/sh: line 0: cd: tests: No such file or directory
/bin/sh: x-www-browser: command not found
make: [check] Error 127 (ignored)
cd sound ; make build
make[1]: Entering directory
`/home/jkeating/cvs.fedora/jpoker/devel/jpoker-1.0.14/sound'
gcc -Wall -o soundswiff soundswiff.c -lming
soundswiff.c:17:18: error: ming.h: No such file or directory
Couple things going on. First there is some content about LANG not
supported, I imagine I'm likely missing some BuildRequire for perl
language support or something. Next a test run is done, and then the
tests directory is removed, and then the make system tries to cd into
said test directory, whoops.
Finally it looks like you're trying to compile something against a
'ming' header. Is that http://ming.sourceforge.net/oldnews.html ? If
so, that's also going to need to get packaged into Fedora.
--
Jesse Keating RHCE (jkeating.livejournal.com)
Fedora Project (fedoraproject.org/wiki/JesseKeating)
GPG Public Key (geek.j2solutions.net/jkeating.j2solutions.pub)
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
