954,249 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

need help with wine..

hey friend i need some help here since i'm new to ubuntu(to linux also)...this is the problem.

i installed wine on ubuntu 10.04 and install c-free 4.1 .The installation is completed with no errors.and c-free is working perfectly except its unable to output any thing to terminal.Is there any way to solve this?(or a software same to c-free working with ubuntu) please pay your kind attention to this guys.
thank you in advance

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

Why don't use just use g++/gcc with a text editor... Or something like eclipse.

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

yeah! i gonna try eclipse.thanx for the tip..

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

I suggest you use GCC and CodeLite

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

I have install eclipse.but it seems like a java editor not C. so i'm going to try CodeLite.However thanks a lot guys.

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

oh! god help me..i'm on another problem..i have installed Anjunta IDE and no problem with installation.when i try to execute my program theres a error massage " Program '/home/sudheera/c/puts.o' does not have execution permission".
what does it mean.my account is the only one in this computer and i think it have administrator privileges.i'm using 10.04.please anyone can help me...?

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

Hello download CodeLite and use it, it is specifically designed for C/C++ with focus only on that. As per your problem, where did you put project files?
try this:
create folder under Home that is
cd and press return key
then cd Documents/
mkdir Projects
cd Projects/
mkdir CandC++
then when creating new workspace in codelite, create it under /home/your_name/Projects/CandC++/workspace_name

Voila!

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

or Just chmod the projects directory to 777
that is:
sudo chmod 777 folderName/

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

i chmod the directory to 777 but problem still not solved.what can i do??

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

Hello download CodeLite and use it, it is specifically designed for C/C++ with focus only on that. As per your problem, where did you put project files? try this: create folder under Home that is cd and press return key then cd Documents/ mkdir Projects cd Projects/ mkdir CandC++ then when creating new workspace in codelite, create it under /home/your_name/Projects/CandC++/workspace_name

Voila!

thanks for the advice..codelite works perfectly... thanks friend.

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

Eclipse is not only made for Java Development...

It is having completely separate package for development under C/C++ environment.
It is called CDT (C/C++ Development Toolkit).

Download the latest version of Eclipse for C/C++ developers.

Anywaz, tommorrow is the release for the new version Helios;) (u will get CDT 7.0).
Give it a try....

Cheers,

kings_mitra
Junior Poster
122 posts since May 2009
Reputation Points: 9
Solved Threads: 23
 

Sure, Eclipse is made modular but CL was designed specifically for C/C++ so it outperforms and eclipse. Plus CodeLite is coded in C/C++ and Eclipse in Java ;)

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

thanks guys..

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

Or you could use code blocks.

Personally, why have an IDE for c++/c.

This is linux, why aren't you using vi with g++ from the command line!

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

Or you could use code blocks.

Personally, why have an IDE for c++/c.

This is linux, why aren't you using vi with g++ from the command line!

For small projects I agree. But for Big project, it becomes tedious. For example with CL you have completion, refactoring, automatic add include, code beautification, SVNing, GUI and many others...So then it boils down to personal convenience

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

Or you could use code blocks.

Personally, why have an IDE for c++/c.

This is linux, why aren't you using vi with g++ from the command line!

yeah!i'm using command line.but i needed gui.because i used to use cfree when i'm using windows.now i'm totally ubuntu.Still learning(With u guys help).

baby_c
Junior Poster
112 posts since May 2010
Reputation Points: 47
Solved Threads: 0
 

With CodeLite you do it in Ubuntu and Windows and Mac.
and you can export makefiles for your project. Iam not PR for CL though ;)

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 
Sure, Eclipse is made modular but CL was designed specifically for C/C++ so it outperforms and eclipse. Plus CodeLite is coded in C/C++ and Eclipse in Java ;)

Being developed in Java, its having a lot of benefits too...
It is built as a plugin architecture which enables u to seamlessly add(and remove) various third party plugins (other than Eclipse own releases), thereby making it a single IDE with all ur required features.

I personally used it for embedded software development (in C) and used so many extra features like debugging tools (specific to Linux) which made it an excellent and complete package for software development.

kings_mitra
Junior Poster
122 posts since May 2009
Reputation Points: 9
Solved Threads: 23
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: