Skip to content

[CLOSED] Brackets-shell build command fail in OSX with case sensitive FileSystem #6034

@core-ai-bot

Description

@core-ai-bot

Issue by magarcia
Saturday Jan 25, 2014 at 12:49 GMT
Originally opened as adobe/brackets#6642


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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions