Re: [Anjuta-list] New c++ guy
- From: Ian Liu Rodrigues <ian liu88 gmail com>
- To: Akshay <gulatiakshay gmail com>
- Cc: Anjuta-list lists sourceforge net
- Subject: Re: [Anjuta-list] New c++ guy
- Date: Sun, 30 May 2010 23:32:18 -0300
Try this:
sudo apt-get build-dep anjuta
Regards,
Ian L.
On Sun, May 30, 2010 at 10:44 PM, Akshay <gulatiakshay gmail com> wrote:
> Hi !
>
> I am missing few packages like glib on ubuntu ! Trying to install but
> giving error
>
> sudo apt-get install build-essentials libglib2.0-0 libglib2.0-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Couldn't find package build-essentials
>
>
> Can any one please give me comment how to install all the dependencies
> for ajunta!
>
> AKshay
> On 10-05-28 01:52 AM, jhs jsschmid de wrote:
>> Hi!
>>
>> The project is opened automatically when you create it. You should have a
>> source tree that looks like that:
>>
>> foo
>> -> src
>> ->main.cc
>> ->Makefile.am
>> ->etc.
>> ->more directories
>> ->configure.ac
>> ->Makefile.am
>> ->...
>>
>> Otherwise the project wasn't created correctly. Which version are you
>> using? Are you sure that you have all dependencies installed (especially
>> autogen must be installed).
>>
>> Regards,
>> Johannes
>>
>>
>>>
>>> Its not like gcc and emacs ! After finishing the wizard where is
>>> main.cc its created foo bar cpp project but i didnt get any main.cc in
>>> it and what is foobar.ajunta do i need to click that to open a new
>>> file..I am sorry i know C, I know Make files I know emac...always worked
>>> with command windows so doing some thing wrong here
>>>
>>> On 10-05-28 12:56 AM, jhs jsschmid de wrote:
>>>
>>>> Hi!
>>>>
>>>> This is not a list about programming problems.
>>>>
>>>> Anyway, you cannot execute a C/C++ file, you have to compile it (and as
>>>> you say you are familiar with C you should now that).
>>>>
>>>> So, do the following:
>>>>
>>>> File->New->Project
>>>> - Choose C++ and then "Generic C++"
>>>> - Finish the wizard
>>>>
>>>> Edit the main.cc file, choose Build->Build and Run->Run.
>>>>
>>>> Regards,
>>>> Johannes
>>>>
>>>>
>>>>
>>>>> I am new to c++ though i am good in c ....Trying to learn Ajunta
>>>>>
>>>>> Here is my program
>>>>>
>>>>> #include<iostream>
>>>>> using namespace std;
>>>>>
>>>>> void main()
>>>>> {
>>>>> cout<< "Hello World!"<< endl; cout<< "Welcome to C++
>>>>> Programming"<< endl;
>>>>> }
>>>>>
>>>>> After writing it!
>>>>>
>>>>> 1. I save it as Check.c in one of folder
>>>>> 2. I got to program parameter and give path of file /path/Check.c
>>>>> 3.I go to run and execute it
>>>>>
>>>>> and gets following error in terminal
>>>>>
>>>>> /home/akshay/check.c: 2: using: not found
>>>>> /home/akshay/check.c: 4: Syntax error: "(" unexpected
>>>>>
>>>>> ----------------------------------------------
>>>>> Program exited successfully with errcode (2)
>>>>> Press the Enter key to close this terminal ..
>>>>> ----------------------------------------------
>>>>> I am just checking ! I want to start my c++ with AJunta Help Help !
>>>>>
>>>>>
>>>>> Then thinking that it didnt find using i tested this
>>>>>
>>>>> #include<iostream.h>
>>>>>
>>>>> int main () {
>>>>>
>>>>> //print out the text string, "Hello, World!"
>>>>> cout<< "Hello, World!"<< endl;
>>>>>
>>>>> return 0;
>>>>>
>>>>> }
>>>>>
>>>>> Here is the error
>>>>>
>>>>> ----------------------------------------------
>>>>> /home/user/check.c: 4: Syntax error: "(" unexpected
>>>>>
>>>>> ----------------------------------------------
>>>>> Program exited successfully with errcode (2)
>>>>> Press the Enter key to close this terminal ...
>>>>>
>>>>> Question: Why i am getting these error
>>>>> Question: In program parameter do i need to give path
>>>>>
>>>>> Where i can get few tutorial about ajunta on this
>>>>>
>>>>> Aki
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>>
>>>>> _______________________________________________
>>>>> Anjuta-list mailing list
>>>>> Anjuta-list lists sourceforge net
>>>>> https://lists.sourceforge.net/lists/listinfo/anjuta-list
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Anjuta-list mailing list
>>> Anjuta-list lists sourceforge net
>>> https://lists.sourceforge.net/lists/listinfo/anjuta-list
>>>
>>>
>>
>>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]