设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
编程开发讨论区 —— LinuxSir.cn
›
Linux 程序设计专题讨论
›
[求助]kdevelop 开发ncurses程序问题!
返回列表
查看:
1110
|
回复:
2
[求助]kdevelop 开发ncurses程序问题!
[复制链接]
childemo
childemo
当前离线
积分
2
IP卡
狗仔卡
发表于 2009-2-6 12:14:04
|
显示全部楼层
|
阅读模式
在下,刚开始学习linux编程,想用kdevelop编译ncurses例程
但是链接库时出错
/usr/bin/gmake -f CMakeFiles/hello_world.dir/build.make CMakeFiles/hello_world.dir/build
Entering directory /home/johnseanfenton/clanguge/lx/hello_world
linking C executable hello_world (C executable hello_world)
/usr/bin/cmake -E cmake_link_script CMakeFiles/hello_world.dir/link.txt --verbose=1
linking hello_world (gcc)
CMakeFiles/hello_world.dir/main.o: In function `main':
main.c
.text+0x12): undefined reference to `initscr'
main.c
.text+0x1e): undefined reference to `printw'
main.c
.text+0x23): undefined reference to `stdscr'
main.c
.text+0x2b): undefined reference to `wrefresh'
main.c
.text+0x3d): undefined reference to `endwin'
collect2: ld returned 1 exit status
gmake[2]: *** [hello_world] Error 1
gmake[2]: Target `CMakeFiles/hello_world.dir/build' not remade because of errors.
Leaving directory /home/johnseanfenton/clanguge/lx/hello_world
Entering directory /home/johnseanfenton/clanguge/lx/hello_world
gmake[1]: *** [CMakeFiles/hello_world.dir/all] Error 2
gmake[1]: Target `all' not remade because of errors.
Leaving directory /home/johnseanfenton/clanguge/lx/hello_world
Entering directory /home/johnseanfenton/clanguge/lx/hello_world
gmake: *** [all] Error 2
gmake: Target `default_target' not remade because of errors.
*** Exited with status: 2 ***
哪位大侠来指点一下?谢谢!
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
poet
poet
当前离线
积分
1357
IP卡
狗仔卡
发表于 2009-2-6 13:54:04
|
显示全部楼层
用 cmake 的话,你得搜索一下 ncurse 库,然后增加相关内容,例如:
http://www.cmake.org/cmake/help/ ... l#module:FindCurses
回复
支持
反对
使用道具
举报
显身卡
childemo
childemo
当前离线
积分
2
IP卡
狗仔卡
楼主
|
发表于 2009-2-7 16:45:10
|
显示全部楼层
有图形界面的设置么?
大侠能说的详细一点么?
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表