building ChucK from source in microsoft vista
I'm trying to build ChucK from the source code but I am having trouble. I have the folder, chuck-1.2.1.2 in my C:/ directory. I followed the directions for the build but when I try to make, tt gives me the "make: command not found". Dexter
Hi Dexter,
Did you follow _all_ the instructions? :)
The manual states, "(Windows users: it's possible to build ChucK from
both Visual
C++ 6.0 and from cygwin - this section describes the cygwin build)"
So, if you install cygwin (with packages gcc, g++, flex, and bison,and
make, among others), you'll have "make" and won't get this error.
Otherwise you have to use Visual C++. I've also gotten it to build
with MinGW but I don't think it's supported out of the box. (yet)
Steve
On Wed, Nov 19, 2008 at 8:29 PM, Dexter J. Doyle
I'm trying to build ChucK from the source code but I am having trouble. I have the folder, chuck-1.2.1.2 in my C:/ directory. I followed the directions for the build but when I try to make, tt gives me the "make: command not found".
Dexter _______________________________________________ chuck-dev mailing list chuck-dev@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev
participants (2)
-
Dexter J. Doyle
-
Stephen Sinclair