maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)
http://bowlineapp.com
MIT License
637 stars 32 forks source link

App will not run #2

Closed ntodd closed 14 years ago

ntodd commented 15 years ago

script/run fails out with "Couldn't determine your source distribution for packaging runtime version 0.4.4. Please specify."

ntodd commented 15 years ago

also rake gems:sync fails with "Cannot find bowline = 0.4.6". Figured it was likely related.

maccman commented 15 years ago

Uninstall the rubyforge version of Bowline - just use the github one

maccman commented 15 years ago

To fix script/run find out what version of Titanium you've got, and then change the version numbers in config/manifest

ntodd commented 15 years ago

Not currently installed.

Edit: I'll give the config/manifest a shot and let you know.

maccman commented 15 years ago

Ok, delete the vendor dir, and give gems:sync another go

maccman commented 15 years ago

Any luck?

ntodd commented 15 years ago

Sorry, been in meetings. I'll try later tonight or tomorrow and let you know. Thanks.

ntodd commented 15 years ago

Sorry it took so long. Still having issues:

http://gist.github.com/29e00d0d52459075252d

maccman commented 15 years ago

Rebuild the gem from github, and set the config variable titanium_version to whatever titanium version you're using. Try it with a completely new app.