Re: [swift-dev] libxml/parser.h not found?

2016-11-03 Thread Dave Abrahams via swift-dev

on Thu Nov 03 2016, Doug Coleman  wrote:

> Looks like clang/CMakeLists.txt looks for libxml2:
>
> find_package(LibXml2 2.5.3 QUIET)
> if (LIBXML2_FOUND)
>   set(CLANG_HAVE_LIBXML 1)
> endif()
>
> Perhaps you have the libxml2 library but not the libxml headers?

I don't know how that could happen, but anyway... a clean reconfigure
got me past it, thanks.

> Doug
>
>> On Nov 3, 2016, at 12:54 PM, Dave Abrahams via swift-dev 
>>  wrote:
>> 
>> 
>> Anyone know what this is about?
>> 
>> /Users/dave/src/s/swift/utils/build-script --distcc
>> '--lit-args=--distribute -sv' --build-args=-v
>> --skip-build-ios-device --skip-build-tvos-device
>> --skip-build-compiler-rt --swift-stdlib-build-type=Debug
>> --swift-stdlib-enable-assertions=1 --skip-build-benchmarks
>> --release-debuginfo --debug-swift-stdlib
>> --swift-stdlib-build-type=Debug --swift-stdlib-enable-assertions=1
>> --test --
>> 
>> ...
>> /Users/Shared/dabrahams/s/llvm/tools/clang/tools/c-index-test/c-index-test.c:15:10:
>>  fatal error: 'libxml/parser.h' file not found
>> #include 
>> ^
>> 1 error generated.
>> 
>> -- 
>> -Dave
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org
>> https://lists.swift.org/mailman/listinfo/swift-dev
>
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

-- 
-Dave

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


[swift-corelibs-dev] Server APIs: Networking kick-off meeting at 5pm UK, 1pm EST, 10am PST on Friday 4th

2016-11-03 Thread Chris Bailey via swift-corelibs-dev
We now have a set schedule for the Networking sub-team kick-off meeting 
for Friday 4th Nov (ie, tomorrow).

The meeting will be at the following time: 
6pm CET 
5pm UK 
1pm EST 
10am PST

There will be a live meeting on Webex, and meeting agenda and notes taken 
via Google docs: 
WebEx:  
https://meetings.webex.com/collabs/#/meetings/detail?uuid=M2BGRS5MF22PQOJZZK1L8D2A9S-1T5J=400574.57602

Agenda: 
https://docs.google.com/document/d/14MEE8erSa9sOyD62eSHhwppInUAu5x2AE7-1divd5G0/edit?usp=sharing


If you'd like to add anything to the agenda ahead of time, please update 
the agenda document. 

Thanks, 

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


Re: [swift-dev] libxml/parser.h not found?

2016-11-03 Thread Doug Coleman via swift-dev
Looks like clang/CMakeLists.txt looks for libxml2:

find_package(LibXml2 2.5.3 QUIET)
if (LIBXML2_FOUND)
  set(CLANG_HAVE_LIBXML 1)
endif()

Perhaps you have the libxml2 library but not the libxml headers?

Doug


> On Nov 3, 2016, at 12:54 PM, Dave Abrahams via swift-dev 
>  wrote:
> 
> 
> Anyone know what this is about?
> 
> /Users/dave/src/s/swift/utils/build-script --distcc '--lit-args=--distribute 
> -sv' --build-args=-v --skip-build-ios-device --skip-build-tvos-device 
> --skip-build-compiler-rt --swift-stdlib-build-type=Debug 
> --swift-stdlib-enable-assertions=1 --skip-build-benchmarks 
> --release-debuginfo --debug-swift-stdlib --swift-stdlib-build-type=Debug 
> --swift-stdlib-enable-assertions=1 --test --
> 
> ...
> /Users/Shared/dabrahams/s/llvm/tools/clang/tools/c-index-test/c-index-test.c:15:10:
>  fatal error: 'libxml/parser.h' file not found
> #include 
> ^
> 1 error generated.
> 
> -- 
> -Dave
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

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


