On Wed, 2009-06-24 at 23:23 -0600, Gustin Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> John Jardine wrote:
> > sudo apt-get update && sudo apt-get upgrade
> > sudo apt-get install build-essential
> > 
> This will install gcc/g++ etc.  Everything you need to compile.  This
> does not install an IDE, but then you have a few to choose from.
> 
> > After that I'd D/L Eclipse, but substitute your preferred environment.
> > 
> I would use the version of Eclipse from the Eclipse web site instead of
> the one packaged in Ubuntu.  Of course I probably just KDevelop or more
> likely vim.
Different strokes ...
I've just spent a few quality hours with Eclipse doing some C
development.  My only bitch was that I had:  
typedef enum {PLAYER_STATE_UNDEF, PLAYER_WAITING_FOR_PLAYERS,
PLAYER_INVITED, PLAYER_ACCEPTED, PLAYER_INITIALIZING,
PLAYER_INITIALIZED, PLAYER_PLAYING, PLAYER_ABORTED, PLAYER_FINISHED}
player_state;
struct game_player {
       unsigned int  player_oid;
       player_state  state; };
... lots of stuff skipped ...
struct game_player         *player_ptr;
At this point Eclipse knows the valid values that player_ptr->state
could take, but when typing in:
player_ptr->state = 
Eclipse didn't prompt me for one of the enum values - it does something
like that when working with structures/elements.
Pretty small complaint though.

> > 
> > On Wed, 2009-06-24 at 21:27 -0600, Craig McLean wrote:
> >> Hello.
> >>
> >> I just installed Ubuntu 9.04 desktop edition for the first time.  I can't
> >> seem to find a way of installing a c/c++ development environment at the
> >> click of a button.  Some other distributions have a generic development
> >> environment item you can pick in the package manager that will install all
> >> of the standard tools and common libraries.
> >>
> >> Does Ubuntu have anything similar?  I'd rather not spend the next several
> >> hours picking around finding all the bits and pieces I might need.  I
> >> realize dependency checking make this easier, but it is still a pain.
> >>
> >> I will be using this to build software from source.  In the short term
> >> Wireshark.
> >>
> >> Craig.
> >>
> >>
> >> _______________________________________________
> >> clug-talk mailing list
> >> [email protected]
> >> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> >> Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
> >> **Please remove these lines when replying
> > 
> > 
> > _______________________________________________
> > clug-talk mailing list
> > [email protected]
> > http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> > Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
> > **Please remove these lines when replying
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkpDCekACgkQwRXgH3rKGfPg1ACdGEr4ewEn+wLuvd7RZj1eX6Yw
> gaEAnRnoARWqgn0AjHaJBn8mTRgGK9I4
> =SlLL
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> clug-talk mailing list
> [email protected]
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
> **Please remove these lines when replying


_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to