Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-04-03 Thread Iliya Trub via swift-dev
from the modulemap file? 01.04.2016, 01:16, "Iliya Trub via swift-dev" : > I think, I know how to add sysroot to place in code, which I have shown. But, > may be, it is not sufficient. It is also need to provide adding of prefix > when traversing other "angled" incl

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-31 Thread Iliya Trub via swift-dev
01.04.2016, 01:03, "William Dillon" : > I believe the bug still exists. I tried to build armv7 on native hardware > yesterday and hit this bug. I haven't had time to look into it at all though. > > - Will > >>  On Mar 31, 2016, at 1:11 PM, Iliya Trub via swift-d

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-31 Thread Iliya Trub via swift-dev
Dear colleagues What about my last message from this thread? Does bug exist or not? Really, I get glibs.modulemap after overall compiler building under arm-emulator, then use cross-compiling under x86_64 Ubuntu, and swift takes headers, listed within glibc.modulemap (starting from /usr/include),

Re: [swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-30 Thread Iliya Trub via swift-dev
Of course, I fully understand, that project is most likely hopeless. But for now I have some time to try. 30.03.2016, 20:34, "Joe Groff" : >>  On Mar 30, 2016, at 3:27 AM, Iliya Trub wrote: >> >>  I'd like to add, that I have overcomed "subject"error in very simple path. >> I indeed forgot to a

Re: [swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-30 Thread Iliya Trub via swift-dev
failed Any opinions? I even do not know, from what library Gparser.c is. So, sucess story with launch of the simplest application is not reached. 30.03.2016, 01:22, "Joe Groff" : >>  On Mar 29, 2016, at 1:03 PM, Iliya Trub via swift-dev >> wrote: >> >>  Dear col

Re: [swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-29 Thread Iliya Trub via swift-dev
gt; > -Joe Alas, I agree. I think just that too. Thanks. 30.03.2016, 01:22, "Joe Groff" : >>  On Mar 29, 2016, at 1:03 PM, Iliya Trub via swift-dev >> wrote: >> >>  Dear colleagues >>  Ihave built swiftc, libswiftCore.so and other outputs under >>

Re: [swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-29 Thread Iliya Trub via swift-dev
runtime. That being said that path > might be filled with other issues beyond just the layout differentials. There > are many potential failure points along the way that would have to be dealt > with. > >>  On Mar 29, 2016, at 1:03 PM, Iliya Trub via swift-dev >> wr

[swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-29 Thread Iliya Trub via swift-dev
Dear colleagues Ihave built swiftc, libswiftCore.so and other outputs under armv7--linux-gnueabi with open source ObjC-runtime and enabled ObjC interop. I linked the simplest swift-application, which creates the instance of custom ObjC-class and call instance-method of it. If somebody interested