
[分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
- U半兔
- 帖子: 82
- 注册时间: 2009-06-08 19:02
- deerjoe
- 帖子: 28
- 注册时间: 2009-08-16 17:46
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
恩恩 这个文章适合初学者~ 刚从TC3.0转上来呢~ Mark mark
Windows + Ubuntu + Mac OS 三管齐下
- luofeng1989
- 帖子: 766
- 注册时间: 2009-09-20 19:30
- 系统: ubuntu12.04
- 来自: GIS
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
哈哈。。。用起来真的不错哈。。。 

-
- 帖子: 18
- 注册时间: 2010-02-27 22:45
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
谢谢咯,
正是我要找的东西,楼主真强大

-
- 帖子: 3
- 注册时间: 2010-04-29 18:06
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
我的怎么不行呢,生成的helloworld运行不了..
make foobar_sample
make: *** No rule to make target `foobar_sample'. Stop
已完成...失败
总共耗时:1 秒
make foobar_sample
make: *** No rule to make target `foobar_sample'. Stop
已完成...失败
总共耗时:1 秒
-
- 帖子: 3
- 注册时间: 2007-05-10 22:41
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
有没有人遇到下面的情况: 在源更新的时候, 会不会影响安装
忽略 http://anjuta.org ./ Packages
忽略 http://anjuta.org ./ Packages
错误 http://anjuta.org ./ Packages
404 Not Found
命中 http://security.ubuntu.com lucid-security/restricted Packages
命中 http://security.ubuntu.com lucid-security/main Sources
命中 http://security.ubuntu.com lucid-security/restricted Sources
命中 http://security.ubuntu.com lucid-security/universe Packages
命中 http://security.ubuntu.com lucid-security/universe Sources
命中 http://security.ubuntu.com lucid-security/multiverse Packages
命中 http://security.ubuntu.com lucid-security/multiverse Sources
W: 无法下载 http://anjuta.org/apt/./Packages.gz 404 Not Found
E: 有一些索引文件不能下载,它们可能被忽略了,也可能转而使用了旧的索引文件。
忽略 http://anjuta.org ./ Packages
忽略 http://anjuta.org ./ Packages
错误 http://anjuta.org ./ Packages
404 Not Found
命中 http://security.ubuntu.com lucid-security/restricted Packages
命中 http://security.ubuntu.com lucid-security/main Sources
命中 http://security.ubuntu.com lucid-security/restricted Sources
命中 http://security.ubuntu.com lucid-security/universe Packages
命中 http://security.ubuntu.com lucid-security/universe Sources
命中 http://security.ubuntu.com lucid-security/multiverse Packages
命中 http://security.ubuntu.com lucid-security/multiverse Sources
W: 无法下载 http://anjuta.org/apt/./Packages.gz 404 Not Found
E: 有一些索引文件不能下载,它们可能被忽略了,也可能转而使用了旧的索引文件。
- dwl301
- 帖子: 1131
- 注册时间: 2007-04-14 11:17
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
那个图三怎么弄出来?之前默认选择了GtkSourceView了……不知道再该怎么换?
-
- 帖子: 13
- 注册时间: 2010-11-09 22:42
anjuta 编译时除此错误:**Error**: You must have `glib' installed.
anjuta 编译时除此错误:**Error**: You must have `glib' installed.
处理方法:安装libglib2.0-dev
处理方法:安装libglib2.0-dev
- Michael_yan
- 帖子: 150
- 注册时间: 2010-11-17 0:03
- 来自: Bangalore, india.
-
- 帖子: 50
- 注册时间: 2009-11-23 11:53
- 来自: 中国江苏省
- 联系:
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!
总之,谢谢了楼主的分享。
-
- 帖子: 7
- 注册时间: 2011-03-31 18:18
Re: [分享] Linux下用Anjuta写个Hello World 的C++程序竟如此简单!


