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

Problem in Building! #12

Closed
QuestionPython opened this issue Jul 24, 2017 · 1 comment
Closed

Problem in Building! #12

QuestionPython opened this issue Jul 24, 2017 · 1 comment

Comments

@QuestionPython
Copy link

QuestionPython commented Jul 24, 2017

Hello,
i have Problem in Building.

$ make

cc -Wall -g -O3 -ObjC \
	-framework Foundation -framework AppKit \
	-o pngpaste \
	pngpaste.m
cc: error: Foundation: No such file or directory
cc: error: AppKit: No such file or directory
cc: error: unrecognized command line option ‘-framework’
cc: error: unrecognized command line option ‘-framework’
make: *** [Makefile:3: all] Error 1

how can fix?

@jcsalterego
Copy link
Owner

@QuestionPython hello! I believe you may be missing XCode's Command Line Tools: https://developer.apple.com/library/content/technotes/tn2339/_index.html

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

2 participants