chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Path problem when trying to compile under Windows


From: Cleverson Casarin Uliana
Subject: Path problem when trying to compile under Windows
Date: Mon, 28 Oct 2019 17:39:05 -0300
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Hello all,

I'm new to Scheme and Chicken in particular. I have successfully built Chicken under Windows 10 using MinGW, but the sources' README says nothing on how to properly set the PATH environment variable under Windows, so I've simply included the c:\chicken\bin dir.

When I issue this command:
csc -o test test.scm
as per the Getting-started section in the manual, the command prompt returns:
The system cannot find the specified path.

Error: shell command terminated with non-zero exit status 1: ""C:chicken/bin/chicken.exe" "test.scm" -output-file "test.c""

What path is it wanting? Is it another subdir in C:\chicken or a MinGW path? Where should I put it please?

Greetings,
Cleverson



reply via email to

[Prev in Thread] Current Thread [Next in Thread]