numediart / MBROLA

MBROLA is a speech synthesizer based on the concatenation of diphones
GNU Affero General Public License v3.0
236 stars 58 forks source link

64 bit under MacOS? #3

Open listeningwing opened 5 years ago

metal3d commented 5 years ago

It runs on 64bit here, compiled on Fedora 29 x64

listeningwing commented 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.

valdisvi commented 5 years ago

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
metal3d commented 5 years ago

@chengdu OK you were speaking about MacOS, I'm on Linux and didn't have problem. Sorry.

GHPS commented 5 years ago

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"...