Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

svn-402 build in xcode 3.2.1 10.5 SDK no method defintions for CGSPrivate_QSMods.h:15:extern CGError CGSSetGlobalHotKeyOperatingMode(CGSConnection connection, CGSGlobalHotKeyOperatingMode mode); #20

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Follow the instructions in the Wiki on how to build the Xcode Project.
2. Build errors are found in the Crucible Xcode Project
3. CGSGlobalHotKeyDisable/Enable and all the extern methods defined in
./Code/CGSPrivate_QSMods.h are causing build errors as the definitions for
the extern method function prototypes are not implemented anywhere.

./Code/CGSPrivate_QSMods.h:15:extern CGError
CGSSetGlobalHotKeyOperatingMode(CGSConnection connection,
CGSGlobalHotKeyOperatingMode mode);


What is the expected output? What do you see instead?
I expect the functions to exist so that the 

typedef enum {
    CGSGlobalHotKeyEnable = 0,
    CGSGlobalHotKeyDisable = 1,
} CGSGlobalHotKeyOperatingMode;
structure data can be set

What version of the product are you using? On what operating system?
svn release, Checked out revision 402.


Please provide any additional information below.
There are also additional frameworks that are pointing to the wrong
location and even though the Configuration/Developer.cconfig was modified
and the Xcode projects user defined variables were confirmed to have been
changed, was still trying to build out of the old directory.

Original issue reported on code.google.com by sahil.co...@gmail.com on 22 Nov 2009 at 10:52

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions