[m-rev.] for review: port 0.12 branch to mingw
Ian MacLarty
maclarty at cs.mu.OZ.AU
Wed Oct 19 23:50:43 AEST 2005
On 19 Oct 2005, at 23:03, Peter Ross wrote:
> On Wed, Oct 19, 2005 at 07:58:08PM +1000, Ian MacLarty wrote:
>> trace/mercury_trace.c:
>> On MinGW the external debugger is not enabled, because sockets
>> don't work. This means that MR_trace_event_internal is invoked
>> with the incorrect number of arguments. Fix this.
>>
> Under windows one must initialize the socket library before use, I
> assume the error is related to this.
Possibly, though the call to MR_trace_event_internal was broken anyway.
It only showed up on mingw because the else arm of the #ifdef is taken
on mingw.
Ian.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list