Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-13 Thread Tony Parker via swift-corelibs-dev
I’m curious why it’s these particular enums are different. If you try to build a sample app that actually uses these enum values, does it fail to link? - Tony > On Dec 13, 2015, at 9:19 AM, Joseph Bell wrote: > > Tony, all: > > I went back to basics and used the following to build: > > ./swi

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-13 Thread Joseph Bell via swift-corelibs-dev
Tony, all: I went back to basics and used the following to build: ./swift/utils/build-script -R --xctest --foundation -t Unfortunately I get the same result - missing symbols for enumerations in libFoundation.so. Once again I'm building against the master branch for all repositories. I'm going

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
Installing Ubuntu 15.10 on a VM, bringing in all of the prerequisites, I get the same result. The build completes successfully but libFoundation.so is not including the enumerations in NSDateFormatter. public enum NSDateFormatterStyle : UInt { case NoStyle case ShortStyle case MediumS

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
Information about the system I'm building with, will note it doesn't have anything else "special" i.e., no 4.x kernel or non-standard libc. It is really interesting, everything compiles okay, no errors thrown, etc. I'm going to try a build on a 15.10 VM as well to see if I can reproduce. uname -

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-12 Thread Joe Bell via swift-corelibs-dev
Tony, yes, I'm building on an Ubuntu 14.04 system. I can provide any uname or kernel information if you need. Joe > On Dec 12, 2015, at 7:17 PM, Tony Parker wrote: > > Hi Joe, > > I see you used the preset for linux, but I just wanted to double-check that > you are indeed building on Linux.

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-12 Thread Tony Parker via swift-corelibs-dev
Hi Joe, I see you used the preset for linux, but I just wanted to double-check that you are indeed building on Linux. - Tony > On Dec 12, 2015, at 3:48 PM, Joseph Bell via swift-corelibs-dev > wrote: > > Howdy. > > I'm using the basic build instructions (checking out swift, llvm, clang, >