pngpaste icon indicating copy to clipboard operation
pngpaste copied to clipboard

Problem in Building!

Open QuestionPython opened this issue 7 years ago • 1 comments

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?

QuestionPython avatar Jul 24 '17 15:07 QuestionPython

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

jcsalterego avatar Jul 24 '17 15:07 jcsalterego