[bug] Make fails under OS X 10.10.3 (Yosemite)
Mark Wallace <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <type=project&nid=885&[email protected]> |
Issue status update for http://smalltalk.gnu.org/node/885 Post a follow up: http://smalltalk.gnu.org/project/comments/add/885 Project: GNU Smalltalk Version: <none> Component: Build Category: bug reports Priority: normal Assigned to: Unassigned Reported by: mark92630 Updated by: mark92630 Status: active Make ends with a couple of hard errors. Configure ran to the end, but with many warnings. Not sure how to troubleshoot this. I reran make, and here is the output. By the way, same result with 3.2.5. Marks-iMac:smalltalk-3.2.90 markwallace$ make /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in lib-src make[2]: Nothing to be done for `all'. Making all in lightning ln -s -f ./i386/asm-i386.h asm-i386.h ln -s -f ./i386/core-i386.h core-i386.h Making all in snprintfv /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in snprintfv /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am make[4]: Nothing to be done for `all-am'. Making all in libgst /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am Making all in . ./gst --no-user-files --kernel-dir "./kernel" --image gst.im -iQ /dev/null make[2]: *** [gst.im] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2