Re: [racket] scribble ++xref-in and PDF

2012-01-12 Thread nitralime
Ihad a similar problem while generating the LaTeX version of Guide. />> That worked, and I've pushed the change./ Does it mean that I have to install the latest version? Currently I have Racket 5.2 on my PC. On 01/12/2012 01:43 AM, Matthew Flatt wrote: At Wed, 11 Jan 2012 15:09:50 -0700, Matth

Re: [racket] Documentations in PDF/PS format

2012-01-04 Thread nitralime
rg/docs/pdf/guide.pdf On Jan 4, 2012, at 9:00 AM, nitralime wrote: Hello folks! Is there a (simple) way to convert Racket documentations (e.g. Racket Guide) into PDF/PS format? Regards Nik Racket Users list: http://lists.racket-lang.org/users ___

[racket] Documentations in PDF/PS format

2012-01-04 Thread nitralime
Hello folks! Is there a (simple) way to convert Racket documentations (e.g. Racket Guide) into PDF/PS format? Regards Nik Racket Users list: http://lists.racket-lang.org/users

[racket] Whalesong 1.9 (Internal Typed Racket Error)

2011-11-22 Thread nitralime
Hello! I have run #lang racket/base (require (planet dyoo/whalesong:1:9/make-launcher)) and got the following errors: --

[racket] racket-textual-5.2: compilation error

2011-11-17 Thread nitralime
Hello folks! I have tried to compile "racket-textual-5.2" on Nokia N900 (ARMv7 Processor) and got the following error: === . gcc -I. -I../../racket/include -g -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DIN

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-03 Thread nitralime
Is it possible to change font settings (face/size) in the log and tracing windows? On 02/03/2011 04:10 PM, Eli Barzilay wrote: *PS: *Compilation on a nokia n900 device worked out of the box! Regarding used disk space this verison (5.1.0.2) is much smaller than the pervious one (5.0)

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-03 Thread nitralime
I have tried to compile the textual version and got the following error during "configure": /config.status: error: cannot find input file: plot/Makefile.in/ which I trivially worked around by "--disable-plot". It is better to set --enable-plot to false (<--> --disable-plot) by default for textu

[racket] (require readline) seg faults on Maemo5!

2010-07-15 Thread nitralime
Hi folks! As already reported i another posting I could compile racket from source tarball "plt-racket-v4.1.1-7459-ga530109.tar.gz". (By the way I find the naming of tarball which I downloaded from GitHub somehow strange (specially the part v4.1.1!!) Here is my first racket session: *--

Re: [racket] Compiling Racket on Maemo 5

2010-07-14 Thread nitralime
sion, so you might now be able to build without using `--disable-foreign'. Either way, the latest code should work. You can download and try the latest Racket sources from here: http://github.com/plt/racket/ At Wed, 14 Jul 2010 13:10:53 +0200, nitralime wro

Re: [racket] Compiling Racket on Maemo 5

2010-07-14 Thread nitralime
the latest code should work. You can download and try the latest Racket sources from here: http://github.com/plt/racket/ At Wed, 14 Jul 2010 13:10:53 +0200, nitralime wrote: I get now the following errors: --- --

Re: [racket] Compiling Racket on Maemo 5

2010-07-14 Thread nitralime
sources from here: http://github.com/plt/racket/ At Wed, 14 Jul 2010 13:10:53 +0200, nitralime wrote: I get now the following errors: --- - . . make[3]: Entering directory `/home/user/tmp/pl

Re: [racket] Compiling Racket on Maemo 5

2010-07-14 Thread nitralime
l_fdset(); scheme_init_file_places(); +#ifndef DONT_USE_FOREIGN scheme_init_foreign_places(); +#endif env = scheme_make_empty_env(); scheme_set_param(scheme_current_config(), MZCONFIG_ENV, (Scheme_Object *)env); On 07/13/2010 09:25 AM, nitralime wrote: Hi folks! I have tried t

Re: [racket] Compiling Racket on Maemo 5

2010-07-13 Thread nitralime
100644 > --- a/src/racket/src/env.c > +++ b/src/racket/src/env.c > @@ -501,7 +501,9 @@ static Scheme_Env *place_instance_init(void > *stack_base, int initial_main_os_thr >scheme_init_gmp_places(); >scheme_alloc_global_fdset(); >scheme_init_file_places(); > +#ifndef DONT_USE_

[racket] Compiling Racket on Maemo 5

2010-07-13 Thread nitralime
Hi folks! I have tried to compile Racket on Maemo 5 (<--> Nokia N900). Following the usual configure and make schema I have proceeded as follows: # cd plt-5.0/src/build # ../configure --prefix=/home/user/local/racket-5.0 --without-x --disable-gracket --disable-foreign # make ... ... a - src/