Open listeningwing opened 5 years ago
@metal3d FYI, I can compile it on macOS for x64 too, but can't generate the correct wav files, it's why it opened here.
What happens if you change Makefile
from:
#CFLAGS += -DTARGET_OS_MAC
to:
CFLAGS += -DTARGET_OS_MAC
and/or from:
#CFLAGS += -DLITTLE_ENDIAN
CFLAGS += -DBIG_ENDIAN
to:
CFLAGS += -DLITTLE_ENDIAN
#CFLAGS += -DBIG_ENDIAN
@chengdu OK you were speaking about MacOS, I'm on Linux and didn't have problem. Sorry.
I'm on Linux and didn't have problem.
Must be a specific MacOS problem. Mbrola compiles/works fine under Kubuntu 18.04 LTS 64 bit.
Please correct the subject line to "64 bit under MacOS"...
It runs on 64bit here, compiled on Fedora 29 x64