Skip to content

Instantly share code, notes, and snippets.

@exiva
Created December 3, 2015 04:32
Show Gist options
  • Save exiva/b3d5f21a2f3729fd69a2 to your computer and use it in GitHub Desktop.
Save exiva/b3d5f21a2f3729fd69a2 to your computer and use it in GitHub Desktop.
travis at Travis-MacBook-Pro in ~/Projects/voiceTweets on master [+!?]
$ pebble build
Setting top to : /Users/travis/Projects/voiceTweets
Setting out to : /Users/travis/Projects/voiceTweets/build
Found Pebble SDK for chalk in: : /Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/chalk
Checking for program gcc,cc : arm-none-eabi-gcc
Checking for program ar : arm-none-eabi-gcc-ar
Found Pebble SDK for basalt in: : /Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/basalt
Checking for program gcc,cc : arm-none-eabi-gcc
Checking for program ar : arm-none-eabi-gcc-ar
'configure' finished successfully (1.178s)
Waf: Entering directory `/Users/travis/Projects/voiceTweets/build'
Traceback (most recent call last):
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Scripting.py", line 97, in waf_entry_point
run_commands()
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Scripting.py", line 153, in run_commands
ctx=run_command(cmd_name)
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Scripting.py", line 146, in run_command
ctx.execute()
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Scripting.py", line 351, in execute
return execute_method(self)
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Build.py", line 106, in execute
self.execute_build()
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Build.py", line 109, in execute_build
self.recurse([self.run_dir])
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Context.py", line 128, in recurse
user_function(self)
File "/Users/travis/Projects/voiceTweets/wscript", line 50, in build
ctx.load('pebble_sdk')
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Context.py", line 84, in load
fun(self)
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/extras/pebble_sdk.py", line 153, in build
_generate_resources(bld,appinfo_json_node)
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/extras/pebble_sdk.py", line 140, in _generate_resources
bld.load('resource_generator_font')
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Context.py", line 81, in load
module=load_tool(t,path)
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/Context.py", line 316, in load_tool
__import__(d)
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-3b5d8f9b8b04bf30e714b4f27f5a4aa5/waflib/extras/resource_generator_font.py", line 7, in <module>
from font.fontgen import Font,MAX_GLYPHS_EXTENDED,MAX_GLYPHS
File "/Users/travis/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/common/tools/font/fontgen.py", line 4, in <module>
import freetype
ImportError: No module named freetype
Build failed.
travis at Travis-MacBook-Pro in ~/Projects/voiceTweets on master [+!?]
$ pebble --version
Pebble Tool v4.0-rc4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment