bremarv
Junior Member
Posts: 5
Threads: 0
Joined: May 2010
Reputation:
0
|
RE: What compiler do you use?
Using emacs for writing and gcc for compiling on linux. Also use VS08 for windows, but only to set up the project and test compiling for my school deliveries.
I had a look at Netbeans and code::blocks when I started with linux, but I found them hard to use so I went with emacs instead
(05-16-2010, 02:00 PM)Ryonez Wrote: Thanks for the info!
I'm at the moment am doing a BIT course, and the teacher has started teaching use using BlueJay (for Java). I cheat at home and use NetBeans. Want to head of into game devolpment so I also want to learn C++.
I feel sorry for you if you have to use BlueJay. When I was thought java, we went notepad -> BlueJay -> eclipse , but I just skipped bluejay because it was useless and threw errors on code that was correct. It also screwed up some of my classmates understanding of how classes worked really bad. This was 2 years ago, but I doubt it have improved much.
|
|
05-19-2010, 10:31 AM |
|
morris
Junior Member
Posts: 10
Threads: 0
Joined: Nov 2008
Reputation:
0
|
RE: What compiler do you use?
(05-16-2010, 01:46 PM)Urkle Wrote: IDEs that I used during penumbra development were.
For Linux, eclipse mostly and i switched to netbeans while working on the last patch.
The compiler, of course, was GCC.
For Mac os x, i used Xcode, which uses GCC as the compiler.
Ever tried Kdevelop 4?
|
|
05-20-2010, 06:21 AM |
|
Setlec
Junior Member
Posts: 25
Threads: 3
Joined: May 2010
Reputation:
0
|
RE: What compiler do you use?
(05-20-2010, 06:21 AM)morris Wrote: Ever tried Kdevelop 4?
I've used once a while ago and I hated it! code::blocks is way better... imho! anyway i just use gedit most of the time...
|
|
05-20-2010, 07:09 AM |
|
morris
Junior Member
Posts: 10
Threads: 0
Joined: Nov 2008
Reputation:
0
|
RE: What compiler do you use?
(05-20-2010, 07:09 AM)Setlec Wrote: (05-20-2010, 06:21 AM)morris Wrote: Ever tried Kdevelop 4?
I've used once a while ago and I hated it! code::blocks is way better... imho! anyway i just use gedit most of the time...
As long as I don't get to install all those java dependencies... I'll give it a try, just not gedit, I do prefer vim and zile.
|
|
05-20-2010, 02:09 PM |
|
Urkle
FG - Associate
Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation:
21
|
RE: What compiler do you use?
Code blocks requiring java??? Last i knew code blocks and kdevelop did not require any java.. Eclipse and netbeans on the other hand, require excessive amounts of java.. But at least they run under openjdk or gcj.
Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
|
|
05-20-2010, 03:22 PM |
|
morris
Junior Member
Posts: 10
Threads: 0
Joined: Nov 2008
Reputation:
0
|
RE: What compiler do you use?
(05-20-2010, 03:22 PM)Urkle Wrote: Code blocks requiring java??? Last i knew code blocks and kdevelop did not require any java.. Eclipse and netbeans on the other hand, require excessive amounts of java.. But at least they run under openjdk or gcj.
I was talking about _Eclipse and netbeans_, now could you answer my direct question?
EDIT: By the way, I just installed Code::Blocks with no unmet dependencies.
|
|
05-20-2010, 04:19 PM |
|
Urkle
FG - Associate
Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation:
21
|
RE: What compiler do you use?
has kdevelop gotten better since 3? (the last version I played with).. Lately I have been just using the eclipse or netbeans as nothing else out there seems to cut it.. (netbeans more so lately as it's MUCH faster than eclipse.. but eclipse has the nice integration with Mantis and has the BIRT reporting).
Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
|
|
05-21-2010, 05:10 AM |
|
OmniMancer
Junior Member
Posts: 1
Threads: 0
Joined: Jun 2010
Reputation:
0
|
RE: What compiler do you use?
clang is much nicer than gcc, even if it has some issues currently, it needs some work to work on windows properly but it has nice error messages
as far as IDEs go I use whatever is available, I have vs2008 professional installed because i get it for free for being a student.
|
|
06-13-2010, 04:23 AM |
|
|