Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Jun 2011
    Posts
    24
    Vote Rating
    0
    buffalo billion is on a distinguished road

      0  

    Default 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?

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,117
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.

  3. #3
    Sencha User
    Join Date
    Jun 2011
    Posts
    24
    Vote Rating
    0
    buffalo billion is on a distinguished road

      0  

    Default Got it to install

    Got it to install


    I was attempting to run the installer using

    Code:
    sudo sh SenchaSDKTools-1.2.3-linux-x64-installer.run
    or
    Code:
    sudo SenchaSDKTools-1.2.3-linux-x64-installer.run
    What I had to do was to first make the downloaded .run file executable:
    Code:
    chmod +x SenchaSDKTools-1.2.3-linux-x64-installer.run
    then, ran it using
    Code:
    ./SenchaSDKTools-1.2.3-linux-x64-installer.run
    and it worked!