[swift-dev] Minimal clang to support swift?

2016-11-03 Thread William Dillon via swift-dev
HI all,

I'm working on a resource-constrained embedded system, and I'd like to reduce 
the size of my swift install as much as possible.  In deployment, I'll need to 
figure out what a non-compiling swift support install looks like, but that's 
not the question for today.  Currently, I'd like to have a functioning swift 
compiler on our hardware for rapid iteration, testing and debug.

So, my question is about the support that the swift compiler requires.  Based 
upon the instructions at swift.org, I know that I need at least Clang.  So, I 
followed the instructions at llvm.org and built it.  It seems to work, but it's 
'uuge; around 700 MB with MinSizeRel and -Os.  Add Swift to it, and we're at 
about 1.1GB.  As a point of reference, I noticed that the Clang binary I built 
is 45Mb relative to the 13Mb clang in Debian.  

How much of llvm and clang do I really need to support Swift?

Is there any way built into llvm/clang's build system to strip the binaries, or 
otherwise make them smaller?

Thanks!
- Will

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


[swift-corelibs-dev] Server APIs: Security kick-off meeting today at 5pm UK, 1pm EST, 10am PST

2016-11-03 Thread Chris Bailey via swift-corelibs-dev
We now have a set schedule for the Security sub-team kick-off meeting for 
today.

The meeting will be at the following time:
6pm CET
5pm UK
1pm EST
10am PST

There will be a live meeting on Webex, and meeting agenda and notes taken 
via Google docs:
WebEx:  
https://meetings.webex.com/collabs/#/meetings/detail?uuid=M1DFRNTQ8M1TEF4BEK1FHQ7ZL4-1T5J=425451.56230
Agenda: 
https://docs.google.com/document/d/1zYkQF0WR0fUiafAcgmumJRH5TLSm_MboRuxkYejTq44/edit

If you'd like to add anything to the agenda ahead of time, please update 
the agenda document.

Thanks,

Chris



From:   Chris Bailey via swift-server-dev 
To: Chris Bailey 
Cc: swift-server-...@swift.org, swift-corelibs-dev@swift.org
Date:   02/11/2016 21:59
Subject:Re: [swift-server-dev] Server APIs: networking and 
securitykick-offmeetings
Sent by:swift-server-dev-boun...@swift.org



Based on current feedback, the schedule is looking like it will be: 
Security:Thursday 3rd:6pm CET, 5pm UK, 12pm EST, 
9am PST 
NetworkingFriday 4th:6pm CET, 5pm UK, 12pm EST, 
9am PST 

If your interested in taking part, and haven't entered a preference into 
the polls, please do as soon as possible. 

Chris 




From:Chris Bailey via swift-server-dev 
 
To:swift-server-...@swift.org, swift-corelibs-dev@swift.org 
Date:02/11/2016 15:09 
Subject:[swift-server-dev] Server APIs: networking and security 
kick-offmeetings 
Sent by:swift-server-dev-boun...@swift.org 



In order to try to schedule kick-off meetings for the Server APIs focus 
areas, I've set up Doodle polls for the networking and security kick-offs, 
with the aim of trying to hold those this week: 
   Server APIs: Networking sub-team kickoff
http://doodle.com/poll/b5vy7s8vs9pbcb7y 
   Server APIs: Security sub-team kickoff
http://doodle.com/poll/6xc84g5kfgv3ebv5 
we'll follow up with the HTTP kick-off once we have these two scheduled. 

The Doodle poll lets you set what time(s) you'd be able to make a call - 
we'll use either Webex or Google Hangouts for the meeting, so you'll be 
able to use your network connection to take part. We won't be recording 
the call, but we will publish full agenda and minutes to GitHub 
afterwards. 

If you'd like to take part, but can't make any of the available times, 
fill in your name and select "Cannot make it". If there's enough people 
that cannot make it, we'll postpone to a later date. 

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

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


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