Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Brackets-shell build command fail in OSX with case sensitive FileSystem #6642

Closed
magarcia opened this issue Jan 25, 2014 · 2 comments · Fixed by adobe/brackets-shell#410
Closed
Assignees

Comments

@magarcia
Copy link

I was trying to compile brackets-shell and I get an error. My file system is case insensitive and finally I've been able to compile changing the imports to his correct name in this files:
https://github.com/adobe/brackets-shell/blob/master/appshell/TrafficLightButton.mm#L23
https://github.com/adobe/brackets-shell/blob/master/appshell/FullScreenButton.mm#L23

Error attached for more information

2014-01-25 13:26:37.786 xcodebuild[692:5b03] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78
Details: Failed to load dependencies output contents from /Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “TrafficLightButton.d” couldn’t be opened because there is no such file." UserInfo=0x7ff6806a23b0 {NSFilePath=/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.d, NSUnderlyingError=0x7ff6830292f0 "The operation couldn’t be completed. No such file or directory"}. User info: { NSFilePath = "/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.d"; NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; }. Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString __strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>] Thread: <NSThread: 0x7ff682df3020>{name = (null), num = 7} Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. 2014-01-25 13:26:39.304 xcodebuild[692:5b03] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78 Details: Failed to load dependencies output contents from/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “FullScreenButton.d” couldn’t be opened because there is no such file." UserInfo=0x7ff683025450 {NSFilePath=/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.d, NSUnderlyingError=0x7ff683004480 "The operation couldn’t be completed. No such file or directory"}. User info: {
NSFilePath = "/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.d";
NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn\U2019t be completed. No such file or directory"";
}.
Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>]
Thread: <NSThread: 0x7ff682df3020>{name = (null), num = 7}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.

  • BUILD FAILED **

The following build commands failed:
CompileC xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.o appshell/TrafficLightButton.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.o appshell/FullScreenButton.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants