![]() |
What compiler do you use? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Open Source Collaboration (https://www.frictionalgames.com/forum/forum-27.html) +--- Forum: HPL1 Engine (https://www.frictionalgames.com/forum/forum-28.html) +--- Thread: What compiler do you use? (/thread-3382.html) Pages:
1
2
|
RE: What compiler do you use? - bremarv - 05-19-2010 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 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. RE: What compiler do you use? - morris - 05-20-2010 (05-16-2010, 01:46 PM)Urkle Wrote: IDEs that I used during penumbra development were. Ever tried Kdevelop 4? RE: What compiler do you use? - Setlec - 05-20-2010 (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... RE: What compiler do you use? - morris - 05-20-2010 (05-20-2010, 07:09 AM)Setlec Wrote:(05-20-2010, 06:21 AM)morris Wrote: Ever tried Kdevelop 4? 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. RE: What compiler do you use? - Urkle - 05-20-2010 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. RE: What compiler do you use? - morris - 05-20-2010 (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. RE: What compiler do you use? - Urkle - 05-21-2010 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). RE: What compiler do you use? - OmniMancer - 06-13-2010 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. |