jcsalterego / pngpaste

Paste PNG into files, much like pbpaste does for text.
Other
458 stars 32 forks source link

Problem in Building! #12

Closed QuestionPython closed 1 year ago

QuestionPython commented 6 years ago

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 commented 6 years ago

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