Re: [Chicken-users] Profile file name problems.

2007-10-17 Thread felix winkelmann
On 10/17/07, Robin Lee Powell <[EMAIL PROTECTED]> wrote: > > While we're on the subject :) how do I have the profiling descend > into eggs? > You can compile eggs with -profile, but I don't know exactly how the interaction between profiled applications and profiled exensions that are used by the f

[Chicken-users] Chicken on PPC macs?

2007-10-17 Thread Ozzi
I've got an older G3 iBook that I'm trying to get Chicken working on in preparation to getting it going on some G4 servers. Normally I run it on an Intel mac, and I'm running into some problems. Chicken itself installed fine (latest release from source), but now I'm working on extensions and so

[Chicken-users] (argv) in scripts and compiled files

2007-10-17 Thread Eugene Ossintsev
Hi, What do you, guys, usually do to make (argv) portable between the scripted and compiled versions of a CHICKEN Scheme program? For some reason (argv) in scripts gives not only the script file name but also the CHICKEN interpreter name with all its options, that is basically not typical

Re: [Chicken-users] (argv) in scripts and compiled files

2007-10-17 Thread Mario Domenech Goulart
Hi Eugene, On Wed, 17 Oct 2007 22:03:20 -0400 Eugene Ossintsev <[EMAIL PROTECTED]> wrote: > What do you, guys, usually do to make (argv) portable between the > scripted and compiled versions of a CHICKEN Scheme program? > > For some reason (argv) in scripts gives not only the script file name >

Re: [Chicken-users] (argv) in scripts and compiled files

2007-10-17 Thread Eugene Ossintsev
Right. RTFM as always. Shame on me. Thanks a lot! :-) On 17-Oct-07, at 10:09 PM, Mario Domenech Goulart wrote: Hi Eugene, On Wed, 17 Oct 2007 22:03:20 -0400 Eugene Ossintsev <[EMAIL PROTECTED]> wrote: What do you, guys, usually do to make (argv) portable between the scripted and compiled

Re: [Chicken-users] Chicken on PPC macs?

2007-10-17 Thread Elf
theres not even line numbers on that one. try again with -v -debug nu (if the following doesnt work): as far as im aware, and i may be wrong, you cant require syntax-case in chicken's compiled code. theres a whole define-for-syntax thing to allow macros to be callable/called from compiled cod

Re: [Chicken-users] (argv) in scripts and compiled files

2007-10-17 Thread Elf
(command-line-arguments) instead of argv, which also doesnt have the arg0 listed. On Wed, 17 Oct 2007, Eugene Ossintsev wrote: Hi, What do you, guys, usually do to make (argv) portable between the scripted and compiled versions of a CHICKEN Scheme program? For some reason (argv) in scripts

Re: [Chicken-users] Chicken on PPC macs?

2007-10-17 Thread felix winkelmann
On 10/18/07, Ozzi <[EMAIL PROTECTED]> wrote: > I've got an older G3 iBook that I'm trying to get Chicken working on in > preparation to getting it going on some G4 servers. Normally I run it on an > Intel mac, and I'm running into some problems. Chicken itself installed fine > (latest release from