compilation error in lldb

Hi there,

Am I the only one seeing this build error with all the repos on their latest masters? I tried doing a clean build too. Here's the error message:

/home/pushkar/swift/lldb/source/Symbol/SwiftASTContext.cpp:3181:22: error: no viable conversion from 'swift::SearchPathOptions::FrameworkSearchPath' to 'std::string' (aka 'basic_string')

for (std::string swift_path : ast->SearchPathOpts.FrameworkSearchPaths) {

I guess I'm missing something. Can someone help please? Thank you!

Pushkar N Kulkarni,

IBM Runtimes

Simplicity is prerequisite for reliability - Edsger W. Dijkstra

I mentioned in an earlier mail today to swift-users that the swift-lldb seems to be broken on master on Linux. The only reason that it's passing at the moment is that the other builds are using stable, rather than master, for the swift-lldb checkout.

https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170220/004803.html

Alex

···

On 21 Feb 2017, at 14:33, Pushkar N Kulkarni via swift-dev <swift-dev@swift.org> wrote:

Hi there,

Am I the only one seeing this build error with all the repos on their latest masters? I tried doing a clean build too. Here's the error message:

/home/pushkar/swift/lldb/source/Symbol/SwiftASTContext.cpp:3181:22: error: no viable conversion from 'swift::SearchPathOptions::FrameworkSearchPath' to 'std::string' (aka 'basic_string<char>')

    for (std::string swift_path : ast->SearchPathOpts.FrameworkSearchPaths) {

I guess I'm missing something. Can someone help please? Thank you!

Pushkar N Kulkarni,
IBM Runtimes

Simplicity is prerequisite for reliability - Edsger W. Dijkstra

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Hi Alex,

Pushkar N Kulkarni,

IBM Runtimes

Simplicity is prerequisite for reliability - Edsger W. Dijkstra

Thank you. I switched to stable and all works well. Appreciate your help :)

https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170220/004803.html

Alex

···

On 21 Feb 2017, at 14:33, Pushkar N Kulkarni via swift-dev swift-dev@swift.org wrote:

Hi there,

Am I the only one seeing this build error with all the repos on their latest masters? I tried doing a clean build too. Here's the error message:

/home/pushkar/swift/lldb/source/Symbol/SwiftASTContext.cpp:3181:22: error: no viable conversion from 'swift::SearchPathOptions::FrameworkSearchPath' to 'std::string' (aka 'basic_string')

for (std::string swift_path : ast->SearchPathOpts.FrameworkSearchPaths) {

I guess I'm missing something. Can someone help please? Thank you!

Pushkar N Kulkarni,

IBM Runtimes

Simplicity is prerequisite for reliability - Edsger W. Dijkstra


swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

To: Pushkar N Kulkarni pushkar.nk@in.ibm.com
From: Alex Blewitt
Sent by: alblue@apple.com
Date: 02/21/2017 08:43PM
Cc: swift-dev swift-dev@swift.org
Subject: Re: [swift-dev] compilation error in lldb

I mentioned in an earlier mail today to swift-users that the swift-lldb seems to be broken on master on Linux. The only reason that it's passing at the moment is that the other builds are using stable, rather than master, for the swift-lldb checkout.

-----alblue@apple.com wrote: -----