10.3.9 build errors "Carbon headers missing" ??

  • Since the 10.3.9 update, my project does not build.
    Wherever I import
    <Carbon/Carbon.h> the compile of my Xcode-objc project
    fails with this:

    /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    CarbonSound/CarbonSound.h: No such file or directory

    Any info is appreciated.
    R

    __________________________________________________
    Do You Yahoo!?
    Tired of spam?  Yahoo! Mail has the best spam protection around
    http://mail.yahoo.com
  • On 2 mai 05, at 16:07, Robert Vasvari wrote:

    > Since the 10.3.9 update, my project does not build.
    > Wherever I import
    > <Carbon/Carbon.h> the compile of my Xcode-objc project
    > fails with this:
    >
    > /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    > CarbonSound/CarbonSound.h: No such file or directory
    >
    > Any info is appreciated.

    Have a look at Software Update.

    I had a quick look at the QT7 Package on the installer dmg (not via
    Software Update) and the headers were apparently in a package within
    the package. A bit strange IMHO.
  • It appears that the files in the
    /System/Library/Frameworks/Carbon.framework/Frameworks/
    CarbonSound.framework/Headres are missing.
    (CarbonSound.h, CarbonSound.r, Sound.h, Sound.k.h and Sound.r)

    I have the same problem after I update QT7 or 10.3.9 (the first update
    on 10.3.9) on a G5. However, on my G4, these files are still there
    after QT7 and 10.3.9 (second update) update.

    Hope yours is not a G5.

    On May 2, 2005, at 10:07 AM, Robert Vasvari wrote:

    > Since the 10.3.9 update, my project does not build.
    > Wherever I import
    > <Carbon/Carbon.h> the compile of my Xcode-objc project
    > fails with this:
    >
    > /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    > CarbonSound/CarbonSound.h: No such file or directory
    >
    > Any info is appreciated.
    > R
    >
    >
    > __________________________________________________
    > Do You Yahoo!?
    > Tired of spam?  Yahoo! Mail has the best spam protection around
    > http://mail.yahoo.com
    > _______________________________________________
    > Do not post admin requests to the list. They will be ignored.
    > Cocoa-dev mailing list      (<Cocoa-dev...>)
    > Help/Unsubscribe/Update your Subscription:
    > http://lists.apple.com/mailman/options/cocoa-dev/<mwu...>
    >
    > This email sent to <mwu...>
    >
  • A quicktime 7 SDK exists, try downloading it.

    -Shawn

    On May 3, 2005, at 7:53 PM, Michael Wu wrote:

    > It appears that the files in the /System/Library/Frameworks/
    > Carbon.framework/Frameworks/CarbonSound.framework/Headres are missing.
    > (CarbonSound.h, CarbonSound.r, Sound.h, Sound.k.h and Sound.r)
    >
    > I have the same problem after I update QT7 or 10.3.9 (the first
    > update on 10.3.9) on a G5. However, on my G4, these files are still
    > there after QT7 and 10.3.9 (second update) update.
    >
    > Hope yours is not a G5.
    >
    > On May 2, 2005, at 10:07 AM, Robert Vasvari wrote:
    >
    >
    >> Since the 10.3.9 update, my project does not build.
    >> Wherever I import
    >> <Carbon/Carbon.h> the compile of my Xcode-objc project
    >> fails with this:
    >>
    >> /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    >> CarbonSound/CarbonSound.h: No such file or directory
    >>
    >> Any info is appreciated
  • Why QT7 SDK install removes CarbonSound.h, CarbonSound.r, Sound.h,
    Sound.k.h and Sound.r?

    On May 3, 2005, at 11:05 PM, Shawn Erickson wrote:

    > A quicktime 7 SDK exists, try downloading it.
    >
    > -Shawn
    >
    > On May 3, 2005, at 7:53 PM, Michael Wu wrote:
    >
    >> It appears that the files in the
    >> /System/Library/Frameworks/Carbon.framework/Frameworks/
    >> CarbonSound.framework/Headres are missing.
    >> (CarbonSound.h, CarbonSound.r, Sound.h, Sound.k.h and Sound.r)
    >>
    >> I have the same problem after I update QT7 or 10.3.9 (the first
    >> update on 10.3.9) on a G5. However, on my G4, these files are still
    >> there after QT7 and 10.3.9 (second update) update.
    >>
    >> Hope yours is not a G5.
    >>
    >> On May 2, 2005, at 10:07 AM, Robert Vasvari wrote:
    >>
    >>
    >>> Since the 10.3.9 update, my project does not build.
    >>> Wherever I import
    >>> <Carbon/Carbon.h> the compile of my Xcode-objc project
    >>> fails with this:
    >>>
    >>> /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    >>> CarbonSound/CarbonSound.h: No such file or directory
    >>>
    >>> Any info is appreciated
    >
  • Do people agree, that I should not need QT toolkit to
    use Xcode on a G5? Carbon/Carbon.h imports
    CarbonSound.h which may or may not be there. I think
    this is a bug in the 10.3.9 update.
    R

    --- Michael Wu <mwu...> wrote:
    > Why QT7 SDK install removes CarbonSound.h,
    > CarbonSound.r, Sound.h,
    > Sound.k.h and Sound.r?
    >
    >
    > On May 3, 2005, at 11:05 PM, Shawn Erickson wrote:
    >
    >> A quicktime 7 SDK exists, try downloading it.
    >>
    >> -Shawn
    >>
    >> On May 3, 2005, at 7:53 PM, Michael Wu wrote:
    >>
    >>> It appears that the files in the
    >>>
    >
    /System/Library/Frameworks/Carbon.framework/Frameworks/
    >
    >>> CarbonSound.framework/Headres are missing.
    >>> (CarbonSound.h, CarbonSound.r, Sound.h, Sound.k.h
    > and Sound.r)
    >>>
    >>> I have the same problem after I update QT7 or
    > 10.3.9 (the first
    >>> update on 10.3.9) on a G5. However, on my G4,
    > these files are still
    >>> there after QT7 and 10.3.9 (second update)
    > update.
    >>>
    >>> Hope yours is not a G5.
    >>>
    >>> On May 2, 2005, at 10:07 AM, Robert Vasvari
    > wrote:
    >>>
    >>>
    >>>> Since the 10.3.9 update, my project does not
    > build.
    >>>> Wherever I import
    >>>> <Carbon/Carbon.h> the compile of my Xcode-objc
    > project
    >>>> fails with this:
    >>>>
    >>>>
    >
    /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    >>>> CarbonSound/CarbonSound.h: No such file or
    > directory
    >>>>
    >>>> Any info is appreciated
    >>
    >
    >


    Discover Yahoo!
    Get on-the-go sports scores, stock quotes, news and more. Check it out!
    http://discover.yahoo.com/mobile.html
  • On May 2, 2005, at 10:07 AM, Robert Vasvari wrote:

    > Since the 10.3.9 update, my project does not build.
    > Wherever I import
    > <Carbon/Carbon.h> the compile of my Xcode-objc project
    > fails with this:
    >
    > /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    > CarbonSound/CarbonSound.h: No such file or directory
    >

    I got this too. I was able to get my project building again by
    switching to the 10.3.0 SDK.

    -John
  • On May 5, 2005, at 4:13 PM, John Warner wrote:

    >
    > On May 2, 2005, at 10:07 AM, Robert Vasvari wrote:
    >
    >
    >
    >> Since the 10.3.9 update, my project does not build.
    >> Wherever I import
    >> <Carbon/Carbon.h> the compile of my Xcode-objc project
    >> fails with this:
    >>
    >> /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37:
    >> CarbonSound/CarbonSound.h: No such file or directory
    >>
    >>
    >
    > I got this too. I was able to get my project building again by
    > switching to the 10.3.0 SDK.

    You may want to search either the carbon-dev or xcode-users mailing
    list.  I believe there was some grief with CarbonSound in an early
    10.3.x release.

    --
    Rick Sharp
    Instant Interactive(tm)
previous month may 2005 next month
MTWTFSS
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          
Go to today
MindNode
MindNode offered a free license !