Reply
Thread Tools
Posts: 76 | Thanked: 2 times | Joined on Dec 2005
#11
Originally Posted by jethro.itt View Post
Are you against virtualization in general or just VMware?
Neither! It's just clumsy to try to do any sort of development work running a virtualized Unix box inside a Unix box.
 
Posts: 37 | Thanked: 2 times | Joined on Mar 2007
#12
Originally Posted by Jaffa View Post
  1. Develop on tablet directly
I'm curious about this suggestion - is this for python only or does anyone run the C/C++ development tools on the tablet?
 
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#13
Originally Posted by Mysticode View Post
I'm curious about this suggestion - is this for python only or does anyone run the C/C++ development tools on the tablet?
lcuk does all his liqbase development (which is C) on the tablet. Just enable the SDK repository and apt-get install gcc.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#14
Originally Posted by Mysticode View Post
I'm curious about this suggestion - is this for python only or does anyone run the C/C++ development tools on the tablet?
I do run gcc, although I haven't done any substantial development.

I'm not sure if Jaffa has installed gcc more recently than I have, but my experiences about a month ago were not so simple -- had to downgrade a few packages because the SDK did not keep up with the SSUs, and all the -dev (headers) packages depend on the same exact version of the binaries.

Just be cautious if you do go that route, as you can install packages conflicting with dependencies of, oh, about half your system. (The critical half!) It'll ask you to confirm, of course, but don't blindly say yes; that's all.
 

The Following User Says Thank You to Benson For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#15
Originally Posted by stevenf View Post
Neither! It's just clumsy to try to do any sort of development work running a virtualized Unix box inside a Unix box.
I do generic ARM embedded systems development running a Debian-based environment (well, just some randomly selected Debian virtual appliance from the VMware store and a CodeSourcery toolchain installed in /usr/local) under VMware at work.

It's not too bad. I ssh to in from Terminal and have the home directory on OS X side available to Debian, i.e. all development files are outside the virtual machine. I use Xcode as an editor and project manager. X applications will probably work too if X is installed on OS X (installed by default on Leopard, separate free download in Tiger).

One small bug with this setup: Debian does not know when the machine has been sleeping, so I need to manually run "sudo ntpdate-debian" after resuming from sleep. Otherwise make is not happy.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#16
Originally Posted by Jaffa View Post
lcuk does all his liqbase development (which is C) on the tablet. Just enable the SDK repository and apt-get install gcc.
I prefer running apt-get install build-essential
 
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#17
Originally Posted by Benson View Post
I'm not sure if Jaffa has installed gcc more recently than I have, but my experiences about a month ago were not so simple
Originally Posted by qwerty12 View Post
I prefer running apt-get install build-essential
Indeed. I apologise: I was giving it as an example of what kind of thing to do, not a concrete HOWTO.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:32.