Here are the build failures I am seeing on windows:

socket.c
src/platform/generic/socket.c(180) : warning C4133: 'function' :
incompatible types - from 'int *' to 'const char *'
src/platform/generic/socket.c(559) : error C2079: 'hints' uses undefined struct
'addrinfo'
src/platform/generic/socket.c(567) : error C2027: use of undefined
type 'addrinfo'
        src/platform/generic/socket.c(559) : see declaration of 'addrinfo'
src/platform/generic/socket.c(568) : error C2224: left of
'.ai_protocol' must have struct/union type
src/platform/generic/socket.c(570) : error C2224: left of '.ai_flags' must have
struct/union type
src/platform/generic/socket.c(570) : error C2065: 'AI_PASSIVE' :
undeclared identifier
src/platform/generic/socket.c(571) : error C2224: left of '.ai_family'
must have struct/union type
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\BIN\amd64\cl.EXE"' : return code '0x2'
Stop.

I can't dig into this until later this evening. If somebody else could
look at it, I would appreciate it.

--Andrew Whitworth



On Tue, Jan 25, 2011 at 9:02 AM, Andrew Whitworth <[email protected]> wrote:
> I'll take a brief look at the windows situation today.
>
> --Andrew Whitworth
>
>
>
> On Tue, Jan 25, 2011 at 6:25 AM, Jonathan Leto <[email protected]> wrote:
>> Howdy,
>>
>> I just merged a pull request into master that adds IPv6 to Parrot. Yay!
>>
>> The lovely new git-aware ttbot told me that I broke the windows build. Poop!
>>
>> Who can lend a few tuits?
>>
>> http://tt.taptinder.org/file/cmdout/1338.txt
>>
>> Duke
>>
>> --
>> Jonathan "Duke" Leto
>> [email protected]
>> http://leto.net
>> _______________________________________________
>> http://lists.parrot.org/mailman/listinfo/parrot-dev
>>
>
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to