install xcode 4.1 for lion in vmware - xcode4

I installed Lion in a vmware (using vmware fusion).
I downloaded the xcode 4.1 for lion and trying to install it on the VM.
It does not work. The installer just keeps runnning, seems like an infinite loop.
I tried different things suggested on different forums.
But nothing has worked so far.

Related

How can I uninstall the docker desktop from mac?

I have recently migrated to apple macbook m2 so the all the installed apps have been imported in new laptop but seem like the docker desktop is incompatible getting below error message
Incompatible CPU detected
We are sorry, but your hardware is incompatible with Docker Desktop.
This version of Docker Desktop requires an Intel processor.
To learn more about this issue see:
tried uninstalling the existing docker desktop using the below command but no luck
/Applications/Docker.app/Contents/MacOS/uninstall

Can't brew install MariaDB 5.5 on Mac OS

does anyone know how I could install MariaDB 5.5 server with Homebrew on Mac OS? I've tried running brew install mariadb#5.5 but it doesn’t work.
You can also Try Building it from source!
you can use Homebrew to build MariaDB from source.Its helpful if you want to use a different version of the server or enable some different capabilities that are not included in the bottle package or if you are having issues with the bottle package.
To build MariaDB Server with these engines, you must first install boost and judy.
And please can you be specific about the errors you encountered.
You might want to check this site:

Passenger nginx on snow leopard not installing via homebrew

Running on OS X 10.6.8. homebrew installed nginx OK.
/usr/local/Cellar/nginx/1.6.0_1
But then:
brew install passenger nginx --with-passenger
as suggested by the passenger documentation (unless there is less recent documentation I should be referring to), I am encountering the following error:
passenger: OS X Mountain Lion or newer is required.
How can this be overcome?
You can't. We (Phusion) do not support OS X versions older than Mountain Lion. You have several alternatives:
Upgrade to the latest OS X version.
Use an older version of Phusion Passenger that still supported Mountain Lion. However be aware that it may contain unresolved bugs or have less features. It also cannot be installed from Homebrew: you have to install it from gem or tarball.
Take the source of the latest version and modify it so that it works with Mountain Lion.

Installing iPDC Unix Programme

I am trying to install iPDC on a Centos unix laptop.
I am getting a make error when I attempt to install the programme - I have attached a screenshot of my problem.
The command run is sudo make install and I am attempting to install as the root user.
Your installed GTK version is probably too old to support this software. GtkBuilder (a component within GTK) showed up at version 2.12. To find out what version you have, run pkg-config --modversion gtk+-2.0 at the command line. But that version has been around for quite some time. What version Centos are you running? I assume 5, which is quite old.
Upgrading GTK can be tricky, as most of your desktop software relies on it. If you're in for an adventure, the "easiest" would be to upgrade your Centos OS (to 6.x). You might be able to compile a more recent GTK from source and keep it separate from your system GTK, but that will take some patience.
It seems that GTK is not installed.
Try something like: yum install gtk2 or yum install gtk2-devel

Installing XCode 4.2.1 on OS X 10.7.2 using App Store

I am trying to install Xcode 4.2.1 from App Store on my iMac running OS X 10.7.2 and when I started the installation by clicking on the Install button in the App Store on my iMac, it changed to Installing but it doesn't show any progress bar indicating the status or percentage of progress of the installation. Is this how it is supposed to be? How long does it take to install? I had uninstalled my previous Xcode 4.1 earlier before starting the Xcode 4.2.1 installation.
Look for Install Xcode.app in your Applications directory. Try to run it manually (that's what I had to do). I've also seen the recommendation to chmod +x on the installation app as well -- I didn't need to do that.
It happened to me. I rebooted and it worked properly.

Resources