[Chicken-users] multiple mingw installations on windows

2014-12-20 Thread Răzvan Rotaru
Hi, On windows, then chicken compiler uses the gcc which is found in PATH. This causes problems when there are multiple mingw installations on a machine (or multiple gcc bundled with various software). Is there a way to tell the chicken compiler which gcc to use? I am looking for an environment

Re: [Chicken-users] Chicken-users Digest, Vol 135, Issue 1

2014-02-04 Thread Răzvan Rotaru
Hi Matt, Did you manage to compile canvas-draw on windows in the end? Strangely I encounter a different error (I'm missing cd.h, I don't know why yet). install order: (canvas-draw) installing canvas-draw:1.1.1 ... changing current directory to

Re: [Chicken-users] Cross compiling with Chicken

2013-10-21 Thread Răzvan Rotaru
? Razvan http://wiki.call-cc.org/man/4/Cross%20development On 21 October 2013 01:14, Mario Domenech Goulart mario.goul...@gmail.comwrote: On Sun, 20 Oct 2013 18:52:47 +0300 Răzvan Rotaru razvan.rot...@gmail.com wrote: Is there a possibility to cross compile with chicken for another platform

[Chicken-users] Cross compiling with Chicken

2013-10-20 Thread Răzvan Rotaru
Hi, Is there a possibility to cross compile with chicken for another platform? If yes, how? My scenario is following: I have a chicken app developed on a x86 system, and would like to compile it for another platform, say MIPS. Now, I don't have chicken on MIPS and I also don't want to port it. I

[Chicken-users] reader macros

2013-05-13 Thread Răzvan Rotaru
Hi, I have not found information about this topic, so I have to ask here: does chicken provide reader macros? Răzvan ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] [ANN] Chicken Installer for Windows 4.8.0.1

2013-02-21 Thread Răzvan Rotaru
Hi, I just updated the chicken installer to version 4.8.0.1. You can get it at https://bitbucket.org/roti/chicken-installer/downloads. Enjoy, Răzvan ___ Chicken-users mailing list Chicken-users@nongnu.org

[Chicken-users] Windows Installer

2013-01-07 Thread Răzvan Rotaru
Hi, I have made a windows installer for chicken. You can get it from https://bitbucket.org/roti/chicken-installer/downloads It includes the MinGW GCC compiler. I would appreciate any feedback if there are windows users out there who choose to use it. Cheers, Răzvan

Re: [Chicken-users] Chicken-users Digest, Vol 122, Issue 5

2013-01-07 Thread Răzvan Rotaru
Hi, It contains the latest stable chicken version (4.8.0). Currently this is visible only in the filename of the installer (chicken-4.8.0.exe). I will think of putting it also somewhere in the wizard steps. The chicken build is 32-bit, but it runs ok on Windows 7 64-bit. (The same applies to

Re: [Chicken-users] installer for windows

2012-11-22 Thread Răzvan Rotaru
in the next days. Răzvan On 20 November 2012 21:17, Felix fe...@call-with-current-continuation.orgwrote: From: Răzvan Rotaru razvan.rot...@gmail.com Subject: Re: [Chicken-users] installer for windows Date: Tue, 20 Nov 2012 13:25:58 +0100 Well, maybe I should put the question another way: How can I

Re: [Chicken-users] installer for windows

2012-11-20 Thread Răzvan Rotaru
Well, maybe I should put the question another way: How can I make the installation folder be different than the PREFIX used for compilation, without recompiling chicken? Răzvan On 15 November 2012 23:20, Răzvan Rotaru razvan.rot...@gmail.com wrote: Hi, I'm trying to build an installer

[Chicken-users] installer for windows

2012-11-15 Thread Răzvan Rotaru
Hi, I'm trying to build an installer for chicken for windows. I'm having problems making chicken behave correctly in the installed folder. Does anybody know what is required to make chicken work from a custom folder (other that the one given as PREFIX at compilation)? I tried using environment

[Chicken-users] struggling with macros

2012-11-11 Thread Răzvan Rotaru
Hi, I'm trying to write a simple javascript DSL, and got stuck in the macros :). (I'm coming from lisp macros) Take for example this one: (define-syntax js (ir-macro-transformer (lambda (expr inject compare) (let ((body (cdr expr)) (next (cadr expr))) (printf next=~a~n next)

Re: [Chicken-users] struggling with macros

2012-11-11 Thread Răzvan Rotaru
On 11 November 2012 13:30, Peter Bex peter@xs4all.nl wrote: On Sun, Nov 11, 2012 at 01:23:13PM +0100, Răzvan Rotaru wrote: Hi, Hi! I'm trying to write a simple javascript DSL, and got stuck in the macros :). (I'm coming from lisp macros) Take for example this one: (define

Re: [Chicken-users] building under windows

2012-11-08 Thread Răzvan Rotaru
Oh, mingw-w64 - we don't support that yet, but it would be great to get it working. Can you do me a favor? Could you run the 64-bit version of gcc like this, and send me the output? gcc -dM -E - /dev/null (or just gcc -dM -E - and press Ctrl-D or Ctrl-Z or whatever is needed to send

Re: [Chicken-users] building under windows

2012-11-07 Thread Răzvan Rotaru
-continuation.orgwrote: From: Răzvan Rotaru razvan.rot...@gmail.com Subject: Re: [Chicken-users] building under windows Date: Tue, 6 Nov 2012 10:27:58 +0100 Hi, I tried to build from the release tarball 4.8.0 ( http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.tar.gz). The command run was: D:\kit

Re: [Chicken-users] building under windows

2012-11-06 Thread Răzvan Rotaru
-version.c] Error 2 mingw32-make: *** [all] Error 2 Attached you can also find stdout.txt. Răzvan On 5 November 2012 22:01, Peter Bex peter@xs4all.nl wrote: On Mon, Nov 05, 2012 at 09:52:49PM +0100, Răzvan Rotaru wrote: Hi, Hi Răzvan, I'm currently trying to build chicken for windows

Re: [Chicken-users] building under windows

2012-11-06 Thread Răzvan Rotaru
I have found a buildversion.c file in the tarball, in the root folder where the makefiles are. Looks like the mingw make behaves different... On 6 November 2012 14:01, Peter Bex peter@xs4all.nl wrote: On Tue, Nov 06, 2012 at 10:27:58AM +0100, Răzvan Rotaru wrote: Hi, I tried to build

Re: [Chicken-users] building under windows

2012-11-06 Thread Răzvan Rotaru
Make-ing build-version.c directly behaves correct: D:\personal\chicken-4.8.0mingw32-make PLATFORM=mingw PREFIX=d:/programs/chicken build-version.c mingw32-make: Nothing to be done for 'build-version.c'. Razvan On 6 November 2012 16:59, Răzvan Rotaru razvan.rot...@gmail.com wrote: I have

[Chicken-users] building under windows

2012-11-05 Thread Răzvan Rotaru
Hi, I'm currently trying to build chicken for windows, and am stuck in the following step: echo.buildbranch echo.buildid chicken.exe .\build-version.scm -optimize-level 2 -include-path . -include-path .\ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -explicit-use -no-trace

[Chicken-users] install-program as non root

2012-10-20 Thread Răzvan Rotaru
Hi, I have chicken 4.7.0 installed with apt-get on Ubuntu, and have problems running chicken-install for some eggs as non root user. It fails when the setup calls install-program, which basically means there are files to be copied in /usr/bin. Is there any way to tell install-program to put the