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
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
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
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 -
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.
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,
>