Thank you, problem resolved, thanks!
% ../build/Ninja-DebugAssert/swift-freebsd-x86_64/bin/swift --version
Swift version 2.2-dev (LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift bee0d955ff)
Target: x86_64-unknown-freebsd11.0
% ./hello
hello world
% uname -a
FreeBSD localhost 11.0-CURRENT FreeBSD
+ Davide
On Sat, Dec 26, 2015 at 11:11 PM, Dan Mack via swift-users
wrote:
> Attempting to build swift from github from Dec 26th HEAD - after a few
> adjustments I have gotton to this point where :
>
> [475/486] Linking CXX shared library
> lib/swift/freebsd/x86_64/libswiftCore.so
>
> FAILED:
ah, nice. Thank you!
On Sat, Dec 26, 2015 at 3:19 AM, Dmitri Gribenko
wrote:
> On Sat, Dec 26, 2015 at 1:59 AM, J. Cheyo Jimenez via swift-users <
> swift-users@swift.org> wrote:
>
>> if I wanted to use that script to generate xctests, how do I feed it a
>> custom gyb file in? Is there a help fi
Attempting to build swift from github from Dec 26th HEAD - after a few
adjustments I have gotton to this point where :
[475/486] Linking CXX shared library lib/swift/freebsd/x86_64/libswiftCore.so
FAILED: : && /usr/local/bin/clang++36 -f .
/usr/bin/ld:/sw/src/build/Ninja-DebugAssert
> On 24 Dec 2015, at 03:11, Dmitri Gribenko wrote:
>
> On Wed, Dec 23, 2015 at 3:24 PM, Daniel Eggert via swift-users
> wrote:
>> I have an array of String and need to call withCString on each one and then
>> pass the resulting array of UnsafePointer to a C api. The unsafe
>> pointer is only v
On Sat, Dec 26, 2015 at 1:59 AM, J. Cheyo Jimenez via swift-users <
swift-users@swift.org> wrote:
> if I wanted to use that script to generate xctests, how do I feed it a
> custom gyb file in? Is there a help file somewhere I can read? I know
> this is not meant for that but it would be useful.