[ 
https://issues.apache.org/jira/browse/AXIS2C-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563650#action_12563650
 ] 

Dinesh Premalal commented on AXIS2C-774:
----------------------------------------

There is a problem in the compiler options that we used. In samples we used

"$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE "

where as to build the core we use CFLAGS as

"CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" .

At src/core/clientapi/svc_client.c we don't get above warning because we have 
used -Wno-implicit-function-declaration. 

Adding -Wno-implicit-function-declaration into samples/configure.ac will solve 
the problem.

> echo_non_blocking.c sample's timeout value is too high
> ------------------------------------------------------
>
>                 Key: AXIS2C-774
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-774
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: samples
>         Environment: Ubuntu 7.10 (Gutsy Gibbon)
>            Reporter: Senaka Fernando
>            Assignee: Sanjaya Ratnaweera
>         Attachments: diff.txt
>
>
> The echo_non_blocking.c sample's timeout value is too high. Please refer 
> proposed patch (diff.txt)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to