You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
sahil.co...@gmail.comon 22 Nov 2009 at 10:52Attachments: