Cross developing Mac OS X and Linux

Hi,
i've issue with cross compilation my app. I need developing software on Mac OS X (with Qt framework) and compiling it for Linux system. Is it possible way so developing ?
I've MacBook Pro so is it x86 architecture and Tiger 10.4.6.
What all i need to this my solution ?

I've some links about cross compilation:
http://www.kegel.com/crosstool/
http://www.mega-tokyo.com/osfaq2/index.php/GCC%20Cross-Compiler
I will try it.

Similar Messages

  • Mac OS X and Linux Zeroconf LAN irregularities

    Mac OS X and Linux Zeroconf LAN irregularities
    I would like to at least understand, if not remedy,
    an annoyance in establishing the connection between
    my Mac and my Linux box. I have yet to find anything
    constructive relative to the issue via the google
    shuffle or manual pages. Any thoughts, experiences
    and/or further troubleshooting steps would be
    appreciated. Thank you.
    ==============================================
    Installation:
    PMac G5 running OS X Tiger (10.4.4)
    Linux printer is shared with Mac via CUPS,
    not classic AppleTalk.
    P4 with Debian Etch (testing), kernel 2.6.12-1-686,
    Gnome desktop and USB attached printer and scanner.
    With netatalk 2.0.3-4 and task-howl (0.9.5-2), which
    includes the howl mdnsresponder (0.9.5-2), installed.
    Only the netatalk afpd and cnid_metad deamons are
    being run.
    hardwired ethernet with the Mac and Linux box connected
    to a Belkin 4 port router
    ==============================================
    Trials:
    If I boot up both my Mac and Linux box:
    Linux has autoipd, mDNSResponder and nifd daemons running.
    Mac has mDNSResponder and netinfod daemons running (don't
    know which others are pertinent to note).
    If on my Mac in a Finder pane I click Network -> My Network
    -> debian1 -> Connect then I get the message:
    AFP connection status
    Looking up "debian1.local.."
    which times out with the message:
    Connection failed - server may not exist blah blah
    In can however, on my Mac in the Finder menu bar select
    Go -> Connect to Server -> enter afp://192.168.2.48/
    (my Linux box) -> enter user and password of shared
    directory -> select share to mount; and I have my
    connection. If I dismount the share though, within a
    session, and try to connect again this method works and
    the Finder pane method still does not.
    Alternatively, on my Linux box I can run the cli
    # /etc/init.d/mdnsresponder restart
    Then back on my Mac the Finder pane method of establishing
    a connection (that failed above) works as it should.
    Further, I can dismount the share and reconnect with this
    method any number of times in the same session, and even
    reconnect with this method after rebooting only my Mac.
    However, if I reboot my Linux box I'm back to Finder menu
    bar or mdnsresponder restart reconnect choices.
    ==============================================
    What the above trials tell me is that if I restart
    mdnsreaponder then everything is "peachy" until my Linux
    box is rebooted. What they do not tell me is if there is
    something flakey with mdnsresponder, my Linux installation,
    an incompatibility with Tiger, or even some other
    interference on either box.
    ==============================================
    Lee C
    "Life is judged with all the blindness of life itself."
    -- George Santayana
    (see Backup::Restore article
    http://homepage.mac.com/lee_cullens/Bx3.html )
    (see Artworks sampling
    http://homepage.mac.com/lee_cullens/Artworks.pdf )

    I posted the following to the Debian list for obvious reasons, but I'm also posting it here in the hope that someone might shed some light on my suspicions relative to the Mac log.
    The howl-tools portion of my zeroconf installation is being phased
    out in favor of the newer Avahi as I understand it. However, Avahi
    hasn't made its way down to testing yet so for the time being I'm
    trying to make do with howl-tools. The point in my mentioning
    this here is that much of the information I find is outdated.
    That said, the only thing I've found in the Linux bootup logs yet
    (using dmesg) that I recognize is the line
    autoipd uses obsolete (PFINET,SOCKPACKET)
    So, using autoipd as a starting point for further researching
    this issue I found the following
    (at http://www.porchdogsoft.com/products/howl/InstallUnix.html )
    Ideally, autoipd should run only in the event that the interface has not been statically configured and DHCP fails. Running autoipd this way requires modification to the standard distribution boot scripts for your OS. These modifications vary depending on your version of Linux or FreeBSD. On RedHat Linux, for example, the /sbin/ifup script may be modified to launch autoipd in the event that dhclient fails. On our systems, we added the following line to /sbin/ifup right after dhclient is launched so that autoipd runs whenever DHCP fails:
    elif [ -z "`pidof -x dhclient`" ] && [ -z "`pidof -x dhcpcd`" ] && [ -z "`pidof -x pump`" ] && [ -x /usr/local/bin/autopid ] && /usr/local/bin/autoipd -i ${DEVICE}; then echo $"started autoip."
    Note that since this change causes "$NUMDEFROUTES" to become zero-length, the subsequent code in /sbin/ifup for fixing the duplicate routes generated by DHCP also gets modified in the howl version of ifup.
    You may need to modify your boot scripts differently depending on your platform. We have included the original ifup script for RedHat 9 along with our modified version (howl_ifup) as an example so that you may more easily identify how to modify the boot scripts for your platform.
    A lot of Greek to me but I did look in /etc/init.d and found
    the autoipd script which is the normal boilerplate (same as all
    the others with autoipd substituted for the daemon name).
    Even if I felt comfortable adding the above in the
    /etc/init.d/autoipd script, I have no idea whether it would be
    dealt with after dhclient.
    I also found in the Mac system log after a reboot:
    Jan 26 02:22:48 slpmacg5 mDNSResponder: Adding browse domain local.
    Jan 26 02:22:48 slpmacg5 configd[33]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jan 26 02:22:48 slpmacg5 configd[33]: posting notification com.apple.system.config.network_change
    Jan 26 02:22:48 slpmacg5 lookupd[80]: lookupd (version 369.2) starting - Thu Jan 26 02:22:48 2006
    Jan 26 02:22:49 slpmacg5 configd[33]: target=enable-network: disabled
    Jan 26 02:22:50 slpmacg5 configd[33]: AppleTalk startup complete
    Jan 26 02:23:59 slpmacg5 automount[148]: NSLXResolveDNS will try and resolve [debian1] of type [afpovertcp.tcp.] in location [local.]\n
    so I'm thinking (dangerous at my age) that my Mac isn't "discovering"
    what it needs until I restart (stop and start) mdnsresponder on my Linux box????
    What I'm asking is whether anyone thinks this (autoipd) on Linux is a
    likely cause of my described connection annoyance?
    If so, is the referenced info applicable to Debian today and how
    would one go about applying it?
    Or alternately if so, might it make sense to just disable autoipd
    startup altogether and how would I best go about that - just something
    like update-rc.d autoipd remove????????
    Thank you,
    Lee C

  • Daul boot mac osx10.5 and linux.. how?

    hey guys,
    i have 24' imac 2.8Ghz not the brand new ones, but the newer ones?
    and im wondering how i can put ubuntu on it...
    is it the same process using bootcamp and installing windows? (not that i have done that)
    or how is it done?
    i wonder if i can just pop the live cd in and install seeing as mac and linux are both build on top of unix..
    any help would be appreciated
    thanks in advance.

    I'm running Kubuntu as a virtual machine through Parallels. It's very nice. I have BootCamp set up on my laptop running Windows XP, and that works fine, too. After using each for a while now, I'd have to say I prefer the VM setup, but I'm too lazy to switch the laptop over. I plan to install Windows 7 on my iMac after about Service Pack 2 or so.

  • Filesystem supported by Mac OS X and Linux

    I got Windows, Linux and Mac OS X on my system. I'd like to share files on a partition that Linux and Mac OS X can access, but not Windows. So far I've used FAT32, but obviously Windows can access that, so I'm looking for something else.
    Is there any filesystem that fits these requirements?

    try to hide the FAT32 partition, windows doesn't mount hidden partitions, linux still can mount them (I don't know if automount stuffs take care about the 'hidden' flag),  but I don't know if it will be visible from Max OS X.
    To hide a partition:
    - reboot
    - in the GRUB menu, type 'c' to enter the GRUB's command line
    - type "hide (hd0,0)" (replacing the partition with your FAT32 partition)
    - 'escape' to return to the menu
    The hidden status is a flag in the partition table, so the partition will be hidden until you unhide it (with the "unhide" command from the GRUB's command line).
    I'm not sure this will do the job, but it is easy to try.

  • Using XCode for Cross Developing (Target would be Linux x86)

    I'm developing RealTime Software - running as RT-Kernel modules - written in C for Linux x86 (RTlinux on Kernel Version >2.4.32 or RTAI on Kernel Version 2.6.x).
    At the moment I develop using ssh and vi on the target machine. This is NOT very comfortable.
    After searching your forum I found:
    http://discussions.apple.com/thread.jspa?messageID=2322911&#2322911
    Fine Links to the XCode Documentation. But reading it I just found how to cross develop to MacOS X targets (x86 and PPC).
    Can you please tell me, if it is possible to use XCode for cross development with target machines using Linux on x86?
    Thank you
    Johann

    In theory, yes. In practice, no. You would need a version of GCC that supports targeting that architecture and all the header and library files for that architecture. It is highly unlikely to be worth the time and effort to try it and it may not even work even if you do everything right. Plus, you would still have to run and test on the target platform.
    You'll just have to make life the best that you can on Linux. I suggest downloading the NEdit editor for X Windows. It is as good as any Mac editor and very easy to script for automation.

  • New MacMini and Linux

    I'm trying to get Linux to install on my new MacMini but the monitor driver doesn't not appear to be correct. I've tried Edubuntu and Mint so far. Each time the installation will proceed until the monitor stops and goes into sleep mode because the Mini isn't sending a signal. I've tried both the analog and digital (HDMI) monitor outputs.
    I know the new Mini is very new and is significantly upgraded. Has Linux not caught up yet?
    The graphics card is a NVidia GeForce 320M
    Does anyone have this kind of setup working?

    Thanks for the suggestion. The issue is that I can't get Ubuntu or Mint installed (the screen goes dark long before the install is completed) so updating the nvidia driver for Linux isn't possible. nVidia doesn't post Mac drivers so that's not an option either.
    I'm trying to set this up as a triple-boot (Mac, Windows 7, and Linux). I've done this many times on other Macs but am stuck on this Mac Mini. This is a training lab and I need all of these operating systems in their native environment (not through Parallels or similar).
    Thanks for your help!

  • Mac OS X and Debian Linux LAN research.

    Mac OS X and Debian Linux LAN research.
    I am currently doing the Google shuffle and am posting this to try to make sure I don't miss something important.
    I recently expunged Windoze from the PC on my LAN and installed Debian Etch (testing, kernal 2.6.12-1-686, Gnome desktop) GNU Linux (I feel so much cleaner now My eventual goal is to do ObjC/Cocoa type cross-platform software development using GNUstep.
    Preparation though involves getting the now isolated Linux box back on my LAN. Two considerations are file sharing (of course) and capturing system images of the Linux system in my Mac restoration strategy. On the Linux box one of my backup techniques is Mondo for bootable DVD system images, and the other is g4l (ghost for linux) with which I can clone to a local HD and/or image the Linux system to another system via ftp (vsftp suggested by g4l).
    There are two internal 80GB HDs on the Linux box, and two internal 250GB HDs plus several external 250GB HDs (used for alternating clones) on my PMac G5.
    I'm thinking NFS or ? and strictly avoiding Samba/NetWare/anything windoze related.
    Any pointers and opinions would be greatly appreciated
    Thank You,
    Lee C
    "The early bird may get the worm but the second mouse gets the cheese." -- Willie Nelson
    See the article Backup::Restore.
    Dual 2.5 Power Mac G5   Mac OS X (10.4.3)  

    Gary -- unfortunately, I am back, with memories fading as fast as my suntan.
    Some remarks on NFS
    OS X, like other unix operating systems, can function as both an NFS server and NFS client. Canonical unix systems permit the system administrator to configure this by editing two ascii text files. The file /etc/fstab controls what remote disks (i.e., those served by another machine) will be mounted, and the file /etc/exports controls what files will be served via NFS to other computers, and can restrict access according to the system administrators needs. All of this is true of OS X as well, except that the information from these ascii text files must somehow be transfered into the netinfo database, a peculiarly OS X construct. Fortunately, this can be accomplished without too much pain.
    Mounting remote filesystems with NFS
    To mount a filesystem from a remote NFS server, you need to do the following:
    1. Create a mountpoint of your choosing. You can do this anywhere, but I find making a directory a the root level to be the most convenient. For example, lets say we want to mount two filesystems that are being exported from another computer called Simpson with the domain name simpson.springfield.org. Well assume it has the OS X filesystem structure, but any unix filesystem will behave analogously. The first filesystem we will want to mount will be the remote /Users directory, and the second will be /Volumes/Homer, as the computer simpson.springfield.org has a second hard-drive creatively named Homer. Hence we will create two mountpoint directories as follows: sudo mkdir -p /nfs_mountpoint/Simpson /nfs_mountpoint/Homer
    2. Next we need to create the file /etc/fstab with the following two lines in it: simpson.springfield.org:/Users /nfs_mountpoint/Simpson nfs -P, -b 0 0 simpson.springfield.org:/Volumes/Homer /nfs_mountpoint/Homer nfs -P, -b 0 0 The first field is the domain name (it is safest to give the whole thing), and the second, separated by a colon, is the filesystem that has been exported. The third field is the corresponding mount point you just made, the fourth tells the system that this is an nfs device that is being mounted, and the remaining arguments control access and mounting protocols. man fstab for details. The disk is read/write accessible by default, but the users numerical uid (eg: 503) must be the same on both the host an client machine. (Be aware that if joe on the server has uid 503 and sarah on the client has uid 503, sarah will have read-write access to joes files!)5
    3. Now read the information into the netinfo database. It is a good idea not to screw this up.
    sudo niload -m -v fstab . < /etc/fstab
    4. You can now mount the remote filesystems with the commands
    sudo mount /nfs_mountpoint/Simpson
    sudo mount /nfs_mountpoint/Homer
    or to mount all at once, issue
    sudo mount -a
    Next time you reboot, the automounter and the NFS Startup Item will handle the mounting for you. I'll mention a couple of tweaks you might want to make in a moment, but first lets look at how to export a filesystem.
    Exporting your filesystems with NFS
    The previous section assumed your computer was a client machine. Now let's assume it is a server. Any machine can be both, so well export our filesystem /Users to the machine called Simpson for this example.
    To export a filesystem, you need to do the following:
    1. Get a static IP address for each of your NFS server machines, and a corresponding qualified domain name such as simpson.springfield.org that won't change.
    2. Create a file called /etc/exports and put the following line into it:
    /Users -maproot=nobody simpson.springfield.org
    3. Reboot, or run the following commands as root or with sudo:
    rm -f /var/db/mountdtab
    mountd nfsd -t -u -n 6
    This is more or less equivalent to issuing exportfs -a on other unix systems.
    You've been served, as they say on British TV and in the grand jury subpoena business.
    NFS Manager automates NFS exports and mounts
    Another way of handling this, as Gary Mentioned, is to get ahold of NFS Manager, donation-ware that provides a convenient interface for setting up both NFS mounts and NFS exports. If you can live with automounter, which is on by default, this will get you going without complications within minutes. The documentation is superbly written.

  • Word wrapping incorrect inside JTextPane on MAC 0.5/10.4 and Linux OS

    Hello java-dev team,
    In my application, I am using JTextPane as a text editor to create RTF text. The problem I observed with the JTextPane on MAC OS and Linux OS flavors (I tested on Ubuntu 8.04) is: whenever I am changing any of the text property (font color, font name, font style like bold, italic or underline) and then enter the characters without providing space, the whole word gets wrapped to the next line from the point where exactly the property change starts i.e. the new formatted text is jumped to the next line from the starting point of formatting.
    My requirement is, as I am not adding any space character while changing the property, the characters should be entered in the sequence and should come to new line as per normal word-wrap rule.
    Can anybody help me out in this regards with some solution as it’s a very urgent requirement?
    Below I am also providing the sample code to check the behavior. There is no dynamic facility to change the property in the below code but I am providing the text with multiple formatting settings through code itself. To reproduce the above issue, just type the characters using keyboard in between characters with changed text properties and you can see the whole word jumping to new line.
    import java.awt.Dimension;
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    import javax.swing.JTextPane;
    import javax.swing.text.MutableAttributeSet;
    import javax.swing.text.SimpleAttributeSet;
    import javax.swing.text.StyleConstants;
    import javax.swing.text.StyledDocument;
    import javax.swing.text.StyledEditorKit;
    public class TestWrapping {
         JScrollPane scroll;
         JTextPane edit;
         public TestWrapping()  throws Exception {
              final JFrame frame=new JFrame();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              edit=new JTextPane()
                   public void setSize(Dimension d)
                        if (d.width < getParent().getSize().width)
                             d.width = getParent().getSize().width;
                        super.setSize(d);
                   public boolean getScrollableTracksViewportWidth()
                        return false;
              edit.setPreferredSize(new Dimension(150,150));
              edit.setSize(150,150);
              edit.setEditorKit(new StyledEditorKit());
              scroll=new JScrollPane(edit);
              edit.getDocument().insertString(0,"11111111111111222222222222222222222222222222222222222",null);
              MutableAttributeSet attrs=new SimpleAttributeSet();
              StyleConstants.setBold(attrs,true);
              ((StyledDocument)edit.getDocument()).setCharacterAttributes(30,5,attrs,false);
              StyleConstants.setUnderline(attrs,true);
              ((StyledDocument)edit.getDocument()).setCharacterAttributes(35,5,attrs,false);
              StyleConstants.setFontSize(attrs,25);
              ((StyledDocument)edit.getDocument()).setCharacterAttributes(40,5,attrs,false);
              frame.getContentPane().add(scroll);
              frame.setBounds(0,0,150,150);
              frame.show();
         public static void main(String[] args) throws Exception {
              new TestWrapping();
    }The same functionality works fine on Windows XP and problem is observed on MAC OS 10.4/10.5, Ubuntu 8.04. I am using jdk1.5 on both the platforms. I tested using jdk 6.0 on Ubuntu 8.04, and the problem is easily reproducible. I placed a query in the respective OS forums also but did not receive any replies. I also searched the sun’s bug database, but could not find any bug addressing the mentioned problem correctly. I also logged issue at bugs.sun.com and was assigned internal review ID of 1480019 for this problem.
    If you need any additional information, please let me know.
    Thanks in advance.
    Regards,
    VPKVL

    VPKVL wrote:
    Hi All,
    Just want to update that when I checked this issue with JDK1.6 on Ubuntu 8.04, I am unable to reproduce the issue. Everything works as expected. But problem continues on MAC 10.5. So can anybody help me out in coming out of this issue on MAC 10.5.
    Thanks in advance.The only thing I can suggest is that you open a bug (radar) with apple ( developer.apple.com ), and then wait at least 12 months for Apple to get around to fixing it :s

  • How do Mac and Linux find the JFX runtime?

    I've been searching the documentation without success for the answer to what ought to be a simple question -- how do I point Mac or Linux at the 2.2 runtime? It's no problem if I'm running in an IDE (NetBeans, e(fx)clipse), where I can tell the IDE where I unpacked the SDK. But what if I want to run a jar file, such as produced by the ant tasks?
    You'd think this would work (on Linux, where I unpacked the SDK into /opt):
    java -cp /opt/javafx-sdk2.2.0-beta/rt/lib/jfxrt.jar:. -jar MyProgram.jar But it doesn't -- I get a popup saying "This application requires a newer version of the Java runtime. Please download and install the latest Java runtime from java.com. Then restart the application" (I'm running with 1.7.0_05-b05 from Oracle).
    The only thing at all close I find in the Linux installation instructions is it says to unpack the samples as a subdirectory of the SDK, wherever I happened to put it, and then I should be able to run the examples with a simple "java -jar filename.jar". But even that's not quite true -- it only works if I first cd to the samples directory. But it's a start, so I tried...
    cd /opt/javafx-sdk2.2.0-beta/rt
    java -jar ~/dist/MyProgram.jarThat succeeds in finding the runtime, but my program doesn't work, because it doesn't find my dependent libraries. So I tweaked the command a little bit:
    cd /opt/javafx-sdk2.2.0-beta/rt
    java -cp ~/dist/MyProgram.jar -jar ~/dist/MyProgram.jarThat actually works. But it can't possibly be the right answer -- you shouldn't have to run a javafx program with the runtime directory as your working directory.
    And even that doesn't work on Mac. There, Java knows how to find the runtime that's installed with JDK 7 update 5 for Mac. But if I want to test a program with the 2.2 runtime, what do I do? Setting -classpath on the command line still uses the 2.1 runtime. And if I try the trick of connecting to javafx-sdk2.2.0-beta/rt first, it doesn't work at all -- it doesn't find my libraries, and it throws up a "java quit unexpectedly" window after getting a segfault.
    So what's a developer to do? Am I supposed to use the native packaging procedure instead?

    JavaFX 2.2 is first version where Linux/Mac are supported as runtime (and not just SDK).
    However, you need to install JavaFX Runtime that is part of JRE 7u6 (you can get beta from jdk7.java.net or wait for FCS version of it).
    Installing JRE is the only way to get JavaFX runtime installed on Mac and Linux (and eventually on Windows too).
    rt folder in the SDK is "private" copy of the runtime. It is not supposed to be used to run arbitrary JavaFX applications by default.
    You can still force to use it as
    java -Djavafx.runtime.path=/opt/javafx-sdk2.2.0-beta/rt/lib/jfxrt.jar -jar MyProgram.jar
    or
    java -cp ~/dist/MyProgram.jar:/opt/javafx-sdk2.2.0-beta/rt/lib/jfxrt.jar com.javafx.main.Main
    Note that if you use "-jar" then "-cp" is ignored by java launcher. This is not JavaFX specific behavior.
    JavaFX specific part is that properly packaged JavaFX main jar file will include copy of launcher class (com.javafx.main.Main)
    and this is what will be run when you double click on jar or use "java -jar". Launcher will try to locate JavaFX runtime to use,
    it knows how to find runtime in the SDK if it is sample located in the SDK itself and it also knows how to find installed version of runtime.
    If JavaFX is not found then it will show you message you observed.

  • Font Issues on PC, MAC and LINUX

    Hey all,
    I have a software Applet that is designed to run on PC, MAC and LINUX. I am having troubles with the options dialogs and text areas that have strict size constraints. The font I use on PC to make the text fit into the space alloted to a JRadioButton (i.e.) in my menu doesn't seem to work on the MAC nor Linux. I am trying to figure out how to solve this problem. When it was just MAC and PC I simply made my fields a bit wider but with Linux involved now I want to develop a more robust solution. In theory I should find a font that is common to all 3 correct? Just wondering what should happen. Advice and input is much appreciated!
    Rob

    If the size of the component is critical, then you can over-ride the component's paint method (e.g. in a subclass) to scale the component's font to fit the component. I would only do this once, otherwise you'd be repeating the operation on every paint - use a "fontScaled" instance variable, for example.

  • Mac and Linux Users Please tell me if you can turn on webcams here

    Mac and Linux users who have the latest versions of Flash installed, please tell me if you can turn on webcams on this website that we are developing
    www.instadates.com/chat/
    Press enter and click on Turn on Webcam button.
    The webcams work perfectly fine in Windows 7, but I do not have a Mac and do not know how to update my flash on linux mint 11.

    I apologize...I did not put the correct link above. Now its fixed.

  • Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?

    Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?  I have created an executable application that I want to distribute to Mac and Linux users (different applications were created in the respective OS).  I was wondering if there is any way to create an installer?  I think there probably isn't...  If the user were to simply download the Labview Run-time Engine from ni.com would they be able to run the application or is it more complicated than that?
    Thanks so much for your time.

    I think Shane tried to say, that it is on the Mac OS X installation DVD, NOT the LabVIEW for Mac OS X installation medium. And that could very well have changed in recent Mac OS X versions as well. They used to have Xcode on it too, but that seems gone as well.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • I bought a brand new Mac 27" desktop that came loaded with Adobe CS6. Everything worked like a charm until the hard drive, 1Tb, developed a bad sector and the Apple Store reinstalled a new one as I had extended warranty with them. The recycled the drive i

    I bought a brand new Mac 27" desktop that came loaded with Adobe CS6. Everything worked like a charm until the hard drive, 1Tb, developed a bad sector and the Apple Store reinstalled a new one as I had extended warranty with them. They recycled the drive immediately (like a fool I didn't ask for it back to get the data off it.) But luckily I have all my data on CrashPlan. I downloaded it and it worked great except I downloaded it to the desktop and not the original location so it got squirrely. I also have an external 1.5Tb drive that I wanted to make bootable so I installed Mavericks 10.9.3 . I then went ahead and installed it on the newly installed drive too.
    I think that because I have a new drive Adobe thinks I have a news computer. I bought the 27" Mac brand new from Ebay and it came loaded with software, including CS6. I have a serial number for CS6 but Adobe said it wasn't valid. (I have owned CS2, CS4 and now CS6 which came preloaded onto the Mac by the seller who told me that the software was registered to the Mac???
    I am going to re-download the backup but this time to the original location (I still don't think it will work with Adobe. What can I do about this?
    iMac 27-inch, Late 2012
    Processor  3.2 GHz Intel Core i5
    Memory  32 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GTX 675MX 1024 MB
    Software  OS X 10.9.3 (13D65)@

    You need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.
    Here is a link to a page with options to help make contact:
    http://www.adobe.com/support/download-install/supportinfo/

  • I'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the pro

    i'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the programme

    macjack gave you the easiest solution. Need to have admin privilieges to change this option.

  • Creating network between Mac and Linux

    Hello guys! I need to set up network between my iMac and Ubuntu linux. iMac is connected in internet by Airport and Fon Wifi Router witch is connected in router which is connected to adsl -modem. My pc is connected directly to router. Both computers have access to internet. Is there any easy solutions to share files with mac and linux? I don't need any webservers etc, I just want to share files.
    Other question related to this, why is my mac's ip address like 192.168... and linux ip addrress is 84.250...?
    Thanks allready!

    Though I'm not newbie with computers, I'm really confused becouse I haven't set up network like this never before.
    Not a problem, no worry... we all know something somebody else doesn't and vice versa.
    My linux says that my DHCP -IP is 193.210.18.18, is that related to this in any way?
    Yes, if the Mac had an IP of 193.210.18.x, (but not 18 for x), then connection would be simple, but I think we must have two devices passing out IPs. What is the Mac's IP again?
    http://www.helpdesk.umd.edu/topics/communication/ethernet/office/winxp/2882/
    Do you have any advice where I could start looking from the right IP of my linux?
    http://www.webmasterforums.com/networks-clusters/1804-find-ip-address-my-linux-b ox.html
    I'm not sure if its even configurable.
    http://tinyurl.com/2gug9s

Maybe you are looking for

  • Windows 7 will recognize one ipod but not the other?

    I previously owned a 2nd gen iTouch, which would not be recognized by Windows or iTunes. The funny thing is, iTunes would recognize a 4th generation ipod nano that I also had. So I thought there was something wrong with my iTouch, so I went and bough

  • ORACLE LOG ERRORS - Bug in oracle??

    Hi, we are using oracle log errors to capture oversized err records for varchar2 type fields. Sql is something like: INSERT INTO abc (col1,col2) VALUES ('asdsass','weqwewqee') LOG ERRORS INTO abc_err('1') REJECT LIMIT UNLIMITED; But, data captured in

  • ICloud email update notifications despite not selected

    I'm sharing my calendar with my wife via our iCloud accounts.  Two days ago every event I put in my calendar she not only sees in iCal but now gets an email notification. There is an option in iCloud.com->Calendar to "notify me by email if calendar c

  • Xhost +: unable to display

    Dear Linux and SAP Expert: I am facing a problem, I want to install Oracle 9i on SUSE Linux, I need to use ora<sid> to install it, but when I use xhost +, i am prompted "xhost +: unable to display" I have already set the followings: setenv DISPLAY <m

  • In-coming Audio Requests on MBA result in iChat quitting...

    Recently the iChat application began quitting when I accept in-coming audio requests on my MBA. I do not run many applications at any one time and there does not seem to be a pattern between a particular application being open and the application sto