Codelite c compiler error code 2118292091

Asked by Julianloui

I have received a Codelite C compiler error 2118292091 on my Windows XP computer but don't know what it means . My simple program runs fine under GNU C ++ on a Ubuntu 12.04 machine. I am having trouble in using Codelite under Ubuntu 12.04 also as nothing happens when I try to compile the source file. When I try to compile the same file with Code::Blocks C/C++ on my Windows XP system, it fails to do anything and does not return any error messages.

Can someone tell me what I may be missing in my installation of Codelite or Code::Blocks on my Windows XP machine?

Julianloui

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu codelite Edit question
Assignee:
No assignee Edit question
Solved by:
Julianloui
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please refer to http://codelite.org/ support, i think you will have better support then here...

Revision history for this message
Julianloui (julianloui) said :
#2

Thanks very much for your kind advice.
Julianloui

--------------------------------------------------
From: "marcobra (Marco Braida)" <email address hidden>
Sent: Sunday, November 04, 2012 9:01 PM
To: <email address hidden>
Subject: Re: [Question #213267]: Codelite c compiler error code 2118292091

> Your question #213267 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/213267
>
> marcobra (Marco Braida) posted a new comment:
> Please refer to http://codelite.org/ support, i think you will have
> better support then here...
>
> --
> You received this question notification because you asked the question.

Revision history for this message
Julianloui (julianloui) said :
#3

Marco,

Thanks very much for your kind advice. I've just posted my question at www.codelite.org.

Julianloui

Revision history for this message
Julianloui (julianloui) said :
#4

I have recently spent much time with codelite.org's people. So far they have not been able to come up with an explanation or solution. I was interested in Codelite only because it was available from Ubuntu Software Center.
Now that I've been exposed to Gnu C++ and been able to receive a good deal of great help from this site, I would no longer spend my time learning complex and time-consuming packages such as Code::Blocks and Codelite. As someone else has said, all one needs is a simple text editor and a complete Linux environment with Gnu C++, in order to write C++ programs. I've learned my lesson from using Cygwin. Last night I spent many hours downloading and setting it up only to find that I would have trouble in compiling a minimum C++ program.

My advice to others who have a minimum programming needs is to steer away from complex packages and stay with Ubuntu, where good help is always available here at the launchpad.

Julianloui

Revision history for this message
Julianloui (julianloui) said :
#5

I have finally solved my problem with Codelite, Code::Blocks and Cygwin by downloading the Windows version of Dev-C++ . I have been extremely satisfied with its user-friendliness and reliability. It's a real integrated editor, compiler and linker with a great graphic user interface. It handles both C and C++ automatically. Now I no longer care to spend time typing on a command line repeatedly and I can re-use my previously generated source codes.

Being a neophyte myself, I highly recommend Dev-C++ to all new C++ users.

Julianloui