hi i am pretty new to using make but i can't seem to get this to install. here is what i do get: linx@linx:/usr/bin/chuck/src$ make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/bin/chuck/src' gcc -D__LINUX_JACK__ -O3 -c -D__CK_SNDFILE_NATIVE__ chuck_absyn.cpp gcc: installation problem, cannot exec 'cc1plus': No such file or directory make[1]: *** [chuck_absyn.o] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored) linx@linx:/usr/bin/chuck/src$ any help would be appreciated i am really interested in trying out ChucK... thanks! - jochen
jochen,
You might be missing some build tools. Try:
$ apt-get install build-essential
as root. Also, make sure you have flex and bison installed (I had to
install those individually on debian).
-Mike
On 6/24/06, Jochen Hartmann
hi i am pretty new to using make but i can't seem to get this to install. here is what i do get:
linx@linx:/usr/bin/chuck/src$ make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/bin/chuck/src' gcc -D__LINUX_JACK__ -O3 -c -D__CK_SNDFILE_NATIVE__ chuck_absyn.cpp gcc: installation problem, cannot exec 'cc1plus': No such file or directory make[1]: *** [chuck_absyn.o] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored) linx@linx:/usr/bin/chuck/src$
any help would be appreciated i am really interested in trying out ChucK...
thanks! - jochen _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- "ooh aah bleep" -miraton
mike,
i got the build-essentials and retried to make chuck. it seemed to be
going ok but then i got some errors, which i failed to capture... ...
attached is an output when i tried to rebuild it again using make
linux-jack...
please let me know what i am doing wrong...
thanks
- jochen
On 6/25/06, mike clemow
jochen,
You might be missing some build tools. Try:
$ apt-get install build-essential
as root. Also, make sure you have flex and bison installed (I had to install those individually on debian).
-Mike
On 6/24/06, Jochen Hartmann
wrote: hi i am pretty new to using make but i can't seem to get this to install. here is what i do get:
linx@linx:/usr/bin/chuck/src$ make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/bin/chuck/src' gcc -D__LINUX_JACK__ -O3 -c -D__CK_SNDFILE_NATIVE__ chuck_absyn.cpp gcc: installation problem, cannot exec 'cc1plus': No such file or directory make[1]: *** [chuck_absyn.o] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored) linx@linx:/usr/bin/chuck/src$
any help would be appreciated i am really interested in trying out ChucK...
thanks! - jochen _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
--
"ooh aah bleep" -miraton _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- -------------------------------------------- Jochen.Hartmann@gmail.com
Jochen,
You're missing the libjack-dev package. Chuck needs these source
files to compile properly. I think the virtual package name is
libjack-dev, so you should be able to run:
# apt-get install libjack-dev
as root, and it should install this: libjack0.100.0-dev
Then you should be able to "make linux-jack" and it will work. Or, it
will get farther and then quit again if you're missing something else,
which is what happened to me.
Keep trying. ;-)
-Mike
On 6/30/06, Jochen Hartmann
mike,
i got the build-essentials and retried to make chuck. it seemed to be going ok but then i got some errors, which i failed to capture... ... attached is an output when i tried to rebuild it again using make linux-jack...
please let me know what i am doing wrong... thanks - jochen
On 6/25/06, mike clemow
wrote: jochen,
You might be missing some build tools. Try:
$ apt-get install build-essential
as root. Also, make sure you have flex and bison installed (I had to install those individually on debian).
-Mike
On 6/24/06, Jochen Hartmann
wrote: hi i am pretty new to using make but i can't seem to get this to install. here is what i do get:
linx@linx:/usr/bin/chuck/src$ make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/bin/chuck/src' gcc -D__LINUX_JACK__ -O3 -c -D__CK_SNDFILE_NATIVE__ chuck_absyn.cpp gcc: installation problem, cannot exec 'cc1plus': No such file or directory make[1]: *** [chuck_absyn.o] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored) linx@linx:/usr/bin/chuck/src$
any help would be appreciated i am really interested in trying out ChucK...
thanks! - jochen _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
--
"ooh aah bleep" -miraton _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- -------------------------------------------- Jochen.Hartmann@gmail.com
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- "ooh aah bleep" -miraton
thanks mike, i appreciate the support.
here is what is happening now:
------------------------------
linx@linx:/usr/bin/chuck/src$ make linux-jack
make -f makefile.jack
make[1]: Entering directory `/usr/bin/chuck/src'
gcc -o chuck chuck.tab.o chuck.yy.o chuck_absyn.o chuck_parse.o
chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o
chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o
chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o
chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o
chuck_shell.o chuck_console.o chuck_globals.o digiio_rtaudio.o
hidio_sdl.o midiio_rtmidi.o rtaudio.o rtmidi.o ugen_osc.o
ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o
ulib_std.o ulib_opsc.o util_buffers.o util_console.o util_math.o
util_network.o util_raw.o util_string.o util_thread.o util_xforms.o
util_opsc.o util_hid.o -lasound -ljack -lstdc++ -ldl -lm -lsndfile
/usr/bin/ld: cannot find -lasound
collect2: ld returned 1 exit status
make[1]: *** [chuck] Error 1
make[1]: Leaving directory `/usr/bin/chuck/src'
make: [linux-jack] Error 2 (ignored)
------------------------------------------------
On 6/30/06, mike clemow
Jochen,
You're missing the libjack-dev package. Chuck needs these source files to compile properly. I think the virtual package name is libjack-dev, so you should be able to run:
# apt-get install libjack-dev
as root, and it should install this: libjack0.100.0-dev
Then you should be able to "make linux-jack" and it will work. Or, it will get farther and then quit again if you're missing something else, which is what happened to me.
Keep trying. ;-)
-Mike
On 6/30/06, Jochen Hartmann
wrote: mike,
i got the build-essentials and retried to make chuck. it seemed to be going ok but then i got some errors, which i failed to capture... ... attached is an output when i tried to rebuild it again using make linux-jack...
please let me know what i am doing wrong... thanks - jochen
On 6/25/06, mike clemow
wrote: jochen,
You might be missing some build tools. Try:
$ apt-get install build-essential
as root. Also, make sure you have flex and bison installed (I had to install those individually on debian).
-Mike
On 6/24/06, Jochen Hartmann
wrote: hi i am pretty new to using make but i can't seem to get this to install. here is what i do get:
linx@linx:/usr/bin/chuck/src$ make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/bin/chuck/src' gcc -D__LINUX_JACK__ -O3 -c -D__CK_SNDFILE_NATIVE__ chuck_absyn.cpp gcc: installation problem, cannot exec 'cc1plus': No such file or directory make[1]: *** [chuck_absyn.o] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored) linx@linx:/usr/bin/chuck/src$
any help would be appreciated i am really interested in trying out ChucK...
thanks! - jochen _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
--
"ooh aah bleep" -miraton _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- -------------------------------------------- Jochen.Hartmann@gmail.com
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
--
"ooh aah bleep" -miraton _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- -------------------------------------------- Jochen.Hartmann@gmail.com
Jochen Hartmann wrote:
/usr/bin/ld: cannot find -lasound collect2: ld returned 1 exit status make[1]: *** [chuck] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored)
I think you need either libasound-dev or libasound2-dev (or both), both available with apt-get... -- peace, love & harmony Atte http://www.atte.dk | quartet: http://www.anagrammer.dk http://www.atte.dk/gps | compositions: http://www.atte.dk/compositions
Atte, thanks i installed libasound2-dev (already had libasound2) when i built again i got the same exact errors as i did previously... On Jun 30, 2006, at 4:51 PM, Atte André Jensen wrote:
Jochen Hartmann wrote:
/usr/bin/ld: cannot find -lasound collect2: ld returned 1 exit status make[1]: *** [chuck] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored)
I think you need either libasound-dev or libasound2-dev (or both), both available with apt-get...
-- peace, love & harmony Atte
http://www.atte.dk | quartet: http://www.anagrammer.dk http://www.atte.dk/gps | compositions: http://www.atte.dk/compositions _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Jochen Hartmann Internet and Communications Design The Buckminster Fuller Institute 181 N. 11th St. Suite 402 Brooklyn, NY 11211 www.bfi.org / T 718.290.9283
I used libasound2-dev with success.
-Mike
On 6/30/06, Atte André Jensen
Jochen Hartmann wrote:
/usr/bin/ld: cannot find -lasound collect2: ld returned 1 exit status make[1]: *** [chuck] Error 1 make[1]: Leaving directory `/usr/bin/chuck/src' make: [linux-jack] Error 2 (ignored)
I think you need either libasound-dev or libasound2-dev (or both), both available with apt-get...
-- peace, love & harmony Atte
http://www.atte.dk | quartet: http://www.anagrammer.dk http://www.atte.dk/gps | compositions: http://www.atte.dk/compositions _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- "ooh aah bleep" -miraton
participants (4)
-
Atte André Jensen
-
Jochen Hartmann
-
jochen.hartmann
-
mike clemow