APUE3.E (based on Maxos 10.9)

Source: Internet
Author: User

After Google found your problem, I also encountered the same problem (5 minutes ago), and then through the other search results to find the answer, I do not know if you are like me, the following error occurred:

...
Clang:error:unknown argument: '-r. ' [-wunused-command-line-argument-hard-error-in-future]
Clang:note:this'll be a hard error (cannot is downgraded to a warning) in the future
MAKE[1]: * * * [T4] Error 1
Make: * * * [ALL] Error 1

If so, the solution is:
Edit the Apue.3e/db/makefile and put

Ifeq "$ (PLATFORM)" "MacOS"

Extrald=-r.

Change to:

Ifeq "$ (PLATFORM)" "MacOS"

Extrald=-r

That is to say, "-R." Change to "-R", remove the last ".", then go back to the apue.3e directory, execute make all again, finish, wish success!

APUE3.E (based on Maxos 10.9)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.