I have released nyacc version 0.86.0. This release includes the following:
1) I reworked the parser to behave with interactive use in Guile better.
2) I hacked on the example language compilers to operate at the Guile
command line. (You can run "make install-nx-languages".)
3) I replaced use
On Wed, Sep 5, 2018 at 4:42 PM, Arne Babenhauserheide wrote:
>
> Thompson, David writes:
>
>> Correct, the game loop doesn't stop because you're not moving
>> anything. Chickadee's game loop renders frames as often as possible.
>> If 100% of one CPU core is being used, the likely culprit is that
Thompson, David writes:
> Correct, the game loop doesn't stop because you're not moving
> anything. Chickadee's game loop renders frames as often as possible.
> If 100% of one CPU core is being used, the likely culprit is that
> Chickadee was unable to sync it's drawing with the monitor's refres
On Wed, Sep 5, 2018 at 3:08 PM, Zelphir Kaltstahl
wrote:
> Adding (add-hook! quit-hook abort-game) worked flawlessly, thanks.
>
> Can I do anything to help Chickadee to recognize my monitor refresh rate?
I'm not really sure what's going on there, not even sure if that's
really your problem. It's
Adding (add-hook! quit-hook abort-game) worked flawlessly, thanks.
Can I do anything to help Chickadee to recognize my monitor refresh rate?
On 04.09.2018 21:22, Thompson, David wrote:
> Hello Zelphir,
>
> First, thanks for trying Chickadee!
>
> On Tue, Sep 4, 2018 at 2:34 PM, Zelphir Kaltstahl
An Liu writes:
> Hi,list
>
> Finally got it work,cheers!
>
Cheers!
Maybe there's a better way than commenting out all the checks. There's
usually a way to specify custom location for the configure script to
find libltdl. But I am not running centos, so I can't check.
> On Wed, Sep 5, 2018 at 00
Hi,list
Finally got it work,cheers!
On Wed, Sep 5, 2018 at 00:17 An Liu wrote:
> Hi,
>
> I would like to make some update
> 1. I compile-installed gcc-4.9.4 on CentOS , then it can run configure
> without complain socklen_t not defined problem i metioned above
> 2. the system build chain s