Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64 bit under MacOS? #3

Open
listeningwing opened this issue Dec 25, 2018 · 5 comments
Open

64 bit under MacOS? #3

listeningwing opened this issue Dec 25, 2018 · 5 comments

Comments

@listeningwing
Copy link

No description provided.

@metal3d
Copy link

metal3d commented Jan 8, 2019

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

@listeningwing
Copy link
Author

@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
Copy link
Collaborator

valdisvi commented Jan 11, 2019

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
Copy link

metal3d commented Jan 13, 2019

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

@GHPS
Copy link
Contributor

GHPS commented Apr 17, 2019

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

@valdisvi valdisvi changed the title support 64 bit processor? 64 bit under MacOS? Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants