免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1545 | 回复: 3
打印 上一主题 下一主题

[函数] 程序编译问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-03-03 14:50 |只看该作者 |倒序浏览
程序如下:

int sndD_bind(char *s_addr, int sndport)
{

        int sock1 = -1;

        /*建立连接 */

#ifdef DEBUG
        printf("Connect: port=%d\n", sndport);
#endif

        sock1 = socketTcpConnect(inet_addr(s_addr), sndport);

        if (sock1 < 0)
        {
                printf("file[%s]:line:[%d], Connect to ip[%s], sndport [%d]  error.",
                        __FILE__, __LINE__, s_addr, sndport);

                return -10;
        }

        //#ifdef DEBUG
        printf("Bind Ok :sock[%d],sndport[%d]\n", sock1, sndport);
        //#endif

        return sock1;

}


编译后提示错误如下:
"newCommon.cpp", line 136: Error: Multiple declaration for sndD_bind.
"newCommon.cpp", line 136: Error: Badly formed expression.
"newCommon.cpp", line 136: Error: "," expected instead of ")".
"newCommon.cpp", line 144: Error: Multiple declaration for printf.
"newCommon.cpp", line 147: Error: S_un is not defined.
"newCommon.cpp", line 147: Error: Badly formed expression.
"newCommon.cpp", line 149: Error: A declaration was expected instead of "if".
"newCommon.cpp", line 149: Error: ")" expected instead of "<".
"newCommon.cpp", line 158: Error: Multiple declaration for printf.
"newCommon.cpp", line 161: Error: A declaration was expected instead of "return".
"newCommon.cpp", line 161: Error: Multiple declaration for sock1.
"newCommon.cpp", line 163: Error: A declaration was expected instead of "}".
12 Error(s) detected.
*** Error code 12
make: Fatal error: Command failed for target `newCommon.o'

麻烦各位老大们指点一下。

论坛徽章:
80
20周年集字徽章-庆
日期:2020-10-28 14:09:1215-16赛季CBA联赛之北京
日期:2020-10-28 13:32:5315-16赛季CBA联赛之北控
日期:2020-10-28 13:32:4815-16赛季CBA联赛之天津
日期:2020-10-28 13:13:35黑曼巴
日期:2020-10-28 12:29:1520周年集字徽章-周	
日期:2020-10-31 15:10:0720周年集字徽章-20	
日期:2020-10-31 15:10:07ChinaUnix元老
日期:2015-09-29 11:56:3020周年集字徽章-年
日期:2020-10-28 14:14:56
2 [报告]
发表于 2010-03-03 15:08 |只看该作者
帮顶一下。{:2_172:}

论坛徽章:
1
黑曼巴
日期:2020-02-27 22:54:26
3 [报告]
发表于 2010-03-03 15:54 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
4 [报告]
发表于 2010-03-03 16:14 |只看该作者
就这一段么 ~?  没头尾 !?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP