How do I install XCode on Lion with Command Line and UNIX development support?

I installed Xcode via the App Store in Lion.  I try to install Macports, latest relase but get this error messagE:
"Xcode is not installed, or was installed with UNIX Development (10.5+) or Command Line Support (10.4) deselected."
I am not presented with an option for selecting or deselecting different parts of Xcode, does anyone know how I can make sure I have these above
parts installed on Lion?

where would it have put the installer?  I goto /Developer/Applications and run Xcode and it says I have version 3.2.5(1760).  I looked in Downloads and didn't see an installer.

Similar Messages

  • How Can I install Framemaker 10 silently with serial key and license updater?

    How Can I install Framemaker 10 silently with serial key and license updater? Is there any tool to create MSI for this?
    I tried with using http://download.macromedia.com/pub/developer/creativesuite/AAMEE/win32/ApplicationManagerE nterprise_1_all.exe and its not supporting.
    I am looking for any customization tool for Framemaker 10 from Adobe or else silent install with serial and license updater

    After creating "application.xml.override" from above link
    First after installing manually Adobe Framemaker 10,Copy "pcd.db" to your source folder from "%ProgramFiles(x86)%\Common Files\Adobe\Adobe PCD\" once you run "LicenseUpdater.exe"
    1) For install create batch file "install.bat" and copy below command
    @echo off
    REM =====Install script=====
    set Current=%~dp0
    "%Current%Set-up.exe" --mode=silent --deploymentFile="%Current%\deploy\AdobeFrameMaker10_en_US.install.xml" --overrideFile="%Current%\deploy\application.xml.override" --acton=install
    COPY /Y "%Current%pcd.db" "%ProgramFiles(x86)%\Common Files\Adobe\Adobe PCD\pcd.db"
    Exit 0
    2) For Uninstall
    * download Adobeairinstaller from Adobe - Adobe AIR to uninstall adobe AIR silently and copy this exe in source folder
    Create batch file to uninstall Framemaker 10 "Uninstall.bat" and copy below command to Uninstall
    @echo off
    REM =====Uninstall script=====
    set Current=%~dp0
    REM Uninstalling "Adobe Framemaker 10"
    "%Current%Set-up.exe" --mode=silent --deploymentFile="%Current%\deploy\AdobeFrameMaker10_en_US.remove.xml" --overrideFile="%Current%\deploy\application.xml.override" --acton=uninstall
    DEL /F /Q "%ProgramFiles(x86)%\Common Files\Adobe\Adobe PCD\pcd.db"
    REM Uninstalling Adobe community help
    msiexec /x {E2B04924-29F3-F49D-71E9-B90EFEDE282C} /qn
    REM Uninstalling Adobe PDF creation Add-On 9
    msiexec /x {AC76D478-1033-0000-3478-000000000004} /qn
    REM Uninstalling Adobe AIR
    "%Current%AdobeAIRInstaller.exe" -uninstall
    Exit 0
    I think this will help....

  • How To Run An External .exe File With Command Line Arguments

    Hiya, could anyone tell me how I can run an external .exe file with command line arguments in Java, and if possible catch any printouts the external .exe file prints to the command line.
    Thanks.

    Using the Runtime.exec() command. And read this:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

  • How to make an editable bulleted list with multiple lines and custom bullets?

    How do I create an editable bulleted list in Acrobat Pro? I've figured out how to add text fields with multiple lines, and how to add a list box, but I don't see the check box for multiple lines in the list box or how to add bullet points. Can someone please give me step by step instructions? Also is it possible to use custom bullet points?

    Is it a text field or a list box field? The two are not the same...
    The bullets are something that the user will have to enter manually (into a text field, they can only select values in a list-box).
    They can use any unicode character, or special characters if the font used for that field allows for it. You can't use images for the bullets, if that's what you mean.

  • Internal Error: How To re-install XCode on Lion

    Hi,
    After having upgraded from Mac OS X Snow Leopard to Lion I downloaded XCode 4.0 (it took a while..) and run the installer.
    Unfortunately XCode crashes right after the startup without showing any XCode typical splash screen or so, just the error message window
    saying "Internal Error: Xcode encountered an internal error ..."
    I found some hint on the net saying that I should remove the installation using the command "sudo /Developer/Library/uninstall-devtools --mode=all"
    After having ran this I tried to download XCode again from the MacAppStore, but the button still sayed "Installed" and did not let me download Xcode
    again. I used Spotlight to search for Xcode and found the "Install Xcode" application in the application folder. I moved it to the desktop. Did not work.
    I moved it to some other hard disk. Did not work. Only when I unmounted the extra hard disk, the MacAppStore let me "install" the application.
    I entered my name and password and pressed the "Install" button. But nothing happened (the first time the XCode icon jumped into my dock and I could see some progress in the download (after a while..))
    So what is the problem now again? The MacAppStore also suggests me (still) an XCode upgrade, although I have run the above command. So I guess there is still some reference to XCode around... Who can help?
    Thanks for any advice!
    Christoph

    • Check /Library/Receipts/ to see if there is an Xcode Receipt - if so, move it to the desktop and then hit the store again.
    • In the Applications directory (or LaunchPad?) is there an icon named 'Install Xcode' ?
    Good luck in any case.

  • How can I install on Windows remotely via command line?

    Hello Folks.
    I want to install an application on Windows remotely and via command line, For example, I need a tool like Psexec or WMIC but I don't like the user understand it. Any idea? 

    Hi,
    Please also refer to following FAQ article and check if those four general ways will meet your requirement.
    [Forum FAQ] How to deploy applications remotely
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How I can instale my Apple TV with my tv and my eireless to watch my internet

    I need to instale my apple tv

    While the video is playing hold the Center button on the Remote to see the AirPlay speakers. This is also the only way to control the volume as well. It works OK to get the audio to another set of speakers if all you want is the audio.  There can be timing issues with the audio getting out of sync with the video.

  • How do I get a white background with black lines

    How do I get a white background with black lines and characters on my screen. To run the program, copy it out and delete the ` and it should go. If it does not compile on your machine, I would like to know. There is a test on about line 34 for changing the colors.
    `//Simple program to test Graphics2D.setBackground(white) obtained from BufferedImage.getGraphics()
    `import java.awt.Frame; //Object>awt.Component>Container>Window>Frame
    `import java.awt.Insets; //Object>awt.Insets
    `import java.awt.image.BufferedImage; //Object>awt.Image>awt.image.BufferedImage
    `import java.awt.Graphics; //Object>awt.Graphics
    `import java.awt.Graphics2D; //Object>awt.Graphics>Graphics2D
    `import java.awt.Color;
    `import java.awt.BasicStroke;
    `public class TstBgCol { //frame & BufferedImage in pixels & BasicStroke in points ????????????
    ` TstBgCol tstBgCol;
    ` public static void main(String[] args) {
    ` TstBgCol tstBgCol=new TstBgCol(); tstBgCol.tstBgCol=tstBgCol;
    ` tstBgCol.main2(); tstBgCol.byteBinary();
    ` }
    ` Graphics fgcontext;
    ` Frame fram; Insets insets; //borders of the Frame, Container.getInsets
    ` int bIWid=1272,bIHgt=876; //set for 1280x1024 screen on windows XP & matches paper ratio 10.6x7.3
    ` int unusedPixHgt=84;
    ` void main2() {
    ` fram=new Frame();
    ` fram.addWindowListener(new java.awt.event.WindowAdapter() { //anonymous inner class
    ` public void windowClosing(java.awt.event.WindowEvent e) { System.exit(0); }
    ` });
    ` fram.setVisible(true);
    ` insets=fram.getInsets(); //(Container)getInsets() works after displayable
    ` System.out.println("Insets l,t,r,b:"+insets.left+","+insets.top+","+insets.right+","+insets.bottom);
    ` fram.setSize(insets.left+bIWid+insets.right,insets.top+bIHgt+unusedPixHgt+insets.bottom);
    ` fgcontext=fram.getGraphics(); //creates Graphics context for this component
    ` }
    ` void byteBinary() {
    ` BufferedImage buIm=new BufferedImage(bIWid,bIHgt,BufferedImage.TYPE_BYTE_BINARY); //can be resized
    ` Graphics2D bIG2=buIm.createGraphics(); //returns Graphics2D context
    ` //change to if(true) to use either of the following two lines
    ` if(false) bIG2.setBackground(Color.white); //does not change the background color to white
    ` if(false) bIG2.setColor(Color.black); //does change the foreground color to black
    ` edgeLinesAndX(buIm,bIG2);
    ` fgcontext.drawImage(buIm,insets.left,insets.top,fram);
    ` }
    ` private void edgeLinesAndX(BufferedImage bI,Graphics2D bIG2) { //really on the edge
    `      BasicStroke strk=new BasicStroke(10f); bIG2.setStroke(strk);
    ` int x0,y0,xmx,ymx;
    ` x0=bI.getMinX(); y0=bI.getMinY(); xmx=bI.getWidth()-1; ymx=bI.getHeight()-1;
    ` bIG2.drawLine(x0+xmx,y0,x0,y0+ymx); //lo-left to up-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0+ymx); //up-left to lo-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0); //up-left to up-right
    ` bIG2.drawLine(x0,y0,x0,y0+ymx); //up-left to lo-left
    ` bIG2.drawLine(x0,y0+ymx,x0+xmx,y0+ymx); //lo-left to lo-right
    ` bIG2.drawLine(x0+xmx,y0,x0+xmx,y0+ymx); //up-right to lo-right
    ` bIG2.drawString("("+x0+","+y0+") wid="+(xmx+1)+" hgt="+(ymx+1),(xmx+1)/5,(ymx+1)/5);
    ` }
    `} //the result on my screen is a black background, why?????

    How do I get a white background with black lines and characters on
    my screen.Contrary to what you might think, the linebIG2.setBackground(Color.white);does not give the buffered image a white background. The API docs
    http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Graphics2D.html#setBackground(java.awt.Color)
    say: "Setting the background color in the Graphics2D context only
    affects the subsequent clearRect calls... " So adding a line to your
    if blocks we getif (false) {
        bIG2.setBackground(Color.white);
        bIG2.clearRect(0, 0, buIm.getWidth(), buIm.getHeight());
    if (false) {
        bIG2.setColor(Color.black);                    
    }Changing the false to true results in a white background (and black
    X and text).

  • Import biar file with command line

    Hi
    I am trying to import biar file with command line on unix environment with BOXI R3.1 and Oracle DB
    The biar file include one universe and it's connection (eFashion), one report and one user
    when I run the command line:
    java -jar /BO/boxi/bobje/java/lib/biarengine.jar /BO/boxi/test.properties
    I recive the following error:
    Failed to commit objects to server : Undefined Info Store error
    An error occurred at the server during security batch commit:
    Request 6 of type 36 failed with server error : Object not found (1433)
    Request 11 of type 36 failed with server error : Object not found (1433)
    Request 20 of type 38 failed with server error : Object not found (1433)
    Request 26 of type 38 failed with server error : Object not found (1433)
    Do you have any idea , what is the problem?
    Thank you

    Hi Denis
    I found out after I create a biar file ,with only the user, through a command line. that the user did import since it was in a concurrent connectiontype , a type that not exit in the target environment.
    But after I fix this in the source environment and saw that a biar file with only the user is loaded , I recreate the biar file with all the objects as before (user, universe, report , folder) and I still got the same error message as before.
    So now I try to create the biar file with all those object through the command line. and I get a new errer message "Required dependencies not found on target system : '[AZK_.9sbf_lMgdQRpsbZfVw]"
    I check it , and understand that the object is the report , but I do not see what missing..... : (
    Those are the quries in the properties file:
    exportQuery= SELECT * FROM CI_APPOBJECTS where si_kind = 'Universe' and si_name='eFashion'
    exportQuery= SELECT  * FROM CI_APPOBJECTS WHERE SI_ID in ( 894,926)
    exportQuery= SELECT * from CI_SYSTEMOBJECTS WHERE SI_KIND = 'user' and SI_Name='repadmin'
    exportQuery= SELECT * FROM CI_INFOOBJECTS WHERE si_kind= 'Folder' and SI_name = 'test'
    exportQuery= SELECT * FROM CI_INFOOBJECTS WHERE      SI_ID IN (2188)
    Can you tell what is missing?

  • How do I install  Xcode on a MacBook Pro running 10.7.9 (Lion?)

    I am a retired chap trying to help my grandson get into robotics. He wants to be able to write code to control an Arduino which in turn will control a number of solenoids. I used to design and build hardware and write control software (using Delphi O.O.) for space research equipment. I have  MacBook Pro running   OS X 10.7.9 and have access to an iMAC running OS X 10.6.8
    We want to use C++ (unless anyone can tell us why this might be a bad move) and I have been told I need to install XCode. I looked into it and as far as I can glean, I have to install XCode 4 to be compatible with my MacBook. I downloaded XCode 4.6.2 and ended up with two files, namely :
    xcode4620419895a.dmg
    xcode4620419895a.dmg.part
    and now I am stuck. Firstly, was that the correct version to download? If it is, how do I actually install the development environment from those two files? If I try to execute the disk image it tells me it is unrecognisable. If I try to execute the *.part document it asks me what application I should open it with. Any help/advice will be much appreciated

    Sorry it took me a while to come back. Anyway, I cleared out the old Xcode files and went into the Developers Download area and selected to download 4.6.3 and was presented with this window
    I clicked on Savefile and it downloaded. I was intrigued as to why this would work as it was exactly what I had done before. Out of interest I decided to issue the download again and this time it created a zero byte disk image and a "part" file of 1.6mB. I shall just have to put that behind me (accepting that I don't understand why one download should work and all the precious attempts should fail) and move on.
    Thank you for your help (it was my eyesight that caused me to think my OS version was 10.7.9 - it is indeed 10.7.5)

  • Hello,i have a retina with Mountain Lion.I have logic PRO 7 and logic Pro 8 ,with  G5.I can't use the CD with the retina!!It's not a powerpC!!How do i install Logic Studio 8 with Mountain Lion successfully ?too évolution Logic PRO 9?

    Hello,i have a retina with Mountain Lion.I have logic PRO 7 and logic Pro 8 ,with  G5.I can't use the CD with the retina!!It's not a powerpC!!How do i install Logic Studio 8 with Mountain Lion successfully ?too évolution Logic PRO 9?

    The installer for Logic Pro 8 has a bug which keeps it from operating in Lion or Mt. Lion.  Use the program Pacifist to install it.

  • My system is Lion and it seems that it comes with no iWeb. How can I install iWeb on Lion system?

    My system is Lion and it seems that it comes with no iWeb. How can I install iWeb on Lion system?

    You will need to buy a hardcopy "actual disc copy" of iLife 09 or 11 iLife '11 [OLD VERSION]

  • How do i install a new printer with no dvd?

    how do i install a new printer with no dvd?

    Hook it up and see if it works. If it is one of the more common printer brands/models, it could very well have it's drivers installed, depending on how your OS was installed. If not, you can always go to the support site for your printer and download the drivers, if necessary.
    What kind of printer do you have? What OS and how was it installed?

  • How to install adobe flash player through command line with some script

    Hi Guys,
    Do you know how to install adobe flash player through command line with some script?
    Thanks,
    Galina

    Windows. I tried silent install  with "install_flash_player.exe /install" but it works only with one file that I downloaded from adobe.com - "install_flashplayer10_mssd_aih.exe". But it is possible to download this last file only one time, every next time it redirects me to download install_flash_player.exe file.

  • How do I use the App store with macbook pro and mac pro

    I currently use the app store with the mac book, but want to buy (share?) apps and music with the mac pro.
    I can't find anything that specifically outlines how this works.
    I use SplashID with the macbook and an iPhone, and want to use it (and sync it) on the mac pro as well.
    If you buy apps for a macbook, can you use them on a second machine, or do you need to buy it a second time?

    Your license from the MAS allows you to download and install the apps on as many Macs as you own or have under your control (institutional or employer supplied Macs.) The Mac should to be running Mac OS X 10.6.8 Snow Leopard or Mac OS X 10.7.2 Lion. Open the MAS app on the Mac Pro and sign into your account to have access to download all of your previous purchases in the Purchased pane.
    Simple apps can also be dragged & dropped over a network connection from the MacBook to the Mac Pro.

Maybe you are looking for

  • Static NAT causes unable to access server via internal IP

    Hi all, Need some help. I running site-to-site IPsec VPN in Cisco 2811 IOS 12.4 both site. Here I encounter a problem to access server on  Site A from Site B Site A having Leased Line connected to router with Public IP. I have done static mapping 1 w

  • I iphone is showing an error 0xE800005 the logo starts turning in itself for hours. What should I do?

    i iphone is showing an error 0xE800005 the logo starts turning in itself for hours. What should I do?

  • Opening & Saving JPEGS in Camera RAW

    I just started using Photoshop ( version CS3) and am concerned that I'm doing things incorrectly already. I'm not doing any huge retouching work, but am using camera RAW to open and clean up some JPEG files. I'm just doing a bit of re-white balancing

  • List of Legacy Headphones by date ?

    Hello, I am interested in good quality legacy headphones due to cost.  I have spent a lot of time reading reviews on the internet from sites such as Head-fi.  I am interested in the Sony brand, but am confused about the order in which the legacy were

  • Users and Architecture

    On my local instance, I would like to create a user account for each of the 600+ employees at my company. I want a mechanism for the HR department to maintain these users and delete/inactivate them when they leave and add new users themselves. I may