Skip to content

Instantly share code, notes, and snippets.

@JRHeaton
Created December 5, 2011 16:40
Show Gist options
  • Save JRHeaton/1434228 to your computer and use it in GitHub Desktop.
Save JRHeaton/1434228 to your computer and use it in GitHub Desktop.
would love some help here
Making all for tweak Locktopus...
Preprocessing Locktopus.xm...
Compiling Locktopus.xm...
In file included from Locktopus.xm:4:
./include/Locktopus/LPApplicationIconController.h:4: error: expected `:' before ‘class’
./include/Locktopus/LPApplicationIconController.h:4: error: expected identifier before ‘class’
./include/Locktopus/LPApplicationIconController.h:4: error: expected `:' before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:4: error: ‘SBIconView’ has not been declared
./include/Locktopus/LPApplicationIconController.h:5: error: expected unqualified-id before ‘class’
./include/Locktopus/LPApplicationIconController.h:7: error: expected unqualified-id before ‘interface’
./include/Locktopus/LPApplicationIconController.h:14: error: expected type-specifier before ‘LPApplicationIconController’
./include/Locktopus/LPApplicationIconController.h:14: error: expected `)' before ‘LPApplicationIconController’
./include/Locktopus/LPApplicationIconController.h:14: error: expected `;' before ‘*’ token
./include/Locktopus/LPApplicationIconController.h:16: error: expected type-specifier before ‘SBIconView’
./include/Locktopus/LPApplicationIconController.h:16: error: expected `)' before ‘SBIconView’
./include/Locktopus/LPApplicationIconController.h:16: error: expected `;' before ‘*’ token
./include/Locktopus/LPApplicationIconController.h:18: error: expected type-specifier before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:18: error: expected `)' before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:18: error: expected `;' before ‘*’ token
./include/Locktopus/LPApplicationIconController.h:19: error: expected type-specifier before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:19: error: expected `)' before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:19: error: expected `;' before ‘*’ token
./include/Locktopus/LPApplicationIconController.h:21: error: expected type-specifier before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:21: error: expected `)' before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:21: error: expected `;' before ‘*’ token
./include/Locktopus/LPApplicationIconController.h:22: error: expected type-specifier before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:22: error: expected `)' before ‘SBApplicationIcon’
./include/Locktopus/LPApplicationIconController.h:22: error: expected `;' before ‘*’ token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment