digego / extempore

A cyber-physical programming environment
1.4k stars 127 forks source link

build broken on macOS/Linux due to libsndfile? #349

Closed benswift closed 5 years ago

benswift commented 5 years ago

I'm not sure if it's just that I'm in China, but I can no longer hit http://www.mega-nerd.com/libsndfile/ and therefore the Extempore build is broken. Windows isn't affected, because we currently download a self-hosted binary for windows anyway.

I've actually pushed a fix which uses an updated version of libsndfile (on the libsndfile-update branch) which should finally work on Windows. But I haven't tested it there yet.

@digego have you build from scratch recently? Does libsndfile build ok on macOS/Linux?

digego commented 5 years ago

I'm windows only at the moment.

On Tue, Dec 11, 2018 at 4:32 PM Ben Swift notifications@github.com wrote:

I'm not sure if it's just that I'm in China, but I can no longer hit http://www.mega-nerd.com/libsndfile/ and therefore the Extempore build is broken. Windows isn't affected, because we currently download a self-hosted binary for windows anyway.

I've actually pushed a fix which uses an updated version of libsndfile (on the libsndfile-update branch) which should finally work on Windows. But I haven't tested it there yet.

@digego https://github.com/digego have you build from scratch recently? Does libsndfile build ok on macOS/Linux?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/digego/extempore/issues/349, or mute the thread https://github.com/notifications/unsubscribe-auth/AAh3qXKunWHOz9WI-5Nm0KBxKqFrqvweks5u31F0gaJpZM4ZMwL2 .

doubleday commented 5 years ago

FWIW: I just built on macOS 10.13 without any problems (master)

benswift commented 5 years ago

Yeah. It looked like the libsndfile download server was just unavailable for a while.