Skip to content

Instantly share code, notes, and snippets.

@40
Created June 9, 2012 17:06
Show Gist options
  • Select an option

  • Save 40/2901820 to your computer and use it in GitHub Desktop.

Select an option

Save 40/2901820 to your computer and use it in GitHub Desktop.
Build Log Output BB10 Twitter
// Downloaded Source from GitHub
// Imported Project
// Updated Debug Token
// Edited Consumer & Secret for my app
// Save
// Build
**** Build of configuration Default for project twitter ****
make all
C:/bbndk-10.0.4-beta/host/win32/x86/usr/bin/qmake -spec unsupported/blackberry-armv7le-g++ -o arm/Makefile twitter.pro CONFIG+=device
WARNING: Failure to find: ../src/oauth/*.hpp
WARNING: Failure to find: ../src/oauth/*.hpp
C:/bbndk-10.0.4-beta/host/win32/x86/usr/bin/qmake -spec unsupported/blackberry-x86-g++ -o x86/Makefile twitter.pro CONFIG+=simulator
WARNING: Failure to find: ../src/oauth/*.hpp
WARNING: Failure to find: ../src/oauth/*.hpp
make -C ./translations -f Makefile update release
make: *** ./translations: No such file or directory. Stop.
make: *** [Makefile] Error 2
**** Build Finished ****
// Deploy to BB10 Dev Alpha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment