-
10 Jan 2012 8:38 AM #1
Sencha SDK Tools install syntax error
Sencha SDK Tools install syntax error
I'm trying to install the Sencha SDK Tools version 1.2.3 on 64b Linux. Run I run "sudo sh SenchaSDKTools-1.2.3-linux-x64-installer.run", I get the error:
SenchaSDKTools-1.2.3-linux-x64-installer.run: 1: Syntax error: "(" unexpected
Anyone seen this issue, and can help?
-
10 Jan 2012 9:02 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,117
- Vote Rating
- 453
I have moved this to the SDK Tools forum.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
10 Jan 2012 11:23 AM #3
Got it to install
Got it to install
I was attempting to run the installer using
orCode:sudo sh SenchaSDKTools-1.2.3-linux-x64-installer.run
What I had to do was to first make the downloaded .run file executable:Code:sudo SenchaSDKTools-1.2.3-linux-x64-installer.run
then, ran it usingCode:chmod +x SenchaSDKTools-1.2.3-linux-x64-installer.run
and it worked!Code:./SenchaSDKTools-1.2.3-linux-x64-installer.run
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote