As I see it you have two options:
Way 1
a) Using the "App Store" install Xcode Version 4.3.
b) Run Xcode tools and complete the installation process.
c) Once Xcode is open go to the menu Xcode -> Preferences...
d) Go to the downloads tab.

e) Click "Install" by the last of the four options (Command Line Tools (171.7 MB).
f) This will require you to make a developer account.
g) Do so here: Apple Developer Registration
h) Either create a new ID or use an old one.
i) After filling in all your information you will get to a page where you must select one of three Developer Programs.
j) Select the bottom (free) Safari Developer Program.
k) Now go back to the Xcode -> Preferences >> Downloads tab.
l) Click install and put in your Apple ID and password.
Way 2
1) Open the termial
2) Type "cd" and press enter.
3) Type "vim .profile" and press enter. This will either create a new file called ".profile" or edit your existing one.
4) Put "export PATH=/Applications/Xcode.app/Contents/Developer/usr/bin:$PATH" on its own line somewhere in the file.
5) Press ESC.
6) Press SHIFT + ':' (You should now see a semi-colon in the bottom of the window).
7) Type "wq". (You should now see ":qw" in the bottom of the window).
8) Press enter.
9) Quit Terminal.
10) Open Terminal (This reloads the changes you made in .profile)
11) Type "which make". The result should be "/Applications/Xcode.app/Contents/Developer/usr/bin/make"
If you have any errors (may or may not be necessary)
Try changing the compiler that you are using. If you provide more information I might be able to suggest an alternative.