byulparan / cl-collider

A SuperCollider client for CommonLisp
Other
218 stars 23 forks source link

ecl fails #127

Closed jgarte closed 10 months ago

jgarte commented 1 year ago

Hi is it known that cl-collider fail to build on ecl?

byulparan commented 1 year ago

today, I tried build cl-collider on ecl.

It build well without problem. what's your problem?

but I have other problem about run external-process.

> (uiop:run-program "ls")

Condition of type: SIMPLE-ERROR
si_system not implemented
C library explanation: No such file or directory.

so can't bootup scsynth, because It use uiop:run-program. It seems problem uiop or ecl, It needs more test.

byulparan commented 10 months ago

I tested on ecl 23.9.9 and run well without problem. I closed this issue.