Time-stamp: <2005-09-03 19:09:47 flp> Hi, While testing the examples, following the directions in otf_01.ck I opened a second tab / terminal and entered "chuck + otf_02.ck" which returned "operation sucsessful" I switched to the first terminal and got: [flp@magicbox 0002]$ chuck --loop [chuck](VM): sporking incoming shred: 1 (otf_01.ck)... *** Fatal error : sizeof (off_t) != sizeof (sf_count_t) *** This means that libsndfile was not configured correctly. ========================= What am I doing wrong? ChucK was compiled sucessfully AFAIK. TIA ciao, furlan -- Home: http://flprim.us/index.html "The cure for boredom is curiosity. There is no cure for curiosity." -- Dorothy Parker
Hi Furlan, This looks like a file-loading problem, and not a OTF problem (though there is one that I mentioned earlier). This mostly happens under linux, using the pre-configured libsndfile. I remember your post about doing this on FC3. If this error happens, that means the pre-configured libsndfile is not compatible and that you should install libsndfile and then recompile with the default makefile (which uses libsndfile in linux): http://www.mega-nerd.com/libsndfile/ Sorry about this run-around! We hope to fix this soon. Best, Ge! On Sep 3, 2005, at 7:14 PM, Furlan Primus wrote:
Time-stamp: <2005-09-03 19:09:47 flp>
Hi,
While testing the examples, following the directions in otf_01.ck I opened a second tab / terminal and entered "chuck + otf_02.ck" which returned "operation sucsessful" I switched to the first terminal and got:
[flp@magicbox 0002]$ chuck --loop [chuck](VM): sporking incoming shred: 1 (otf_01.ck)...
*** Fatal error : sizeof (off_t) != sizeof (sf_count_t) *** This means that libsndfile was not configured correctly.
=========================
What am I doing wrong? ChucK was compiled sucessfully AFAIK.
TIA
ciao, furlan
-- Home: http://flprim.us/index.html
"The cure for boredom is curiosity. There is no cure for curiosity." -- Dorothy Parker _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hi Ge,
On 9/4/05, Ge Wang
This looks like a file-loading problem, and not a OTF problem (though there is one that I mentioned earlier). This mostly happens under linux, using the pre-configured libsndfile. I remember your post about doing this on FC3. If this error happens, that means the pre-configured libsndfile is not compatible and that you should install libsndfile and then recompile with the default makefile (which uses libsndfile in linux):
http://www.mega-nerd.com/libsndfile/
Sorry about this run-around! We hope to fix this soon.
I have downloaded, configured, compiled, and installed libsndfile from the site mentioned. I recompiled ChucK from a fresh archive and now the OTF stuff seems to work. Being still a bit early I didn't yet test it extensively. I DID get output w/ the first OTF example file using the instructions therein in two tabbed terminal windows with 'chuck --loop' in the first and 'chuck + otf_01.ck' in the other. I refrained from doing the libsndfile install at first because I already had it loaded via RPM. Now on my OTHER box, which isn't up at the moment using FC4 i seemed to experience problems with ChucK finding the libsound library. I'll look at it later today and report back to you what I found. Thanks. ciao, furlan -- Home: http://flprim.us/index.html "The cure for boredom is curiosity. There is no cure for curiosity." -- Dorothy Parker
participants (2)
-
Furlan Primus
-
Ge Wang