You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the JazzScheme platform
|
|
|
Strange Jedi crashes on Mac OS X
|
| |
Some people have reported a very strange bug on Mac OS X.
After a full build of jedi :
running bin/jedi would crash but
running bin/kernel -run jedi would run ok
After some bug hunting, it seems it boils down to a bug in Gambit's new
module-name: option to compile-file-to-c. A temporary patch was pushed to... more »
|
|
OS X 10.6 (Snow Leopard) build issues
|
| |
Hi,
New user here. I'm trying to build Jazz from git on 10.6.2 with
Gambit 4.5.3 and Xcode 3.2.1 (gcc 4.2.1). The first issue is that
Gambit builds itself 32-bit by default though it defaults to producing
64-bit binaries. So without doing anything, you blow up in your first
link step trying to link 64-bit binaries against a 32-bit... more »
|
|
Windows binary anywhere
|
| |
Hello,
The windows binary are mentioned in the site, but I cannot find them.
Are they available?
bitli
|
|
Breaking changes to user profiles
|
| |
A recent commit introduces breaking changes to user profiles.
In HOME/jazz_user/lib/profile.<pr ofile name>/profile/<profile name>/
settings/Workbench.jml, change
(<Validate-Manifest> tag-module: project.jazz.validate.Validate -
Manifest)
to
(<Validation-Manifest> tag-module: project.jazz.validation.Valida tion-... more »
|
|
problem with the gomoku sample
|
| |
When I run the gomoku sample, the board isn't redrawn until both I and the computer have played. That is, I click, nothing happens, there is a perceptible delay while the computer thinks, and then two pieces appear at once.Is there an issue with invalidate-view? Running the latest jedi and gambit from git, under linux.... more »
|
|
FAQ
|
| |
I added a new FAQ page to the JazzScheme website: [link]. For the moment, it contains an extract of every usefull Q/A on this group since it was created 2 years ago. I plan on adding more in the future. Guillaume
|
|
X11 performance tests/results
|
| |
Hi all, 1 Introduction ~~~~~~~~~~~~~~~ I try to summarize the tests I made to improve (or better track down the cause of) the poor performance that some of us have seen with Jedi on Linux/X11. The effect can be described as an pixel wise redraw of the Jedi GUI, it is so slow that you can see it is painted... more »
|
|
hello world tutorial
|
| |
One thing I'm missing is a "hello world" tutorial, something that takes me step by step from opening up a fresh jazz install to creating a standalone executable that prints "hello world" out to the console and in a dialog box. Does such a thing exist anywhere? If not, could someone please type up a step-by-step howto - I'm having trouble... more »
|
|
Jazz repl
|
| |
Hello Guillaume e.a.,
is it possible to get a Jazz repl without Jedi? bin/kernel is more or
less a gambit repl and jazz.debuggee seems to contain the code that is
used within Jedi, but i have no idea how to use it outside Jedi.
The reason for this wish is probably obvious: I am addicted to
Emacs :-)... more »
|
|
|