On Tue, Mar 26, 2013 at 11:21 AM, Marcus <[email protected]> wrote: > Hi, > > i am trying to compile a checkout of node for some experimental work. I > created a xcode project file with gyp and run the node-target. It failed > with the following message. > > clang: error: no such file or directory: > '/Users/marcus/Library/Developer/Xcode/DerivedData/node-fdwzziqayqpjkahipobnsoeyfhwn/Build/Products/DerivedSources/Debug/debug-support.cc' > > clang: error: no input files > > Command > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang > failed with exit code 1 > > > I searched in vain for the file in the repository. Does have anyone an idea > why the files are missing.
debug-support.cc is generated at build time. I don't use Xcode myself but the Makefile puts it in out/Release/gen/ -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
