-
Notifications
You must be signed in to change notification settings - Fork 60
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
Problem compiling on MacOS #9
Comments
Strange - chengdu was able to compile mbrola on MacOS 64 Bit (see #3 (comment)_ )
|
No, it's going through 🎉 % git diff Misc/common.h
diff --git a/Misc/common.h b/Misc/common.h
index 0357db4..e32b898 100644
--- a/Misc/common.h
+++ b/Misc/common.h
@@ -71,7 +71,7 @@
/* For beboxes and Mac use a hand-made version of swab */
#if defined(TARGET_OS_VMS) || defined(TARGET_OS_BEOS) || defined(TARGET_OS_MAC) || defined(__STRICT_ANSI__)
-void swab( const char *from, char *to, int nbytes);
+//void swab( const char *from, char *to, int nbytes);
#endif
#if defined(__GLIBC__)
No, I didn't comment it out otherwise I get an error in
|
A bit frustrated, I tried to compile the project under Multipass with Ubuntu Linux on MacOS. I was able to compile following the documentation and was also able to create my first wave file.
I then copied the file back onto the Mac
And it played only with Audacity and Garage Band but iTunes Music coudn't play the sound file, same noise issue. Great projet! 🎉 |
Check out, if this fixes issue. |
Trying to compile on MacOS High Sierra 10.13.6 using
make
results in an error:I did uncomment
CFLAGS += -DTARGET_OS_MAC
as specified in README_Makefile.md.The text was updated successfully, but these errors were encountered: